Class AbstractJAXWSHandlerInterceptor<T extends org.apache.cxf.message.Message>

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<T>
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<T>, org.apache.cxf.phase.PhaseInterceptor<T>
Direct Known Subclasses:
AbstractProtocolHandlerInterceptor, LogicalHandlerFaultInInterceptor, LogicalHandlerFaultOutInterceptor, LogicalHandlerInInterceptor, LogicalHandlerOutInterceptor

public abstract class AbstractJAXWSHandlerInterceptor<T extends org.apache.cxf.message.Message> extends org.apache.cxf.phase.AbstractPhaseInterceptor<T>
  • Field Details

    • binding

      protected jakarta.xml.ws.Binding binding
  • Constructor Details

    • AbstractJAXWSHandlerInterceptor

      protected AbstractJAXWSHandlerInterceptor(jakarta.xml.ws.Binding b, String phase)
  • Method Details

    • isOutbound

      protected boolean isOutbound(T message)
    • getInvoker

      protected HandlerChainInvoker getInvoker(T message)
    • getBinding

      protected jakarta.xml.ws.Binding getBinding()
    • onCompletion

      public void onCompletion(T message)
    • isMEPComlete

      public boolean isMEPComlete(T message)
    • setupBindingOperationInfo

      protected void setupBindingOperationInfo(org.apache.cxf.message.Exchange exch, Object data)
    • getOpQName

      protected QName getOpQName(org.apache.cxf.message.Exchange ex, Object data)