public class DocLiteralInInterceptor
extends org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
KEEP_PARAMETERS_WRAPPER |
| Constructor and Description |
|---|
DocLiteralInInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.service.model.BindingOperationInfo |
getBindingOperationInfo(org.apache.cxf.message.Exchange exchange,
QName name,
boolean client) |
void |
handleMessage(org.apache.cxf.message.Message message) |
protected boolean |
shouldWrapParameters(org.apache.cxf.service.model.MessageInfo msgInfo,
org.apache.cxf.message.Message message) |
findMessagePart, getDataReader, getDataReader, getMessageInfo, getMessageInfo, getNodeDataReader, getXMLStreamReader, isRequestor, setDataReaderValidation, setMessage, setOperationSchemaValidation, shouldValidate, supportsDataReaderpublic static final String KEEP_PARAMETERS_WRAPPER
public void handleMessage(org.apache.cxf.message.Message message)
protected org.apache.cxf.service.model.BindingOperationInfo getBindingOperationInfo(org.apache.cxf.message.Exchange exchange,
QName name,
boolean client)
getBindingOperationInfo in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptorprotected boolean shouldWrapParameters(org.apache.cxf.service.model.MessageInfo msgInfo,
org.apache.cxf.message.Message message)
Apache CXF