|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphp.java.bridge.PhpProcedureProxy
public class PhpProcedureProxy
This class creates a procedure proxy proxy which evaluates to a dynamic proxy in coerce(). If a user has supplied a type as the second argument to the closure() call, that type will be used for the proxy. Otherwise the proxy is generic.
Method Summary | |
---|---|
java.lang.Object |
getNewFromInterface(java.lang.Class iface)
Generate a new proxy for the given interface |
java.lang.Object |
getProxy(java.lang.Class[] interfaces)
Generate a proxy. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object getProxy(java.lang.Class[] interfaces)
interfaces
- The list of interfaces that the generated proxy should implement.
public java.lang.Object getNewFromInterface(java.lang.Class iface)
iface
- The interface that the generated proxy should implement.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |