com.sun.enterprise.admin.util.proxy
Class ProxyFactory

java.lang.Object
  extended by com.sun.enterprise.admin.util.proxy.ProxyFactory

public class ProxyFactory
extends java.lang.Object


Method Summary
static java.lang.Object createProxy(java.lang.Class intfc, java.lang.Object handler, Interceptor interceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createProxy

public static java.lang.Object createProxy(java.lang.Class intfc,
                                           java.lang.Object handler,
                                           Interceptor interceptor)


Copyright © 2012 GlassFish Community. All Rights Reserved.