Uses of Class
com.sun.xml.ws.wsdl.OperationDispatcher
-
Packages that use OperationDispatcher Package Description com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.client.sei SEIStuband its supporting code.com.sun.xml.ws.metro.api.config.management com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of OperationDispatcher in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return OperationDispatcher Modifier and Type Method Description abstract OperationDispatcherWSEndpoint. getOperationDispatcher()Nullable when there is no associated WSDL Model -
Uses of OperationDispatcher in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as OperationDispatcher Modifier and Type Field Description protected OperationDispatcherStub. operationDispatcherMethods in com.sun.xml.ws.client that return OperationDispatcher Modifier and Type Method Description OperationDispatcherStub. getOperationDispatcher()Nullable when there is no associated WSDL Model -
Uses of OperationDispatcher in com.sun.xml.ws.client.sei
Methods in com.sun.xml.ws.client.sei that return OperationDispatcher Modifier and Type Method Description OperationDispatcherSEIStub. getOperationDispatcher()Nullable when there is no associated WSDL Model -
Uses of OperationDispatcher in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return OperationDispatcher Modifier and Type Method Description OperationDispatcherManagedEndpoint. getOperationDispatcher() -
Uses of OperationDispatcher in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return OperationDispatcher Modifier and Type Method Description OperationDispatcherWSEndpointImpl. getOperationDispatcher()Nullable when there is no associated WSDL ModelOperationDispatcherWSEndpointMOMProxy. getOperationDispatcher()
-