public class UrlMapperAdminService
extends org.wso2.carbon.core.AbstractAdmin
| Constructor and Description |
|---|
UrlMapperAdminService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceDomain(String hostName,
String url,
String appType) |
void |
addWebAppToHost(String hostName,
String uri,
String appType) |
void |
deleteHost(String hostName) |
void |
deleteServiceDomain(String hostName) |
boolean |
editHost(String webappName,
String newHost,
String oldhost) |
void |
editServiceDomain(String newHost,
String oldhost) |
MappingData[] |
getAllMappings() |
String |
getDomainNamePrefix() |
String[] |
getHostForEpr(String url) |
String[] |
getHostForWebApp(String url) |
String |
getHttpPort() |
static PaginatedMappingData |
getPaginatedMappings(int pageNumber,
String tenantDomain) |
boolean |
isMappingExist(String mappingName) |
boolean |
isMappingLimitExceeded(String webAppName) |
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamppublic void addWebAppToHost(String hostName, String uri, String appType) throws UrlMapperException
UrlMapperExceptionpublic String getHttpPort() throws UrlMapperException
UrlMapperExceptionpublic static PaginatedMappingData getPaginatedMappings(int pageNumber, String tenantDomain) throws UrlMapperException
UrlMapperExceptionpublic MappingData[] getAllMappings() throws UrlMapperException
UrlMapperExceptionpublic void addServiceDomain(String hostName, String url, String appType) throws UrlMapperException
UrlMapperExceptionpublic void editServiceDomain(String newHost, String oldhost) throws UrlMapperException
UrlMapperExceptionpublic void deleteServiceDomain(String hostName) throws UrlMapperException, org.apache.axis2.AxisFault
UrlMapperExceptionorg.apache.axis2.AxisFaultpublic String[] getHostForEpr(String url) throws UrlMapperException
UrlMapperExceptionpublic String[] getHostForWebApp(String url) throws UrlMapperException
UrlMapperExceptionpublic String getDomainNamePrefix()
public boolean isMappingLimitExceeded(String webAppName) throws UrlMapperException
UrlMapperExceptionpublic boolean editHost(String webappName, String newHost, String oldhost) throws UrlMapperException
UrlMapperExceptionpublic void deleteHost(String hostName) throws UrlMapperException
UrlMapperExceptionpublic boolean isMappingExist(String mappingName) throws UrlMapperException
UrlMapperExceptionCopyright © 2017 WSO2. All rights reserved.