|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
EndpointFactory.createProviderInvokerTube(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
|
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 ServerTubeAssemblerContext |
WSEndpointImpl.createServerTubeAssemblerContext(EndpointAwareTube terminalTube,
boolean isSynchronous)
|
|
| Constructors in com.sun.xml.ws.server with parameters of type EndpointAwareTube | |
|---|---|
WSEndpointImpl(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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||