org.apache.tuscany.sca.core.invocation
Class SCAProxy

java.lang.Object
  extended by java.lang.reflect.Proxy
      extended by org.apache.tuscany.sca.core.invocation.SCAProxy
All Implemented Interfaces:
java.io.Serializable

public class SCAProxy
extends java.lang.reflect.Proxy

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.reflect.Proxy
h
 
Constructor Summary
protected SCAProxy(java.lang.reflect.InvocationHandler handler)
           
 
Method Summary
static java.lang.Object newProxyInstance(java.lang.ClassLoader classloader, java.lang.Class[] aclass, java.lang.reflect.InvocationHandler invocationhandler)
           
 
Methods inherited from class java.lang.reflect.Proxy
getInvocationHandler, getProxyClass, isProxyClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCAProxy

protected SCAProxy(java.lang.reflect.InvocationHandler handler)
Method Detail

newProxyInstance

public static java.lang.Object newProxyInstance(java.lang.ClassLoader classloader,
                                                java.lang.Class[] aclass,
                                                java.lang.reflect.InvocationHandler invocationhandler)
                                         throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException