Uses of Interface
com.sun.xml.ws.server.sei.EndpointMethodDispatcher

Packages that use EndpointMethodDispatcher
com.sun.xml.ws.server.sei   
 

Uses of EndpointMethodDispatcher in com.sun.xml.ws.server.sei
 

Classes in com.sun.xml.ws.server.sei that implement EndpointMethodDispatcher
(package private)  class ActionBasedDispatcher
          An EndpointMethodDispatcher that uses WS-Addressing Action Message Addressing Property, wsa:Action, as the key for dispatching.
(package private)  class PayloadQNameBasedDispatcher
          An EndpointMethodDispatcher that uses SOAP payload first child's QName as the key for dispatching.
(package private)  class SOAPActionBasedDispatcher
          An EndpointMethodDispatcher that uses SOAPAction as the key for dispatching.
 

Methods in com.sun.xml.ws.server.sei that return types with arguments of type EndpointMethodDispatcher
(package private)  List<EndpointMethodDispatcher> EndpointMethodDispatcherGetter.getDispatcherList()