public class RPCOutInterceptor
extends org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
| Constructor and Description |
|---|
RPCOutInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
addOperationNode(org.apache.cxf.helpers.NSStack nsStack,
org.apache.cxf.message.Message message,
XMLStreamWriter xmlWriter,
boolean output,
org.apache.cxf.service.model.BindingOperationInfo boi) |
protected XMLStreamWriter |
getXMLStreamWriter(org.apache.cxf.message.Message message) |
void |
handleMessage(org.apache.cxf.message.Message message) |
getDataWriter, isRequestor, setOperationSchemaValidation, shouldBuffer, shouldValidate, writeParts, writeToOutputStreampublic void handleMessage(org.apache.cxf.message.Message message)
protected String addOperationNode(org.apache.cxf.helpers.NSStack nsStack, org.apache.cxf.message.Message message, XMLStreamWriter xmlWriter, boolean output, org.apache.cxf.service.model.BindingOperationInfo boi) throws XMLStreamException
XMLStreamExceptionprotected XMLStreamWriter getXMLStreamWriter(org.apache.cxf.message.Message message)
getXMLStreamWriter in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptorApache CXF