Uses of Interface
org.apache.cxf.databinding.DataWriter
-
-
Uses of DataWriter in org.apache.cxf.aegis.databinding
Classes in org.apache.cxf.aegis.databinding that implement DataWriter Modifier and Type Class Description classElementDataWriterclassXMLStreamDataWriterMethods in org.apache.cxf.aegis.databinding that return DataWriter Modifier and Type Method Description <T> DataWriter<T>AegisDatabinding. createWriter(Class<T> cls) -
Uses of DataWriter in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors that return DataWriter Modifier and Type Method Description protected DataWriter<XMLStreamWriter>CorbaStreamFaultOutInterceptor. getDataWriter(CorbaMessage message)Methods in org.apache.cxf.binding.corba.interceptors with parameters of type DataWriter Modifier and Type Method Description protected voidCorbaStreamFaultOutInterceptor. setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service)protected voidCorbaStreamFaultOutInterceptor. setUserExceptionFromFaultDetail(CorbaMessage message, Element faultDetail, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) -
Uses of DataWriter in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils that return DataWriter Modifier and Type Method Description static DataWriter<XMLEventWriter>ContextUtils. getDataWriter(CorbaMessage message) -
Uses of DataWriter in org.apache.cxf.binding.soap.interceptor
Methods in org.apache.cxf.binding.soap.interceptor that return DataWriter Modifier and Type Method Description protected DataWriter<XMLStreamWriter>SoapOutInterceptor. getDataWriter(Message message) -
Uses of DataWriter in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding that return DataWriter Modifier and Type Method Description <T> DataWriter<T>DataBinding. createWriter(Class<T> cls) -
Uses of DataWriter in org.apache.cxf.databinding.source
Classes in org.apache.cxf.databinding.source that implement DataWriter Modifier and Type Class Description classNodeDataWriterclassXMLStreamDataWriterMethods in org.apache.cxf.databinding.source that return DataWriter Modifier and Type Method Description <T> DataWriter<T>SourceDataBinding. createWriter(Class<T> cls) -
Uses of DataWriter in org.apache.cxf.databinding.stax
Classes in org.apache.cxf.databinding.stax that implement DataWriter Modifier and Type Class Description static classStaxDataBinding.XMLStreamDataWriterMethods in org.apache.cxf.databinding.stax that return DataWriter Modifier and Type Method Description <T> DataWriter<T>StaxDataBinding. createWriter(Class<T> cls) -
Uses of DataWriter in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return DataWriter Modifier and Type Method Description protected <T> DataWriter<T>AbstractOutDatabindingInterceptor. getDataWriter(Message message, Service service, Class<T> output) -
Uses of DataWriter in org.apache.cxf.jaxb
Methods in org.apache.cxf.jaxb that return DataWriter Modifier and Type Method Description <T> DataWriter<T>JAXBDataBinding. createWriter(Class<T> c) -
Uses of DataWriter in org.apache.cxf.jaxb.io
Classes in org.apache.cxf.jaxb.io that implement DataWriter Modifier and Type Class Description classDataWriterImpl<T> -
Uses of DataWriter in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider that return DataWriter Modifier and Type Method Description <T> DataWriter<T>JAXRSDataBinding. createWriter(Class<T> cls)
-