com.sun.xml.ws.server
Class AbstractInstanceResolver.MethodInjectionPlan<T,R>

java.lang.Object
  extended by com.sun.xml.ws.server.AbstractInstanceResolver.MethodInjectionPlan<T,R>
All Implemented Interfaces:
AbstractInstanceResolver.InjectionPlan<T,R>
Enclosing class:
AbstractInstanceResolver<T>

protected static class AbstractInstanceResolver.MethodInjectionPlan<T,R>
extends Object
implements AbstractInstanceResolver.InjectionPlan<T,R>

Injects to a method.


Constructor Summary
AbstractInstanceResolver.MethodInjectionPlan(Method method)
           
 
Method Summary
 int count()
          Gets the number of injections to be performed.
 void inject(T instance, R resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInstanceResolver.MethodInjectionPlan

public AbstractInstanceResolver.MethodInjectionPlan(Method method)
Method Detail

inject

public void inject(T instance,
                   R resource)
Specified by:
inject in interface AbstractInstanceResolver.InjectionPlan<T,R>

count

public int count()
Description copied from interface: AbstractInstanceResolver.InjectionPlan
Gets the number of injections to be performed.

Specified by:
count in interface AbstractInstanceResolver.InjectionPlan<T,R>