Uses of Class
com.sun.xml.ws.server.InvokerTube

Packages that use InvokerTube
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.server.provider   
com.sun.xml.ws.server.sei   
 

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

Constructors in com.sun.xml.ws.server with parameters of type InvokerTube
WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, InvokerTube terminalTube, boolean isSynchronous)
           
 

Uses of InvokerTube in com.sun.xml.ws.server.provider
 

Subclasses of InvokerTube in com.sun.xml.ws.server.provider
(package private)  class AsyncProviderInvokerTube<T>
          This Tube is used to invoke the AsyncProvider endpoints.
 class ProviderInvokerTube<T>
          This Tube is used to invoke the Provider and AsyncProvider endpoints.
(package private)  class SyncProviderInvokerTube<T>
          This tube is used to invoke the Provider endpoints.
 

Uses of InvokerTube in com.sun.xml.ws.server.sei
 

Subclasses of InvokerTube in com.sun.xml.ws.server.sei
 class SEIInvokerTube
          This pipe is used to invoke SEI based endpoints.