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)
           
ConnectionInvocationHandler(Object xac, Boolean sameRMOverrideValue)
           
 
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)

ConnectionInvocationHandler

public ConnectionInvocationHandler(Object xac,
                                   Boolean sameRMOverrideValue)
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-2012 MuleSoft, Inc.. All Rights Reserved.