public abstract class AbstractJAXWSHandlerInterceptor<T extends Message> extends AbstractPhaseInterceptor<T>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.ws.Binding |
binding |
Modifier | Constructor and Description |
---|---|
protected |
AbstractJAXWSHandlerInterceptor(javax.xml.ws.Binding b,
String phase) |
Modifier and Type | Method and Description |
---|---|
protected javax.xml.ws.Binding |
getBinding() |
protected HandlerChainInvoker |
getInvoker(T message) |
protected QName |
getOpQName(Exchange ex,
Object data) |
boolean |
isMEPComlete(T message) |
protected boolean |
isOutbound(T message) |
void |
onCompletion(T message) |
protected void |
setupBindingOperationInfo(Exchange exch,
Object data) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMessage
protected javax.xml.ws.Binding binding
protected AbstractJAXWSHandlerInterceptor(javax.xml.ws.Binding b, String phase)
protected boolean isOutbound(T message)
protected HandlerChainInvoker getInvoker(T message)
protected javax.xml.ws.Binding getBinding()
public void onCompletion(T message)
public boolean isMEPComlete(T message)
Apache CXF