org.mule.transport.jms.xa
Class ConsumerProducerInvocationHandler

java.lang.Object
  extended by org.mule.transport.jms.xa.ConsumerProducerInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class ConsumerProducerInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
ConsumerProducerInvocationHandler(SessionInvocationHandler sessionInvocationHandler, Object target)
           
 
Method Summary
 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

ConsumerProducerInvocationHandler

public ConsumerProducerInvocationHandler(SessionInvocationHandler sessionInvocationHandler,
                                         Object target)
Method Detail

invoke

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


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.