org.codehaus.xfire.picocontainer.util
Class PicoObjectInvoker

java.lang.Object
  extended by org.codehaus.xfire.picocontainer.util.PicoObjectInvoker
All Implemented Interfaces:
Invoker

public class PicoObjectInvoker
extends java.lang.Object
implements Invoker


Constructor Summary
PicoObjectInvoker(org.picocontainer.defaults.ObjectReference picoReference, java.lang.Object componentKey)
           
 
Method Summary
 java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object[] params, MessageContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoObjectInvoker

public PicoObjectInvoker(org.picocontainer.defaults.ObjectReference picoReference,
                         java.lang.Object componentKey)
Method Detail

invoke

public java.lang.Object invoke(java.lang.reflect.Method method,
                               java.lang.Object[] params,
                               MessageContext context)
                        throws XFireFault
Specified by:
invoke in interface Invoker
Throws:
XFireFault