| Package | Description |
|---|---|
| org.apache.cxf.databinding | |
| org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DataReader<T> |
DataBinding.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.
|
Apache CXF