Class AbstractProtocolHandlerInterceptor<T extends Message>

All Implemented Interfaces:
Interceptor<T>, PhaseInterceptor<T>
Direct Known Subclasses:
SOAPHandlerFaultInInterceptor, SOAPHandlerFaultOutInterceptor, SOAPHandlerInterceptor

public abstract class AbstractProtocolHandlerInterceptor<T extends 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)
      Description copied from interface: Interceptor
      Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
    • createProtocolMessageContext

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