com.sun.xml.ws.server.sei
Class EndpointMethodDispatcherGetter
java.lang.Object
com.sun.xml.ws.server.sei.EndpointMethodDispatcherGetter
final class EndpointMethodDispatcherGetter
- extends Object
Gets the list of EndpointMethodDispatcher
s for SEIInvokerTube
.
a request Packet
. If WS-Addressing is enabled on the endpoint, then
only ActionBasedDispatcher
is added to the list. Otherwise,
PayloadQNameBasedDispatcher
is added to the list.
Message
payload's QName to obtain the handler. If no handler is
registered corresponding to that QName, then uses Action Message
Addressing Property value to get the handler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointMethodDispatcherGetter
EndpointMethodDispatcherGetter(AbstractSEIModelImpl model,
WSBinding binding,
SEIInvokerTube invokerTube)
getDispatcherList
List<EndpointMethodDispatcher> getDispatcherList()