Java Doc for EndpointMethodDispatcher.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
Returns the
EndpointMethodHandler for the requestPacket .
Parameters: request - request packetnon-null EndpointMethodHandler that will route the request packet.null to indicate that the request packet be processed by the next availableEndpointMethodDispatcher. throws: DispatchException - If the request is invalid, and processing shall be aborted with a specific fault.