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>
  • Constructor Details

    • AbstractProtocolHandlerInterceptor

      protected AbstractProtocolHandlerInterceptor(jakarta.xml.ws.Binding binding)
    • AbstractProtocolHandlerInterceptor

      protected AbstractProtocolHandlerInterceptor(jakarta.xml.ws.Binding binding, String phase)
  • Method Details

    • handleMessage

      public void handleMessage(T message)
    • createProtocolMessageContext

      protected jakarta.xml.ws.handler.MessageContext createProtocolMessageContext(T message)