com.sun.xml.ws.server
Class DefaultResourceInjector

java.lang.Object
  extended by com.sun.xml.ws.api.server.ResourceInjector
      extended by com.sun.xml.ws.server.DefaultResourceInjector

public final class DefaultResourceInjector
extends ResourceInjector

Default ResourceInjector.

See Also:
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, 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

DefaultResourceInjector

public DefaultResourceInjector()
Method Detail

inject

public void inject(@NotNull
                   WSWebServiceContext context,
                   @NotNull
                   Object instance)
Description copied from class: ResourceInjector
Performs resource injection.

Specified by:
inject in class ResourceInjector
Parameters:
context - WebServiceContext implementation to be injected into the instance.
instance - Instance of the service endpoint class to which resources will be injected.