Package | Description |
---|---|
org.apache.cxf.aegis.databinding | |
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.jibx |
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<javax.xml.stream.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 | Class and Description |
---|---|
class |
JibxDataWriter |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
JibxDataBinding.createWriter(Class<T> cls) |
Apache CXF