Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
abstract void |
ResourceInjector.inject(WSWebServiceContext context,
Object instance)
Performs resource injection.
|
void |
Invoker.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by
WSEndpoint when it's set up. |
void |
InstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by
WSEndpoint when it's set up. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebServiceContext
Partial
WSWebServiceContext implementation. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultResourceInjector.inject(WSWebServiceContext context,
Object instance) |
void |
StatefulInstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint) |
void |
SingletonResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint) |
void |
AbstractMultiInstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncProviderInvokerTube.AsyncWebServiceContext
The single
WebServiceContext instance injected into application. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.