Package | Description |
---|---|
org.apache.cxf.aegis.databinding | |
org.apache.cxf.binding.corba.interceptors | |
org.apache.cxf.binding.corba.utils | |
org.apache.cxf.binding.soap.interceptor | |
org.apache.cxf.databinding | |
org.apache.cxf.databinding.source | |
org.apache.cxf.databinding.stax | |
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.jaxb | |
org.apache.cxf.jaxb.io | |
org.apache.cxf.jaxrs.provider | |
org.apache.cxf.jibx | |
org.apache.cxf.xmlbeans |
Modifier and Type | Class and Description |
---|---|
class |
ElementDataWriter |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
AegisDatabinding.createWriter(Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
protected DataWriter<XMLStreamWriter> |
CorbaStreamFaultOutInterceptor.getDataWriter(CorbaMessage message) |
Modifier and Type | Method and Description |
---|---|
protected void |
CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message,
Throwable ex,
RaisesType exType,
OperationInfo opInfo,
DataWriter<XMLStreamWriter> writer,
ServiceInfo service) |
protected void |
CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message,
Element faultDetail,
RaisesType exType,
OperationInfo opInfo,
DataWriter<XMLStreamWriter> writer,
ServiceInfo service) |
Modifier and Type | Method and Description |
---|---|
static DataWriter<XMLEventWriter> |
ContextUtils.getDataWriter(CorbaMessage message) |
Modifier and Type | Method and Description |
---|---|
protected DataWriter<XMLStreamWriter> |
SoapOutInterceptor.getDataWriter(Message message) |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
DataBinding.createWriter(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
class |
NodeDataWriter |
class |
XMLStreamDataWriter |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
SourceDataBinding.createWriter(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
static class |
StaxDataBinding.XMLStreamDataWriter |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
StaxDataBinding.createWriter(Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
protected <T> DataWriter<T> |
AbstractOutDatabindingInterceptor.getDataWriter(Message message,
Service service,
Class<T> output) |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
JAXBDataBinding.createWriter(Class<T> c) |
Modifier and Type | Class and Description |
---|---|
class |
DataWriterImpl<T> |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
JAXRSDataBinding.createWriter(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
class |
JibxDataWriter |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
JibxDataBinding.createWriter(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
class |
NodeDataWriterImpl |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
XmlBeansDataBinding.createWriter(Class<T> c) |
Apache CXF