Package | Description |
---|---|
org.apache.cxf.aegis.databinding | |
org.apache.cxf.binding.corba.interceptors | |
org.apache.cxf.binding.corba.utils | |
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 |
ElementDataReader |
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
AegisDatabinding.createReader(Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
protected DataReader<XMLStreamReader> |
CorbaStreamFaultInInterceptor.getDataReader(CorbaMessage message) |
Modifier and Type | Method and Description |
---|---|
static DataReader<XMLEventReader> |
ContextUtils.getDataReader(CorbaMessage message) |
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
DataBinding.createReader(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
class |
NodeDataReader |
class |
XMLStreamDataReader |
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
SourceDataBinding.createReader(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
static class |
StaxDataBinding.XMLStreamDataReader |
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
StaxDataBinding.createReader(Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
protected DataReader<XMLStreamReader> |
AbstractInDatabindingInterceptor.getDataReader(Message message) |
protected <T> DataReader<T> |
AbstractInDatabindingInterceptor.getDataReader(Message message,
Class<T> input) |
protected DataReader<Node> |
AbstractInDatabindingInterceptor.getNodeDataReader(Message message) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractInDatabindingInterceptor.setDataReaderValidation(Service service,
Message message,
DataReader<?> reader)
Based on the Schema Validation configuration, will initialise the
DataReader with or without the schema set.
|
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
JAXBDataBinding.createReader(Class<T> c) |
Modifier and Type | Class and Description |
---|---|
class |
DataReaderImpl<T> |
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
JAXRSDataBinding.createReader(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
class |
JibxDataReader |
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
JibxDataBinding.createReader(Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
XmlBeansDataBinding.createReader(Class<T> c) |
Apache CXF