Java Doc for ActionBasedDispatcher.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
WS-Addressing Action Message Addressing Property, wsa:Action,
as the key for dispatching.
A map of all wsa:Actions on the port and the corresponding
EndpointMethodHandler is initialized in the constructor. The wsa:Action value is extracted from
the request
Packet and used as the key to return the correct
handler.
author: Arun Gupta