php.java.bridge
Class Request

java.lang.Object
  extended by php.java.bridge.Request
All Implemented Interfaces:
IDocHandler

public class Request
extends java.lang.Object
implements IDocHandler


Nested Class Summary
static class Request.PhpArray
           
 
Constructor Summary
Request(JavaBridge bridge)
           
 
Method Summary
 void begin(php.java.bridge.ParserTag[] tag)
           
 void end(php.java.bridge.ParserString[] string)
           
 void handleOneRequest()
           
 void handleRequests()
           
 java.lang.Object[] handleSubRequests()
           
 boolean initOptions(java.io.InputStream in, java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request

public Request(JavaBridge bridge)
Method Detail

initOptions

public boolean initOptions(java.io.InputStream in,
                           java.io.OutputStream out)
                    throws java.io.IOException
Throws:
java.io.IOException

begin

public void begin(php.java.bridge.ParserTag[] tag)
Specified by:
begin in interface IDocHandler

end

public void end(php.java.bridge.ParserString[] string)
Specified by:
end in interface IDocHandler

handleRequests

public void handleRequests()
                    throws java.io.IOException
Throws:
java.io.IOException

handleOneRequest

public void handleOneRequest()
                      throws java.io.IOException
Throws:
java.io.IOException

handleSubRequests

public java.lang.Object[] handleSubRequests()
                                     throws java.io.IOException,
                                            java.lang.Throwable
Throws:
java.io.IOException
java.lang.Throwable