|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invoker | |
|---|---|
| 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 | |
| Uses of Invoker in com.sun.xml.ws.api.server |
|---|
| Methods in com.sun.xml.ws.api.server that return Invoker | |
|---|---|
Invoker |
InstanceResolver.createInvoker()
Wraps this InstanceResolver into an Invoker. |
| Methods in com.sun.xml.ws.api.server with parameters of type Invoker | ||
|---|---|---|
static
|
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
|
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
|
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. |
|
| Uses of Invoker in com.sun.xml.ws.server |
|---|
| Methods in com.sun.xml.ws.server that return Invoker | |
|---|---|
Invoker |
InvokerTube.getInvoker(Packet request)
Returns the Invoker object that serves the request. |
| Methods in com.sun.xml.ws.server with parameters of type Invoker | ||
|---|---|---|
static
|
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)
Implements WSEndpoint.create(java.lang.Class. |
|
| Constructors in com.sun.xml.ws.server with parameters of type Invoker | |
|---|---|
InvokerTube(Invoker invoker)
|
|
| Uses of Invoker in com.sun.xml.ws.server.provider |
|---|
| Methods in com.sun.xml.ws.server.provider with parameters of type Invoker | ||
|---|---|---|
static
|
ProviderInvokerTube.create(Class<T> implType,
WSBinding binding,
Invoker invoker)
|
|
| Constructors in com.sun.xml.ws.server.provider with parameters of type Invoker | |
|---|---|
AsyncProviderInvokerTube(Invoker invoker,
ProviderArgumentsBuilder<T> argsBuilder)
|
|
ProviderInvokerTube(Invoker invoker,
ProviderArgumentsBuilder<T> argsBuilder)
|
|
SyncProviderInvokerTube(Invoker invoker,
ProviderArgumentsBuilder<T> argsBuilder)
|
|
| Uses of Invoker in com.sun.xml.ws.server.sei |
|---|
| Constructors in com.sun.xml.ws.server.sei with parameters of type Invoker | |
|---|---|
SEIInvokerTube(AbstractSEIModelImpl model,
Invoker invoker,
WSBinding binding)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||