org.wso2.wsas.transport.util
Class ServiceHTMLProcessor

java.lang.Object
  extended byorg.wso2.wsas.transport.util.ServiceHTMLProcessor

public class ServiceHTMLProcessor
extends java.lang.Object


Constructor Summary
ServiceHTMLProcessor()
           
 
Method Summary
static java.lang.String getServicesHTML(org.apache.axis2.context.ConfigurationContext configContext)
          Returns the HTML text for the list of services deployed.
static java.lang.String printServiceHTML(java.lang.String serviceName, org.apache.axis2.context.ConfigurationContext configurationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceHTMLProcessor

public ServiceHTMLProcessor()
Method Detail

getServicesHTML

public static java.lang.String getServicesHTML(org.apache.axis2.context.ConfigurationContext configContext)
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.

Parameters:
configContext - The ConfigurationContext
Returns:
The services list as an HTML string

printServiceHTML

public static java.lang.String printServiceHTML(java.lang.String serviceName,
                                                org.apache.axis2.context.ConfigurationContext configurationContext)