com.sun.xml.ws.util
Class InjectionPlan.MethodInjectionPlan<T,R>

java.lang.Object
  extended by com.sun.xml.ws.util.InjectionPlan<T,R>
      extended by 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>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.ws.util.InjectionPlan
InjectionPlan.FieldInjectionPlan<T,R>, InjectionPlan.MethodInjectionPlan<T,R>
 
Constructor Summary
InjectionPlan.MethodInjectionPlan(java.lang.reflect.Method method)
           
 
Method Summary
 void inject(T instance, R resource)
          Perform injection
 
Methods inherited from class com.sun.xml.ws.util.InjectionPlan
buildInjectionPlan, inject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionPlan.MethodInjectionPlan

public InjectionPlan.MethodInjectionPlan(java.lang.reflect.Method method)
Method Detail

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 - Instance
resource - Resource


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.