org.mule.tck.testmodels.mule
Class TestTransactionManagerFactory.InternalInvocationHandler

java.lang.Object
  extended by org.mule.tck.testmodels.mule.TestTransactionManagerFactory.InternalInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
TestTransactionManagerFactory

public class TestTransactionManagerFactory.InternalInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
TestTransactionManagerFactory.InternalInvocationHandler()
           
 
Method Summary
 TestTransactionManagerFactory getParent()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTransactionManagerFactory.InternalInvocationHandler

public TestTransactionManagerFactory.InternalInvocationHandler()
Method Detail

getParent

public TestTransactionManagerFactory getParent()

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.