com.sun.xml.ws.server
Class AbstractInstanceResolver.FieldInjectionPlan<T,R>
java.lang.Object
com.sun.xml.ws.server.AbstractInstanceResolver.FieldInjectionPlan<T,R>
- All Implemented Interfaces:
- AbstractInstanceResolver.InjectionPlan<T,R>
- Enclosing class:
- AbstractInstanceResolver<T>
protected static class AbstractInstanceResolver.FieldInjectionPlan<T,R>
- extends Object
- implements AbstractInstanceResolver.InjectionPlan<T,R>
Injects to a field.
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 |
AbstractInstanceResolver.FieldInjectionPlan
public AbstractInstanceResolver.FieldInjectionPlan(Field field)
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>