Modifier and Type | Class and Description |
---|---|
class |
ElementDataWriter |
class |
XMLStreamDataWriter |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
AegisDatabinding.createWriter(Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
protected DataWriter<XMLStreamWriter> |
CorbaStreamFaultOutInterceptor.getDataWriter(CorbaMessage message) |
Modifier and Type | Method and Description |
---|---|
protected void |
CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message,
Throwable ex,
RaisesType exType,
OperationInfo opInfo,
DataWriter<XMLStreamWriter> writer,
ServiceInfo service) |
protected void |
CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message,
Element faultDetail,
RaisesType exType,
OperationInfo opInfo,
DataWriter<XMLStreamWriter> writer,
ServiceInfo service) |
Modifier and Type | Method and Description |
---|---|
static DataWriter<XMLEventWriter> |
ContextUtils.getDataWriter(CorbaMessage message) |
Modifier and Type | Method and Description |
---|---|
protected DataWriter<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 |
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 | Method and Description |
---|---|
<T> DataWriter<T> |
JAXRSDataBinding.createWriter(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
class |
JibxDataWriter |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
JibxDataBinding.createWriter(Class<T> cls) |
Modifier and Type | Class and Description |
---|---|
class |
NodeDataWriterImpl |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
SDODataBinding.createWriter(Class<T> c) |
Modifier and Type | Method and Description |
---|---|
<T> DataWriter<T> |
XmlBeansDataBinding.createWriter(Class<T> c) |
Apache CXF