Uses of Class
php.java.bridge.Response

Packages that use Response
php.java.bridge   
 

Uses of Response in php.java.bridge
 

Methods in php.java.bridge with parameters of type Response
 void JavaBridge.CreateObject(java.lang.String name, boolean createInstance, java.lang.Object[] args, Response response)
          Create an new instance of a given class
 void JavaBridge.GetSetProp(java.lang.Object object, java.lang.String prop, java.lang.Object[] args, Response response)
          Get or Set a property
 void JavaBridge.Invoke(java.lang.Object object, java.lang.String method, java.lang.Object[] args, Response response)
          Invoke a method on a given object
 

Constructors in php.java.bridge with parameters of type Response
Response.ValuesHook(Response res)
          For PHP5: convert Map or Collection into a PHP array, sends the entire Map or Collection to the client.