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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.