org.apache.axis2.transport.http
Class HTTPTransportReceiver

java.lang.Object
  extended by org.apache.axis2.transport.http.HTTPTransportReceiver

public class HTTPTransportReceiver
extends java.lang.Object

Class HTTPTransportReceiver


Constructor Summary
HTTPTransportReceiver()
           
 
Method Summary
static java.util.Map getGetRequestParameters(java.lang.String requestURI)
           
static java.lang.String getServicesHTML(ConfigurationContext configurationContext)
          Returns the HTML text for the list of services deployed.
static java.lang.String printServiceHTML(java.lang.String serviceName, ConfigurationContext configurationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPTransportReceiver

public HTTPTransportReceiver()
Method Detail

getGetRequestParameters

public static java.util.Map getGetRequestParameters(java.lang.String requestURI)

getServicesHTML

public static java.lang.String getServicesHTML(ConfigurationContext configurationContext)
Returns the HTML text for the list of services deployed. This can be delegated to another Class as well where it will handle more options of GET messages.

Returns:
Returns String.

printServiceHTML

public static java.lang.String printServiceHTML(java.lang.String serviceName,
                                                ConfigurationContext configurationContext)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.