com.sun.xml.ws.util
Class InjectionPlan.MethodInjectionPlan<T,R>
java.lang.Object
com.sun.xml.ws.util.InjectionPlan<T,R>
com.sun.xml.ws.util.InjectionPlan.MethodInjectionPlan<T,R>
- Enclosing class:
- InjectionPlan<T,R>
public static class InjectionPlan.MethodInjectionPlan<T,R>
- extends InjectionPlan<T,R>
|
Method Summary |
void |
inject(T instance,
R resource)
Perform injection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionPlan.MethodInjectionPlan
public InjectionPlan.MethodInjectionPlan(Method method)
inject
public void inject(T instance,
R resource)
- Description copied from class:
InjectionPlan
- Perform injection
- Specified by:
inject in class InjectionPlan<T,R>
- Parameters:
instance - Instanceresource - Resource
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.