org.qi4j.api.composite
Interface CompositeInvoker

All Known Subinterfaces:
CompositeInstance

public interface CompositeInvoker

Composite method invoker. All composites must implement this interface. Methods that are invoked may reside either in the public Composite interface or in any internal mixins. NOTE:Client code should never use method in this class. We have not been able to hide this from client code, but IF we find a way to do, this interface may disappear.


Method Summary
 java.lang.Object invokeComposite(java.lang.reflect.Method method, java.lang.Object[] args)
           
 

Method Detail

invokeComposite

java.lang.Object invokeComposite(java.lang.reflect.Method method,
                                 java.lang.Object[] args)
                                 throws java.lang.Throwable
Throws:
java.lang.Throwable