Package | Description |
---|---|
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.server.provider | |
com.sun.xml.ws.server.sei |
Modifier and Type | Class and Description |
---|---|
class |
InvokerTube<T>
Base code for
ProviderInvokerTube and SEIInvokerTube . |
Modifier and Type | Method and Description |
---|---|
protected <T> EndpointAwareTube |
EndpointFactory.createProviderInvokerTube(Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container) |
protected EndpointAwareTube |
EndpointFactory.createSEIInvokerTube(AbstractSEIModelImpl seiModel,
Invoker invoker,
WSBinding binding) |
Modifier and Type | Method and 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 ServerTubeAssemblerContext |
WSEndpointImpl.createServerTubeAssemblerContext(EndpointAwareTube terminalTube,
boolean isSynchronous) |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncProviderInvokerTube<T>
This
Tube is used to invoke the AsyncProvider endpoints. |
class |
ProviderInvokerTube<T>
|
class |
SyncProviderInvokerTube<T>
This tube is used to invoke the
Provider endpoints. |
Modifier and Type | Class and Description |
---|---|
class |
SEIInvokerTube
This pipe is used to invoke SEI based endpoints.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.