protected abstract class AbstractClient.AbstractBodyWriter extends AbstractOutDatabindingInterceptor
DISABLE_OUTPUTSTREAM_OPTIMIZATION, OUT_BUFFERING| Constructor and Description |
|---|
AbstractClient.AbstractBodyWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doWriteBody(Message outMessage,
Object body,
Type bodyType,
Annotation[] customAnns,
OutputStream os) |
void |
handleMessage(Message outMessage)
Intercepts a message.
|
getDataWriter, getXMLStreamWriter, setOperationSchemaValidation, shouldBuffer, shouldValidate, writeParts, writeToOutputStreamaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic void handleMessage(Message outMessage) throws Fault
InterceptorFaultprotected abstract void doWriteBody(Message outMessage, Object body, Type bodyType, Annotation[] customAnns, OutputStream os) throws Fault
FaultApache CXF