public interface UrlMapperAdminService
Modifier and Type | Method and Description |
---|---|
void |
addServiceDomain(String hostName31,
String url32,
String appType33)
Auto generated method signature for Asynchronous Invocations
|
void |
addWebAppToHost(String hostName23,
String uri24,
String appType25)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteHost(String hostName50)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteServiceDomain(String hostName55)
Auto generated method signature for Asynchronous Invocations
|
boolean |
editHost(String webappName17,
String newHost18,
String oldhost19)
Auto generated method signature
|
void |
editServiceDomain(String newHost47,
String oldhost48)
Auto generated method signature for Asynchronous Invocations
|
MappingData[] |
getAllMappings()
Auto generated method signature
|
String |
getDomainNamePrefix()
Auto generated method signature
|
String[] |
getHostForEpr(String url64)
Auto generated method signature
|
String[] |
getHostForWebApp(String url27)
Auto generated method signature
|
String |
getHttpPort()
Auto generated method signature
|
PaginatedMappingData |
getPaginatedMappings(int pageNumber35,
String tenantDomain36)
Auto generated method signature
|
boolean |
isMappingExist(String mappingName57)
Auto generated method signature
|
boolean |
isMappingLimitExceeded(String webAppName40)
Auto generated method signature
|
void |
starteditHost(String webappName17,
String newHost18,
String oldhost19,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllMappings(UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDomainNamePrefix(UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHostForEpr(String url64,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHostForWebApp(String url27,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHttpPort(UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedMappings(int pageNumber35,
String tenantDomain36,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisMappingExist(String mappingName57,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisMappingLimitExceeded(String webAppName40,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean editHost(String webappName17, String newHost18, String oldhost19) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
editHost16
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
void starteditHost(String webappName17, String newHost18, String oldhost19, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
editHost16
- RemoteException
void addWebAppToHost(String hostName23, String uri24, String appType25) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
String[] getHostForWebApp(String url27) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getHostForWebApp26
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
void startgetHostForWebApp(String url27, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
getHostForWebApp26
- RemoteException
void addServiceDomain(String hostName31, String url32, String appType33) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
PaginatedMappingData getPaginatedMappings(int pageNumber35, String tenantDomain36) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getPaginatedMappings34
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
void startgetPaginatedMappings(int pageNumber35, String tenantDomain36, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
getPaginatedMappings34
- RemoteException
boolean isMappingLimitExceeded(String webAppName40) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
isMappingLimitExceeded39
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
void startisMappingLimitExceeded(String webAppName40, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
isMappingLimitExceeded39
- RemoteException
String getHttpPort() throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getHttpPort43
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
void startgetHttpPort(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
getHttpPort43
- RemoteException
void editServiceDomain(String newHost47, String oldhost48) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
void deleteHost(String hostName50) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
MappingData[] getAllMappings() throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getAllMappings51
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
void startgetAllMappings(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
getAllMappings51
- RemoteException
void deleteServiceDomain(String hostName55) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
boolean isMappingExist(String mappingName57) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
isMappingExist56
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
void startisMappingExist(String mappingName57, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
isMappingExist56
- RemoteException
String getDomainNamePrefix() throws RemoteException
getDomainNamePrefix60
- RemoteException
void startgetDomainNamePrefix(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
getDomainNamePrefix60
- RemoteException
String[] getHostForEpr(String url64) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getHostForEpr63
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
void startgetHostForEpr(String url64, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
getHostForEpr63
- RemoteException
Copyright © 2019 WSO2. All rights reserved.