Class AbstractDispatcher

    • Field Detail

      • log

        protected org.apache.commons.logging.Log log
    • Constructor Detail

      • AbstractDispatcher

        protected AbstractDispatcher()
    • Method Detail

      • getEndpoints

        public List<Endpoint> getEndpoints​(SessionInformation sessionInformation)
        Description copied from interface: Dispatcher
        Returns the endpoint sequence associated with current session with out root
        Specified by:
        getEndpoints in interface Dispatcher
        Parameters:
        sessionInformation - Current Session information
        Returns:
        Endpoint sequence
      • extractSessionID

        protected String extractSessionID​(org.apache.axiom.om.OMElement header,
                                          QName keyQName)
      • removeSessionID

        protected void removeSessionID​(org.apache.axiom.om.OMElement header,
                                       QName keyQName)