Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.addressing.v200408 | |
com.sun.xml.ws.api.config.management | |
com.sun.xml.ws.api.config.management.policy | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.server.provider | |
com.sun.xml.ws.transport.http | |
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet |
Servlet transport for the JAX-WS RI.
|
com.sun.xml.ws.transport.local |
Transport implementations that work inside the single JVM.
|
Constructor and Description |
---|
W3CWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
WsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
Constructor and Description |
---|
MemberSubmissionWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next) |
Modifier and Type | Method and Description |
---|---|
<T> WSEndpoint<T> |
ManagedEndpointFactory.createEndpoint(WSEndpoint<T> endpoint,
EndpointCreationAttributes attributes)
This method may return a WSEndpoint implementation that wraps the original
WSEndpoint instance.
|
Modifier and Type | Method and Description |
---|---|
<T> WSEndpoint<T> |
ManagedEndpointFactory.createEndpoint(WSEndpoint<T> endpoint,
EndpointCreationAttributes attributes)
This method may return a WSEndpoint implementation that wraps the original
WSEndpoint instance.
|
Modifier and Type | Method and Description |
---|---|
static ManagedServiceAssertion |
ManagedServiceAssertion.getAssertion(WSEndpoint endpoint)
Return ManagedService assertion if there is one associated with the endpoint.
|
Modifier and Type | Method and Description |
---|---|
WSEndpoint<?> |
ServerTubeAssemblerContext.getEndpoint()
The created pipeline is used to serve this
WSEndpoint . |
Constructor and Description |
---|
ServerPipeAssemblerContext(SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint endpoint,
Tube terminal,
boolean isSynchronous)
Deprecated.
|
ServerTubeAssemblerContext(SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint endpoint,
Tube terminal,
boolean isSynchronous) |
Modifier and Type | Field and Description |
---|---|
protected WSEndpoint<?> |
Adapter.endpoint |
Modifier and Type | Method and Description |
---|---|
static <T> WSEndpoint<T> |
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver)
Deprecated.
|
static <T> WSEndpoint<T> |
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous)
Creates an endpoint from deployment or programmatic configuration
|
static <T> WSEndpoint<T> |
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous,
boolean isStandard) |
static <T> WSEndpoint<T> |
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
URL catalogUrl)
The same as
create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)
except that this version takes an url of the jax-ws-catalog.xml. |
WSEndpoint |
BoundEndpoint.getEndpoint()
The endpoint that was bound.
|
WSEndpoint<?> |
Adapter.getEndpoint()
Gets the endpoint that this
Adapter is serving. |
Modifier and Type | Method and Description |
---|---|
static HttpEndpoint |
HttpEndpoint.create(WSEndpoint endpoint)
Factory to deploy
WSEndpoint on light-weight
http server container. |
boolean |
WSEndpoint.equalsProxiedInstance(WSEndpoint endpoint)
Used for managed endpoints infrastructure to compare equality of proxies vs proxied endpoints.
|
String |
WebServiceContextDelegate.getEPRAddress(com.sun.xml.ws.api.message.Packet request,
WSEndpoint endpoint)
Gets the address of the endpoint.
|
abstract WSEndpointReference.EPRExtension |
EndpointReferenceExtensionContributor.getEPRExtension(WSEndpoint endpoint,
WSEndpointReference.EPRExtension extension) |
protected static ResourceInjector |
AbstractInstanceResolver.getResourceInjector(WSEndpoint endpoint) |
String |
WebServiceContextDelegate.getWSDLAddress(com.sun.xml.ws.api.message.Packet request,
WSEndpoint endpoint)
Gets the address of the primary WSDL.
|
void |
EndpointAwareCodec.setEndpoint(WSEndpoint endpoint)
Called by the
WSEndpoint implementation
when the codec is associated with an endpoint. |
void |
InstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by
WSEndpoint when it's set up. |
void |
Invoker.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by
WSEndpoint when it's set up. |
Constructor and Description |
---|
AbstractServerAsyncTransport(WSEndpoint endpoint)
setExecutor(java.util.concurrent.Executor) should be called before creating the
transport |
Adapter(WSEndpoint endpoint)
Creates an
Adapter that delivers
messages to the given endpoint. |
Modifier and Type | Method and Description |
---|---|
WSEndpoint |
ServerTubelineAssemblyContext.getEndpoint()
The created pipeline is used to serve this
WSEndpoint . |
Modifier and Type | Class and Description |
---|---|
class |
WSEndpointImpl<T>
WSEndpoint implementation. |
class |
WSEndpointMOMProxy
ManagedObjectManager proxy class for WSEndpointImpl instances that could be used when Gmbal API calls
need to be deferred. |
Modifier and Type | Field and Description |
---|---|
protected WSEndpoint |
AbstractMultiInstanceResolver.owner |
Modifier and Type | Method and Description |
---|---|
<T> WSEndpoint<T> |
EndpointFactory.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous)
|
<T> WSEndpoint<T> |
EndpointFactory.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous,
boolean isStandard) |
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) |
static <T> WSEndpoint<T> |
EndpointFactory.createEndpoint(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous)
|
static <T> WSEndpoint<T> |
EndpointFactory.createEndpoint(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous,
boolean isStandard) |
protected WSEndpoint |
InvokerTube.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
org.glassfish.gmbal.ManagedObjectManager |
MonitorBase.createManagedObjectManager(WSEndpoint endpoint)
Endpoint monitoring is ON by default.
|
boolean |
WSEndpointMOMProxy.equalsProxiedInstance(WSEndpoint endpoint) |
void |
InvokerTube.setEndpoint(WSEndpoint endpoint) |
void |
EndpointAwareTube.setEndpoint(WSEndpoint<?> endpoint)
Setter for WSEndpoint holding this tube
|
void |
StatefulInstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint) |
void |
SingletonResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint) |
void |
AbstractMultiInstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint) |
Constructor and Description |
---|
AbstractWebServiceContext(WSEndpoint endpoint) |
ServerSchemaValidationTube(WSEndpoint endpoint,
WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort,
Tube next) |
Constructor and Description |
---|
AsyncWebServiceContext(WSEndpoint endpoint,
com.sun.xml.ws.api.message.Packet packet) |
Modifier and Type | Method and Description |
---|---|
A |
DeploymentDescriptorParser.AdapterFactory.createAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint) |
T |
HttpAdapterList.createAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint) |
static HttpAdapter |
HttpAdapter.createAlone(WSEndpoint endpoint)
Creates a lone
HttpAdapter that does not know of any other
HttpAdapter s. |
protected abstract T |
HttpAdapterList.createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
Implementations need to override this one to create a concrete class
of HttpAdapter
|
Constructor and Description |
---|
HttpAdapter(WSEndpoint endpoint,
HttpAdapterList<? extends HttpAdapter> owner)
Deprecated.
remove as soon as we can update the test util.
|
HttpAdapter(WSEndpoint endpoint,
HttpAdapterList<? extends HttpAdapter> owner,
String urlPattern) |
Modifier and Type | Method and Description |
---|---|
protected ServerAdapter |
ServerAdapterList.createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint) |
Constructor and Description |
---|
EndpointImpl(WSEndpoint wse,
Object serverContext)
Deprecated.
This is a backdoor method. Don't use it unless you know what you are doing.
|
EndpointImpl(WSEndpoint wse,
Object serverContext,
EndpointContext ctxt)
Deprecated.
This is a backdoor method. Don't use it unless you know what you are doing.
|
EndpointImpl(WSEndpoint wse,
String address)
Deprecated.
This is a backdoor method. Don't use it unless you know what you are doing.
|
EndpointImpl(WSEndpoint wse,
String address,
EndpointContext ctxt)
Deprecated.
This is a backdoor method. Don't use it unless you know what you are doing.
|
ServerAdapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServerAdapterList owner) |
Modifier and Type | Method and Description |
---|---|
protected ServletAdapter |
ServletAdapterList.createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint) |
String |
ServletConnectionImpl.getEPRAddress(com.sun.xml.ws.api.message.Packet p,
WSEndpoint endpoint) |
String |
ServletConnectionImpl.getWSDLAddress(com.sun.xml.ws.api.message.Packet request,
WSEndpoint endpoint) |
Constructor and Description |
---|
ServletAdapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServletAdapterList owner) |
Modifier and Type | Method and Description |
---|---|
protected static WSEndpoint |
LocalTransportFactory.createServerService(URI adrs)
The local transport works by looking at the exploded war file image on
a file system.
|
Modifier and Type | Method and Description |
---|---|
protected static List<WSEndpoint> |
LocalTransportFactory.parseEndpoints(String outputDir) |
Constructor and Description |
---|
InVmServer(String id,
List<WSEndpoint> endpoints) |
Copyright © 2015 Oracle Corporation. All rights reserved.