Package org.apache.axis2.transport.http
Class HTTPTransportReceiver
java.lang.Object
org.apache.axis2.transport.http.HTTPTransportReceiver
Class HTTPTransportReceiver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MapgetGetRequestParameters(String requestURI) static StringgetServicesHTML(org.apache.axis2.context.ConfigurationContext configurationContext) Returns the HTML text for the list of services deployed.static StringprintServiceHTML(String serviceName, org.apache.axis2.context.ConfigurationContext configurationContext)
-
Constructor Details
-
HTTPTransportReceiver
public HTTPTransportReceiver()
-
-
Method Details
-
getGetRequestParameters
-
getServicesHTML
public static String getServicesHTML(org.apache.axis2.context.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
-