Uses of Interface
com.sun.xml.ws.server.EndpointAwareTube
-
Packages that use EndpointAwareTube Package Description com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of EndpointAwareTube in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement EndpointAwareTube Modifier and Type Class Description classInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube.Methods in com.sun.xml.ws.server that return EndpointAwareTube Modifier and Type Method Description protected <T> EndpointAwareTubeEndpointFactory. createProviderInvokerTube(Class<T> implType, WSBinding binding, Invoker invoker, Container container)protected EndpointAwareTubeEndpointFactory. createSEIInvokerTube(AbstractSEIModelImpl seiModel, Invoker invoker, WSBinding binding)Methods in com.sun.xml.ws.server with parameters of type EndpointAwareTube Modifier and Type Method Description protected <T> WSEndpoint<T>EndpointFactory. create(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort wsdlPort, Class<T> implType, ServiceDefinitionImpl serviceDefinition, EndpointAwareTube terminal, boolean isTransportSynchronous, com.sun.xml.ws.policy.PolicyMap policyMap)protected ServerTubeAssemblerContextWSEndpointImpl. createServerTubeAssemblerContext(EndpointAwareTube terminalTube, boolean isSynchronous)Constructors in com.sun.xml.ws.server with parameters of type EndpointAwareTube Constructor Description WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, com.sun.xml.ws.policy.PolicyMap endpointPolicy)
-