public class SeekBopInterceptor
extends org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
| Constructor and Description |
|---|
SeekBopInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.service.model.BindingOperationInfo |
getBindingOperationInfo(org.apache.cxf.message.Exchange exchange,
QName name,
boolean client)
We are overriding this method because we need call a custom getOperation because ServiceModelUtil.getOperation()
compare opName with name but we have to compare agains the Request Name
|
void |
handleMessage(org.apache.cxf.message.Message message) |
findMessagePart, getDataReader, getDataReader, getMessageInfo, getMessageInfo, getNodeDataReader, getXMLStreamReader, setDataReaderValidation, setMessage, setOperationSchemaValidation, shouldValidate, supportsDataReaderpublic void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultprotected org.apache.cxf.service.model.BindingOperationInfo getBindingOperationInfo(org.apache.cxf.message.Exchange exchange,
QName name,
boolean client)
getBindingOperationInfo in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptorCopyright © 2025. All rights reserved.