public abstract class AbstractProtocolHandlerInterceptor<T extends Message> extends AbstractJAXWSHandlerInterceptor<T>
binding| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProtocolHandlerInterceptor(Binding binding) |
protected |
AbstractProtocolHandlerInterceptor(Binding binding,
String phase) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageContext |
createProtocolMessageContext(T message) |
void |
handleMessage(T message)
Intercepts a message.
|
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeprotected AbstractProtocolHandlerInterceptor(Binding binding)
public void handleMessage(T message)
Interceptorprotected MessageContext createProtocolMessageContext(T message)
Apache CXF