Package | Description |
---|---|
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.
|
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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.