Package org.apache.cxf.jaxws.handler
Class AbstractJAXWSHandlerInterceptor<T extends org.apache.cxf.message.Message>
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<T>
-
- org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<T>
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<T>,org.apache.cxf.phase.PhaseInterceptor<T>
- Direct Known Subclasses:
AbstractProtocolHandlerInterceptor,LogicalHandlerFaultInInterceptor,LogicalHandlerFaultOutInterceptor,LogicalHandlerInInterceptor,LogicalHandlerOutInterceptor
public abstract class AbstractJAXWSHandlerInterceptor<T extends org.apache.cxf.message.Message> extends org.apache.cxf.phase.AbstractPhaseInterceptor<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.ws.Bindingbinding
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractJAXWSHandlerInterceptor(javax.xml.ws.Binding b, String phase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.xml.ws.BindinggetBinding()protected HandlerChainInvokergetInvoker(T message)protected QNamegetOpQName(org.apache.cxf.message.Exchange ex, Object data)booleanisMEPComlete(T message)protected booleanisOutbound(T message)voidonCompletion(T message)protected voidsetupBindingOperationInfo(org.apache.cxf.message.Exchange exch, Object data)-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Constructor Detail
-
AbstractJAXWSHandlerInterceptor
protected AbstractJAXWSHandlerInterceptor(javax.xml.ws.Binding b, String phase)
-
-
Method Detail
-
isOutbound
protected boolean isOutbound(T message)
-
getInvoker
protected HandlerChainInvoker getInvoker(T message)
-
getBinding
protected javax.xml.ws.Binding getBinding()
-
onCompletion
public void onCompletion(T message)
-
isMEPComlete
public boolean isMEPComlete(T message)
-
setupBindingOperationInfo
protected void setupBindingOperationInfo(org.apache.cxf.message.Exchange exch, Object data)
-
-