|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.server.ResourceInjector
com.sun.xml.ws.server.DefaultResourceInjector
public final class DefaultResourceInjector
Default ResourceInjector.
ResourceInjector.STANDALONE| Field Summary |
|---|
| Fields inherited from class com.sun.xml.ws.api.server.ResourceInjector |
|---|
STANDALONE |
| Constructor Summary | |
|---|---|
DefaultResourceInjector()
|
|
| Method Summary | |
|---|---|
void |
inject(WSWebServiceContext context,
java.lang.Object instance)
Performs resource injection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultResourceInjector()
| Method Detail |
|---|
public void inject(@NotNull
WSWebServiceContext context,
@NotNull
java.lang.Object instance)
ResourceInjector
inject in class ResourceInjectorcontext - WebServiceContext implementation to be injected into the instance.instance - Instance of the service endpoint class to which resources will be injected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||