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, setupBindingOperationInfo
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
protected AbstractProtocolHandlerInterceptor(Binding binding)
public void handleMessage(T message)
Interceptor
protected MessageContext createProtocolMessageContext(T message)
Apache CXF