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
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)-
Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfo
-
-
-
-
Constructor Detail
-
AbstractProtocolHandlerInterceptor
protected AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding)
-
AbstractProtocolHandlerInterceptor
protected AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding, String phase)
-
-