org.apache.sling.jcr.base
Class SessionProxyHandler.SessionProxyInvocationHandler

java.lang.Object
  extended by org.apache.sling.jcr.base.SessionProxyHandler.SessionProxyInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler
Enclosing class:
SessionProxyHandler

public static final class SessionProxyHandler.SessionProxyInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
SessionProxyHandler.SessionProxyInvocationHandler(javax.jcr.Session delegatee, AbstractNamespaceMappingRepository repo, java.lang.Class<?>[] interfaces)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionProxyHandler.SessionProxyInvocationHandler

public SessionProxyHandler.SessionProxyInvocationHandler(javax.jcr.Session delegatee,
                                                         AbstractNamespaceMappingRepository repo,
                                                         java.lang.Class<?>[] interfaces)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable
See Also:
InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.