php.java.bridge
Class PhpProcedureProxy

java.lang.Object
  extended by php.java.bridge.PhpProcedureProxy

public class PhpProcedureProxy
extends java.lang.Object

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.


Constructor Summary
PhpProcedureProxy(JavaBridge bridge, java.util.Map strings, java.lang.Class[] interfaces, long object)
           
PhpProcedureProxy(JavaBridge bridge, java.lang.String string, java.lang.Class[] interfaces, long object)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhpProcedureProxy

public PhpProcedureProxy(JavaBridge bridge,
                         java.util.Map strings,
                         java.lang.Class[] interfaces,
                         long object)

PhpProcedureProxy

public PhpProcedureProxy(JavaBridge bridge,
                         java.lang.String string,
                         java.lang.Class[] interfaces,
                         long object)