org.apache.cxf.jaxws.handler
Class AbstractJAXWSHandlerInterceptor<T extends Message>
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<T>
- All Implemented Interfaces:
- Interceptor<T>, PhaseInterceptor<T>
- Direct Known Subclasses:
- AbstractProtocolHandlerInterceptor, LogicalHandlerFaultInInterceptor, LogicalHandlerFaultOutInterceptor, LogicalHandlerInInterceptor, LogicalHandlerOutInterceptor
public abstract class AbstractJAXWSHandlerInterceptor<T extends Message>
- extends AbstractPhaseInterceptor<T>
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
binding
protected Binding binding
AbstractJAXWSHandlerInterceptor
protected AbstractJAXWSHandlerInterceptor(Binding b,
String phase)
isOutbound
protected boolean isOutbound(T message)
getInvoker
protected HandlerChainInvoker getInvoker(T message)
getBinding
protected Binding getBinding()
onCompletion
public void onCompletion(T message)
isMEPComlete
public boolean isMEPComlete(T message)
setupBindingOperationInfo
protected void setupBindingOperationInfo(Exchange exch,
Object data)
getOpQName
protected QName getOpQName(Exchange ex,
Object data)
Apache CXF