|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.http.HTTPTransportReceiver
Class HTTPTransportReceiver
Constructor Summary | |
HTTPTransportReceiver()
|
Method Summary | |
static Map |
getGetRequestParameters(String requestURI)
|
static String |
getServicesHTML(ConfigurationContext configurationContext)
Returns the HTML text for the list of services deployed. |
HashMap |
parseTheHeaders(InputStream in,
boolean serverSide)
Parses following two styles of HTTP stuff Server Side POST /axis2/services/echo HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text User-Agent: Axis/1.2RC1 Host: 127.0.0.1:8081 Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 73507 HTTP/1.1 200 OK Content-Type: text/xml;charset=utf-8 Date: Sat, 12 Feb 2005 10:39:39 GMT Server: Apache-Coyote/1.1 Connection: close |
static String |
printServiceHTML(String serviceName,
ConfigurationContext configurationContext)
|
protected int |
readLine(InputStream is,
byte[] b)
Reads a single line from the input stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTTPTransportReceiver()
Method Detail |
public HashMap parseTheHeaders(InputStream in, boolean serverSide) throws AxisFault
in
- serverSide
-
AxisFault
protected int readLine(InputStream is, byte[] b) throws IOException
is
- inputstream to read fromb
- byte array to read into
IOException
public static Map getGetRequestParameters(String requestURI)
public static String getServicesHTML(ConfigurationContext configurationContext)
public static String printServiceHTML(String serviceName, ConfigurationContext configurationContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |