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

    • Field Detail

      • binding

        protected javax.xml.ws.Binding binding
    • Constructor Detail

      • AbstractJAXWSHandlerInterceptor

        protected AbstractJAXWSHandlerInterceptor​(javax.xml.ws.Binding b,
                                                  String phase)
    • Method Detail

      • isOutbound

        protected boolean isOutbound​(T message)
      • getBinding

        protected javax.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)