Package org.apache.cxf.jaxws.handler
Class AbstractProtocolHandlerInterceptor<T extends 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:
Interceptor<T>,PhaseInterceptor<T>
- Direct Known Subclasses:
SOAPHandlerFaultInInterceptor,SOAPHandlerFaultOutInterceptor,SOAPHandlerInterceptor
public abstract class AbstractProtocolHandlerInterceptor<T extends Message> extends AbstractJAXWSHandlerInterceptor<T>
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
binding
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding)protectedAbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding, String phase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.xml.ws.handler.MessageContextcreateProtocolMessageContext(T message)voidhandleMessage(T message)Intercepts a message.-
Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfo
-
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
-
AbstractProtocolHandlerInterceptor
protected AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding)
-
AbstractProtocolHandlerInterceptor
protected AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding, String phase)
-
-
Method Detail
-
handleMessage
public void handleMessage(T message)
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
-
createProtocolMessageContext
protected javax.xml.ws.handler.MessageContext createProtocolMessageContext(T message)
-
-