Uses of Interface
com.sun.xml.ws.server.EndpointAwareTube
Packages that use EndpointAwareTube
Package
Description
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of EndpointAwareTube in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement EndpointAwareTubeModifier and TypeClassDescriptionclassInvokerTube<T>Base code forProviderInvokerTubeandSEIInvokerTube.Methods in com.sun.xml.ws.server that return EndpointAwareTubeModifier and TypeMethodDescriptionprotected <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 EndpointAwareTubeModifier and TypeMethodDescriptionprotected <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, PolicyMap policyMap) protected ServerTubeAssemblerContextWSEndpointImpl.createServerTubeAssemblerContext(EndpointAwareTube terminalTube, boolean isSynchronous) Constructors in com.sun.xml.ws.server with parameters of type EndpointAwareTubeModifierConstructorDescriptionprotectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) -
Uses of EndpointAwareTube in com.sun.xml.ws.server.provider
Classes in com.sun.xml.ws.server.provider that implement EndpointAwareTubeModifier and TypeClassDescriptionclassThisTubeis used to invoke theAsyncProviderendpoints.classclassThis tube is used to invoke theProviderendpoints. -
Uses of EndpointAwareTube in com.sun.xml.ws.server.sei
Classes in com.sun.xml.ws.server.sei that implement EndpointAwareTubeModifier and TypeClassDescriptionclassThis pipe is used to invoke SEI based endpoints.