public abstract class AbstractJAXWSHandlerInterceptor<T extends org.apache.cxf.message.Message>
extends org.apache.cxf.phase.AbstractPhaseInterceptor<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJAXWSHandlerInterceptor(Binding b,
String phase) |
| Modifier and Type | Method and Description |
|---|---|
protected Binding |
getBinding() |
protected HandlerChainInvoker |
getInvoker(T message) |
protected QName |
getOpQName(org.apache.cxf.message.Exchange ex,
Object data) |
boolean |
isMEPComlete(T message) |
protected boolean |
isOutbound(T message) |
void |
onCompletion(T message) |
protected void |
setupBindingOperationInfo(org.apache.cxf.message.Exchange exch,
Object data) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeprotected Binding binding
protected boolean isOutbound(T message)
protected HandlerChainInvoker getInvoker(T message)
protected Binding getBinding()
public void onCompletion(T message)
public boolean isMEPComlete(T message)
protected void setupBindingOperationInfo(org.apache.cxf.message.Exchange exch,
Object data)
Apache CXF