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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractJAXWSHandlerInterceptor(jakarta.xml.ws.Binding b, String phase) -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.xml.ws.Bindingprotected 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, setBeforeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
-
Field Details
-
binding
protected jakarta.xml.ws.Binding binding
-
-
Constructor Details
-
AbstractJAXWSHandlerInterceptor
-
-
Method Details
-
isOutbound
-
getInvoker
-
getBinding
protected jakarta.xml.ws.Binding getBinding() -
onCompletion
-
isMEPComlete
-
setupBindingOperationInfo
-
getOpQName
-