org.mule.transport.jdbc.xa
Class StatementInvocationHandler

java.lang.Object
  extended by org.mule.transport.jdbc.xa.StatementInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class StatementInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
StatementInvocationHandler(org.mule.transport.jdbc.xa.ConnectionWrapper connectionWrapper, Statement statement)
           
 
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

StatementInvocationHandler

public StatementInvocationHandler(org.mule.transport.jdbc.xa.ConnectionWrapper connectionWrapper,
                                  Statement statement)
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.