Package org.apache.cxf.jaxws.handler
Class AbstractProtocolHandlerInterceptor<T extends org.apache.cxf.message.Message>
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptor<T>
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<T>,org.apache.cxf.phase.PhaseInterceptor<T>
- Direct Known Subclasses:
SOAPHandlerFaultInInterceptor,SOAPHandlerFaultOutInterceptor,SOAPHandlerInterceptor
public abstract class AbstractProtocolHandlerInterceptor<T extends org.apache.cxf.message.Message>
extends AbstractJAXWSHandlerInterceptor<T>
-
Field Summary
Fields inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
binding -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractProtocolHandlerInterceptor(jakarta.xml.ws.Binding binding) protectedAbstractProtocolHandlerInterceptor(jakarta.xml.ws.Binding binding, String phase) -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.xml.ws.handler.MessageContextcreateProtocolMessageContext(T message) voidhandleMessage(T message) Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
AbstractProtocolHandlerInterceptor
protected AbstractProtocolHandlerInterceptor(jakarta.xml.ws.Binding binding) -
AbstractProtocolHandlerInterceptor
-
-
Method Details
-
handleMessage
-
createProtocolMessageContext
-