Package | Description |
---|---|
com.sun.xml.ws.api.config.management | |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
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 | Method and Description |
---|---|
Invoker |
EndpointCreationAttributes.getInvoker()
Return the original Invoker instance.
|
Constructor and Description |
---|
EndpointCreationAttributes(boolean processHandlerAnnotation,
Invoker invoker,
EntityResolver resolver,
boolean isTransportSynchronous)
Instantiate this data access object.
|
Modifier and Type | Method and Description |
---|---|
Invoker |
InstanceResolver.createInvoker()
Wraps this
InstanceResolver into an Invoker . |
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
WSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)
except that this version takes an url of the jax-ws-catalog.xml. |
static <T> ProviderInvokerTube<T> |
ProviderInvokerTubeFactory.create(ClassLoader classLoader,
Container container,
Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync) |
protected ProviderInvokerTube<T> |
ProviderInvokerTubeFactory.createDefault(Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync) |
protected abstract ProviderInvokerTube<T> |
ProviderInvokerTubeFactory.doCreate(Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync) |
Modifier and Type | Method and Description |
---|---|
Invoker |
InvokerTube.getInvoker(com.sun.xml.ws.api.message.Packet request)
Returns the
Invoker object that serves the request. |
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) |
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 <T> EndpointAwareTube |
EndpointFactory.createProviderInvokerTube(Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container) |
protected EndpointAwareTube |
EndpointFactory.createSEIInvokerTube(AbstractSEIModelImpl seiModel,
Invoker invoker,
WSBinding binding) |
Constructor and Description |
---|
InvokerTube(Invoker invoker) |
Modifier and Type | Method and Description |
---|---|
static <T> ProviderInvokerTube<T> |
ProviderInvokerTube.create(Class<T> implType,
WSBinding binding,
Invoker invoker,
Container container) |
Constructor and Description |
---|
AsyncProviderInvokerTube(Invoker invoker,
ProviderArgumentsBuilder<T> argsBuilder) |
SyncProviderInvokerTube(Invoker invoker,
ProviderArgumentsBuilder<T> argsBuilder) |
Constructor and Description |
---|
SEIInvokerTube(AbstractSEIModelImpl model,
Invoker invoker,
WSBinding binding) |
Copyright © 2015 Oracle Corporation. All rights reserved.