Uses of Class
org.apache.axis2.transport.http.server.RequestLine

Packages that use RequestLine
org.apache.axis2.transport.http.server   
 

Uses of RequestLine in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server that return RequestLine
 RequestLine SimpleRequest.getRequestLine()
           
static RequestLine RequestLine.parseLine(java.lang.String l)
           
 

Methods in org.apache.axis2.transport.http.server with parameters of type RequestLine
 void SimpleRequest.setRequestLine(RequestLine requestline)
           
 

Constructors in org.apache.axis2.transport.http.server with parameters of type RequestLine
SimpleRequest(RequestLine requestLine, Header[] headers, java.io.InputStream content)
           
SimpleRequest(RequestLine requestLine, Header[] headers)