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, setServiceClientEPR
public UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public UrlMapperAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public UrlMapperAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public UrlMapperAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean isMappingExist(String mappingName68) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
isMappingExist
in interface UrlMapperAdminService
isMappingExist67
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
UrlMapperAdminService.isMappingExist(java.lang.String)
public void startisMappingExist(String mappingName68, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startisMappingExist
in interface UrlMapperAdminService
isMappingExist67
- RemoteException
UrlMapperAdminService.startisMappingExist(java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)
public MappingData[] getAllMappings() throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getAllMappings
in interface UrlMapperAdminService
getAllMappings71
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
UrlMapperAdminService.getAllMappings()
public void startgetAllMappings(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetAllMappings
in interface UrlMapperAdminService
getAllMappings71
- RemoteException
UrlMapperAdminService.startgetAllMappings(org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)
public String getHttpPort() throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getHttpPort
in interface UrlMapperAdminService
getHttpPort74
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
UrlMapperAdminService.getHttpPort()
public void startgetHttpPort(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetHttpPort
in interface UrlMapperAdminService
getHttpPort74
- RemoteException
UrlMapperAdminService.startgetHttpPort(org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)
public boolean isMappingLimitExceeded(String webAppName78) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
isMappingLimitExceeded
in interface UrlMapperAdminService
isMappingLimitExceeded77
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
UrlMapperAdminService.isMappingLimitExceeded(java.lang.String)
public void startisMappingLimitExceeded(String webAppName78, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startisMappingLimitExceeded
in interface UrlMapperAdminService
isMappingLimitExceeded77
- RemoteException
UrlMapperAdminService.startisMappingLimitExceeded(java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)
public String getDomainNamePrefix() throws RemoteException
getDomainNamePrefix
in interface UrlMapperAdminService
getDomainNamePrefix81
- RemoteException
UrlMapperAdminService.getDomainNamePrefix()
public void startgetDomainNamePrefix(UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetDomainNamePrefix
in interface UrlMapperAdminService
getDomainNamePrefix81
- RemoteException
UrlMapperAdminService.startgetDomainNamePrefix(org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)
public void addServiceDomain(String hostName85, String url86, String appType87) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
addServiceDomain
in interface UrlMapperAdminService
UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
public void deleteHost(String hostName89) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
deleteHost
in interface UrlMapperAdminService
UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
public PaginatedMappingData getPaginatedMappings(int pageNumber91, String tenantDomain92) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getPaginatedMappings
in interface UrlMapperAdminService
getPaginatedMappings90
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
UrlMapperAdminService.getPaginatedMappings(int, java.lang.String)
public void startgetPaginatedMappings(int pageNumber91, String tenantDomain92, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetPaginatedMappings
in interface UrlMapperAdminService
getPaginatedMappings90
- RemoteException
UrlMapperAdminService.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 UrlMapperAdminService
editHost95
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
UrlMapperAdminService.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 UrlMapperAdminService
editHost95
- RemoteException
UrlMapperAdminService.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 UrlMapperAdminService
getHostForWebApp101
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
UrlMapperAdminService.getHostForWebApp(java.lang.String)
public void startgetHostForWebApp(String url102, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetHostForWebApp
in interface UrlMapperAdminService
getHostForWebApp101
- RemoteException
UrlMapperAdminService.startgetHostForWebApp(java.lang.String, org.wso2.carbon.url.mapper.stub.UrlMapperAdminServiceCallbackHandler)
public String[] getHostForEpr(String url106) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
getHostForEpr
in interface UrlMapperAdminService
getHostForEpr105
- UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
UrlMapperAdminService.getHostForEpr(java.lang.String)
public void startgetHostForEpr(String url106, UrlMapperAdminServiceCallbackHandler callback) throws RemoteException
startgetHostForEpr
in interface UrlMapperAdminService
getHostForEpr105
- RemoteException
UrlMapperAdminService.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 UrlMapperAdminService
UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
public void editServiceDomain(String newHost114, String oldhost115) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
editServiceDomain
in interface UrlMapperAdminService
UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
public void deleteServiceDomain(String hostName117) throws RemoteException, UrlMapperAdminServiceUrlMapperExceptionException
deleteServiceDomain
in interface UrlMapperAdminService
UrlMapperAdminServiceUrlMapperExceptionException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.