protected abstract class AbstractClient.AbstractBodyWriter
extends org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
| Constructor and Description |
|---|
AbstractBodyWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doWriteBody(org.apache.cxf.message.Message outMessage,
Object body,
Type bodyType,
Annotation[] customAnns,
OutputStream os) |
void |
handleMessage(org.apache.cxf.message.Message outMessage) |
getDataWriter, getXMLStreamWriter, isRequestor, setOperationSchemaValidation, shouldBuffer, shouldValidate, writeParts, writeToOutputStreampublic void handleMessage(org.apache.cxf.message.Message outMessage)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultprotected abstract void doWriteBody(org.apache.cxf.message.Message outMessage,
Object body,
Type bodyType,
Annotation[] customAnns,
OutputStream os)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.FaultApache CXF