public abstract class AbstractHttpGetRequestProcessor extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.context.ConfigurationContext |
cfgCtx |
static QName |
CLASS_QN |
static String |
CONTENT_TYPE |
static String |
FAVICON_ICO |
static String |
FAVICON_ICO_URL |
protected Map<String,org.wso2.carbon.core.transports.HttpGetRequestProcessor> |
getRequestProcessors |
static String |
HOST_NAME |
static QName |
ITEM_QN |
static String |
LOCALHOST |
static String |
TEXT_HTML |
static String |
WSO2_LOADBALANCER_SYS_PROPERTY |
Constructor and Description |
---|
AbstractHttpGetRequestProcessor() |
Modifier and Type | Method and Description |
---|---|
protected String |
getServiceName(String uri)
Returns the service name.
|
protected String |
getServicePath() |
protected String |
getServicesHTML(String prefix)
Returns the HTML text for the list of services deployed.
|
void |
handleException(String msg,
Exception e) |
void |
init(org.apache.axis2.context.ConfigurationContext configurationContext) |
protected void |
populateGetRequestProcessors() |
public static final QName ITEM_QN
public static final QName CLASS_QN
public static final String CONTENT_TYPE
public static final String TEXT_HTML
public static final String FAVICON_ICO
public static final String FAVICON_ICO_URL
public static final String LOCALHOST
public static final String HOST_NAME
public static final String WSO2_LOADBALANCER_SYS_PROPERTY
protected Map<String,org.wso2.carbon.core.transports.HttpGetRequestProcessor> getRequestProcessors
protected org.apache.axis2.context.ConfigurationContext cfgCtx
public void init(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
protected void populateGetRequestProcessors() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
protected String getServicesHTML(String prefix)
prefix
- to be used for the Service namesprotected String getServiceName(String uri)
uri
- HttpRequest uriprotected String getServicePath()
Copyright © 2022 WSO2. All rights reserved.