Uses of Interface
com.sun.xml.ws.server.EndpointAwareTube

Packages that use EndpointAwareTube
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 EndpointAwareTube in com.sun.xml.ws.server
 

Classes in com.sun.xml.ws.server that implement EndpointAwareTube
 class InvokerTube<T>
          Base code for ProviderInvokerTube and SEIInvokerTube.
 

Methods in com.sun.xml.ws.server that return EndpointAwareTube
protected
<T> EndpointAwareTube
EndpointFactory.createProviderInvokerTube(java.lang.Class<T> implType, WSBinding binding, Invoker invoker, Container container)
           
protected  EndpointAwareTube EndpointFactory.createSEIInvokerTube(AbstractSEIModelImpl seiModel, Invoker invoker, WSBinding binding)
           
 

Methods in com.sun.xml.ws.server with parameters of type EndpointAwareTube
protected
<T> WSEndpoint<T>
EndpointFactory.create(javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort wsdlPort, java.lang.Class<T> implType, ServiceDefinitionImpl serviceDefinition, EndpointAwareTube terminal, boolean isTransportSynchronous, com.sun.xml.ws.policy.PolicyMap policyMap)
           
protected  ServerTubeAssemblerContext WSEndpointImpl.createServerTubeAssemblerContext(EndpointAwareTube terminalTube, boolean isSynchronous)
           
 

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

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

Classes in com.sun.xml.ws.server.provider that implement EndpointAwareTube
 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.
 class SyncProviderInvokerTube<T>
          This tube is used to invoke the Provider endpoints.
 

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

Classes in com.sun.xml.ws.server.sei that implement EndpointAwareTube
 class SEIInvokerTube
          This pipe is used to invoke SEI based endpoints.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.