protected abstract class AbstractClient.AbstractBodyWriter extends AbstractOutDatabindingInterceptor
DISABLE_OUTPUTSTREAM_OPTIMIZATION, OUT_BUFFERING
Constructor and Description |
---|
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, writeToOutputStream
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public void handleMessage(Message outMessage) throws Fault
Interceptor
Fault
protected abstract void doWriteBody(Message outMessage, Object body, Type bodyType, Annotation[] customAnns, OutputStream os) throws Fault
Fault
Apache CXF