Modifier and Type | Class and Description |
---|---|
class |
AegisDatabinding
CXF databinding object for Aegis.
|
Constructor and Description |
---|
SoapHeader(QName q,
Object o,
DataBinding b) |
SoapHeader(QName q,
Object o,
DataBinding b,
boolean mustUnderstand) |
SoapHeader(QName q,
Object o,
DataBinding b,
boolean mustUnderstand,
String actor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataBinding
Supply default implementations, as appropriate, for DataBinding.
|
class |
AbstractInterceptorProvidingDataBinding |
Modifier and Type | Class and Description |
---|---|
class |
SourceDataBinding
A simple databinding implementation which reads and writes Source objects.
|
Modifier and Type | Class and Description |
---|---|
class |
StaxDataBinding
A simple databinding implementation which reads and writes Source objects.
|
Modifier and Type | Field and Description |
---|---|
protected DataBinding |
AbstractEndpointFactory.dataBinding |
Modifier and Type | Method and Description |
---|---|
DataBinding |
AbstractEndpointFactory.getDataBinding() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointFactory.setDataBinding(DataBinding dataBinding) |
Modifier and Type | Method and Description |
---|---|
DataBinding |
ClientProxyFactoryBean.getDataBinding() |
Modifier and Type | Method and Description |
---|---|
void |
ClientProxyFactoryBean.setDataBinding(DataBinding dataBinding) |
Modifier and Type | Method and Description |
---|---|
DataBinding |
HeaderProcessor.getDataBinding() |
DataBinding |
Header.getDataBinding() |
Modifier and Type | Method and Description |
---|---|
void |
Header.setDataBinding(DataBinding dataBinding) |
Constructor and Description |
---|
Header(QName q,
Object o,
DataBinding b) |
Modifier and Type | Class and Description |
---|---|
class |
JAXBDataBinding |
Modifier and Type | Method and Description |
---|---|
DataBinding |
JAXRSServiceImpl.getDataBinding() |
Modifier and Type | Method and Description |
---|---|
void |
JAXRSServiceImpl.setDataBinding(DataBinding dataBinding) |
Modifier and Type | Class and Description |
---|---|
class |
JAXRSDataBinding
CXF DataBinding implementation wrapping JAX-RS providers
|
Modifier and Type | Method and Description |
---|---|
void |
DataBindingProvider.setDataBinding(DataBinding db) |
Constructor and Description |
---|
DataBindingProvider(DataBinding db) |
Modifier and Type | Method and Description |
---|---|
DataBinding |
EndpointImpl.getDataBinding() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.setDataBinding(DataBinding dataBinding) |
Modifier and Type | Method and Description |
---|---|
DataBinding |
ServiceImpl.getDataBinding() |
DataBinding |
Service.getDataBinding() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.setDataBinding(DataBinding dataBinding) |
void |
Service.setDataBinding(DataBinding dataBinding) |
Modifier and Type | Method and Description |
---|---|
protected DataBinding |
AbstractServiceFactoryBean.createDefaultDataBinding() |
DataBinding |
AbstractServiceFactoryBean.getDataBinding() |
DataBinding |
AbstractServiceFactoryBean.getDataBinding(boolean create) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServiceFactoryBean.setDataBinding(DataBinding dataBinding) |
Modifier and Type | Field and Description |
---|---|
protected DataBinding |
EncoderDecoder.databinding |
Modifier and Type | Method and Description |
---|---|
DataBinding |
WrappedService.getDataBinding() |
protected DataBinding |
EncoderDecoder.getDataBinding()
Get the databinding used for the header objects
|
Modifier and Type | Method and Description |
---|---|
void |
WrappedService.setDataBinding(DataBinding arg0) |
Modifier and Type | Method and Description |
---|---|
protected DataBinding |
ReflectionServiceFactoryBean.createDefaultDataBinding() |
Apache CXF