public class UrlMapperAdminServiceStub extends org.apache.axis2.client.Stub implements UrlMapperAdminService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
UrlMapperAdminServiceStub()
Default Constructor
|
UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
UrlMapperAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceDomain(String hostName85,
String url86,
String appType87)
Auto generated method signature
|
void |
addWebAppToHost(String hostName110,
String uri111,
String appType112)
Auto generated method signature
|
void |
deleteHost(String hostName89)
Auto generated method signature
|
void |
deleteServiceDomain(String hostName117)
Auto generated method signature
|
boolean |
editHost(String webappName96,
String newHost97,
String oldhost98)
Auto generated method signature
|
void |
editServiceDomain(String newHost114,
String oldhost115)
Auto generated method signature
|
MappingData[] |
getAllMappings()
Auto generated method signature
|
String |
getDomainNamePrefix()
Auto generated method signature
|
String[] |
getHostForEpr(String url106)
Auto generated method signature
|
String[] |
getHostForWebApp(String url102)
Auto generated method signature
|
String |
getHttpPort()
Auto generated method signature
|
PaginatedMappingData |
getPaginatedMappings(int pageNumber91,
String tenantDomain92)
Auto generated method signature
|
boolean |
isMappingExist(String mappingName68)
Auto generated method signature
|
boolean |
isMappingLimitExceeded(String webAppName78)
Auto generated method signature
|
void |
starteditHost(String webappName96,
String newHost97,
String oldhost98,
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 url106,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHostForWebApp(String url102,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetHttpPort(UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedMappings(int pageNumber91,
String tenantDomain92,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisMappingExist(String mappingName68,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisMappingLimitExceeded(String webAppName78,
UrlMapperAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic UrlMapperAdminServiceStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic UrlMapperAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean isMappingExist(String mappingName68) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
isMappingExist in interface UrlMapperAdminServiceisMappingExist67 - UrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionUrlMapperAdminService.isMappingExist(java.lang.String)public void startisMappingExist(String mappingName68, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startisMappingExist in interface UrlMapperAdminServiceisMappingExist67 - RemoteExceptionUrlMapperAdminService.startisMappingExist(java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public MappingData[] getAllMappings() throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getAllMappings in interface UrlMapperAdminServicegetAllMappings71 - UrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionUrlMapperAdminService.getAllMappings()public void startgetAllMappings(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetAllMappings in interface UrlMapperAdminServicegetAllMappings71 - RemoteExceptionUrlMapperAdminService.startgetAllMappings(org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public String getHttpPort() throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getHttpPort in interface UrlMapperAdminServicegetHttpPort74 - UrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionUrlMapperAdminService.getHttpPort()public void startgetHttpPort(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetHttpPort in interface UrlMapperAdminServicegetHttpPort74 - RemoteExceptionUrlMapperAdminService.startgetHttpPort(org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public boolean isMappingLimitExceeded(String webAppName78) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
isMappingLimitExceeded in interface UrlMapperAdminServiceisMappingLimitExceeded77 - UrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionUrlMapperAdminService.isMappingLimitExceeded(java.lang.String)public void startisMappingLimitExceeded(String webAppName78, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startisMappingLimitExceeded in interface UrlMapperAdminServiceisMappingLimitExceeded77 - RemoteExceptionUrlMapperAdminService.startisMappingLimitExceeded(java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public String getDomainNamePrefix() throws RemoteException
getDomainNamePrefix in interface UrlMapperAdminServicegetDomainNamePrefix81 - RemoteExceptionUrlMapperAdminService.getDomainNamePrefix()public void startgetDomainNamePrefix(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetDomainNamePrefix in interface UrlMapperAdminServicegetDomainNamePrefix81 - RemoteExceptionUrlMapperAdminService.startgetDomainNamePrefix(org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public void addServiceDomain(String hostName85, String url86, String appType87) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
addServiceDomain in interface UrlMapperAdminServiceUrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionpublic void deleteHost(String hostName89) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
deleteHost in interface UrlMapperAdminServiceUrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionpublic PaginatedMappingData getPaginatedMappings(int pageNumber91, String tenantDomain92) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getPaginatedMappings in interface UrlMapperAdminServicegetPaginatedMappings90 - UrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionUrlMapperAdminService.getPaginatedMappings(int, java.lang.String)public void startgetPaginatedMappings(int pageNumber91,
String tenantDomain92,
UrlMapperAdminServiceCallbackHandler callback)
throws RemoteException
startgetPaginatedMappings in interface UrlMapperAdminServicegetPaginatedMappings90 - RemoteExceptionUrlMapperAdminService.startgetPaginatedMappings(int, java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public boolean editHost(String webappName96, String newHost97, String oldhost98) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
editHost in interface UrlMapperAdminServiceeditHost95 - UrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionUrlMapperAdminService.editHost(java.lang.String, java.lang.String, java.lang.String)public void starteditHost(String webappName96, String newHost97, String oldhost98, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
starteditHost in interface UrlMapperAdminServiceeditHost95 - RemoteExceptionUrlMapperAdminService.starteditHost(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public String[] getHostForWebApp(String url102) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getHostForWebApp in interface UrlMapperAdminServicegetHostForWebApp101 - UrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionUrlMapperAdminService.getHostForWebApp(java.lang.String)public void startgetHostForWebApp(String url102, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetHostForWebApp in interface UrlMapperAdminServicegetHostForWebApp101 - RemoteExceptionUrlMapperAdminService.startgetHostForWebApp(java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public String[] getHostForEpr(String url106) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getHostForEpr in interface UrlMapperAdminServicegetHostForEpr105 - UrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionUrlMapperAdminService.getHostForEpr(java.lang.String)public void startgetHostForEpr(String url106, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetHostForEpr in interface UrlMapperAdminServicegetHostForEpr105 - RemoteExceptionUrlMapperAdminService.startgetHostForEpr(java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)public void addWebAppToHost(String hostName110, String uri111, String appType112) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
addWebAppToHost in interface UrlMapperAdminServiceUrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionpublic void editServiceDomain(String newHost114, String oldhost115) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
editServiceDomain in interface UrlMapperAdminServiceUrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionpublic void deleteServiceDomain(String hostName117) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
deleteServiceDomain in interface UrlMapperAdminServiceUrlMapperAdminServiceUrlMapperExceptionException - :RemoteExceptionCopyright © 2017 WSO2. All rights reserved.