org.mule.transport.jms.xa
Class ConnectionInvocationHandler

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

public class ConnectionInvocationHandler
extends Object
implements TargetInvocationHandler


Constructor Summary
ConnectionInvocationHandler(Object xac)
           
 
Method Summary
 Object getTargetObject()
           
 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

ConnectionInvocationHandler

public ConnectionInvocationHandler(Object xac)
Method Detail

getTargetObject

public Object getTargetObject()
Specified by:
getTargetObject in interface TargetInvocationHandler

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.