Package org.apache.axis2.transport.http
Class HTTPTransportReceiver
- java.lang.Object
-
- org.apache.axis2.transport.http.HTTPTransportReceiver
-
public class HTTPTransportReceiver extends Object
Class HTTPTransportReceiver
-
-
Constructor Summary
Constructors Constructor Description HTTPTransportReceiver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map
getGetRequestParameters(String requestURI)
static String
getServicesHTML(ConfigurationContext configurationContext)
Returns the HTML text for the list of services deployed.static String
printServiceHTML(String serviceName, ConfigurationContext configurationContext)
-
-
-
Method Detail
-
getServicesHTML
public static 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 String printServiceHTML(String serviceName, ConfigurationContext configurationContext)
-
-