Java Doc for SOAPActionBasedDispatcher.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
EndpointMethodDispatcher that uses SOAPAction as the key for dispatching.
A map of all SOAPAction on the port and the corresponding
EndpointMethodHandler is initialized in the constructor. The SOAPAction from the
request
Packet is used as the key to return the correct handler.
author: Jitendra Kotamraju