Java Doc for PayloadQNameBasedDispatcher.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » server » sei » Java Source Code / Java DocumentationJava Source Code and Java Documentation
An
com.sun.xml.ws.server.sei.EndpointMethodDispatcher that uses
SOAP payload first child's QName as the key for dispatching.
A map of all payload QNames on the port and the corresponding
EndpointMethodHandler is initialized in the constructor. The payload QName is extracted from the
request
Packet and used as the key to return the correct
handler.
author: Arun Gupta author: Jitendra Kotamraju