Uses of Class
com.sun.xml.ws.wsdl.OperationDispatcher

Packages that use OperationDispatcher
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.sei   
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
abstract  OperationDispatcher WSEndpoint.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
protected  OperationDispatcher Stub.operationDispatcher
           
 

Methods in com.sun.xml.ws.client that return OperationDispatcher
 OperationDispatcher Stub.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
 OperationDispatcher SEIStub.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
 OperationDispatcher ManagedEndpoint.getOperationDispatcher()
           
 

Uses of OperationDispatcher in com.sun.xml.ws.server
 

Methods in com.sun.xml.ws.server that return OperationDispatcher
 OperationDispatcher WSEndpointImpl.getOperationDispatcher()
          Nullable when there is no associated WSDL Model
 OperationDispatcher WSEndpointMOMProxy.getOperationDispatcher()
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.