public abstract class AbstractProtocolHandlerInterceptor<T extends Message> extends AbstractJAXWSHandlerInterceptor<T>
binding
Modifier | Constructor and Description |
---|---|
protected |
AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding) |
protected |
AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding,
String phase) |
Modifier and Type | Method and Description |
---|---|
protected javax.xml.ws.handler.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(javax.xml.ws.Binding binding)
protected AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding, String phase)
public void handleMessage(T message)
Interceptor
protected javax.xml.ws.handler.MessageContext createProtocolMessageContext(T message)
Apache CXF