com.sun.xml.ws.server
Interface AbstractInstanceResolver.InjectionPlan<T,R>

All Known Implementing Classes:
AbstractInstanceResolver.FieldInjectionPlan, AbstractInstanceResolver.MethodInjectionPlan
Enclosing class:
AbstractInstanceResolver<T>

protected static interface AbstractInstanceResolver.InjectionPlan<T,R>

Encapsulates which field/method the injection is done, and performs the injection.


Method Summary
 int count()
          Gets the number of injections to be performed.
 void inject(T instance, R resource)
           
 

Method Detail

inject

void inject(T instance,
            R resource)

count

int count()
Gets the number of injections to be performed.