|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.client.Stub
org.apache.stratos.tenant.register.stub.TenantMgtServiceStub
public class TenantMgtServiceStub
| Field Summary | |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations
|
| Fields inherited from class org.apache.axis2.client.Stub |
|---|
_service, _serviceClient, modules |
| Constructor Summary | |
|---|---|
TenantMgtServiceStub()
Default Constructor |
|
TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor |
|
TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext |
|
TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner |
|
TenantMgtServiceStub(String targetEndpoint)
Constructor taking the target endpoint |
|
| Method Summary | |
|---|---|
boolean |
checkDomainAvailability(String domainName31)
Auto generated method signature |
CaptchaInfoBean |
generateRandomCaptcha()
Auto generated method signature |
String |
registerTenant(TenantInfoBean tenantInfoBean21,
CaptchaInfoBean captchaInfoBean22)
Auto generated method signature |
void |
startcheckDomainAvailability(String domainName31,
TenantMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations |
void |
startgenerateRandomCaptcha(TenantMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations |
void |
startregisterTenant(TenantInfoBean tenantInfoBean21,
CaptchaInfoBean captchaInfoBean22,
TenantMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations |
void |
startvalidateOrSuggestDomain(String domain26,
String successKey27,
TenantMgtServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations |
String |
validateOrSuggestDomain(String domain26,
String successKey27)
Auto generated method signature |
| Methods inherited from class org.apache.axis2.client.Stub |
|---|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.axis2.description.AxisOperation[] _operations
| Constructor Detail |
|---|
public TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TenantMgtServiceStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public TenantMgtServiceStub(String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault| Method Detail |
|---|
public String registerTenant(TenantInfoBean tenantInfoBean21,
CaptchaInfoBean captchaInfoBean22)
throws RemoteException,
RegisterTenantExceptionException
registerTenant in interface TenantMgtServiceregisterTenant20 -
RegisterTenantExceptionException - :
RemoteExceptionTenantMgtService.registerTenant(org.apache.stratos.tenant.register.stub.beans.xsd.TenantInfoBean, org.apache.stratos.tenant.register.stub.beans.xsd.CaptchaInfoBean)
public void startregisterTenant(TenantInfoBean tenantInfoBean21,
CaptchaInfoBean captchaInfoBean22,
TenantMgtServiceCallbackHandler callback)
throws RemoteException
startregisterTenant in interface TenantMgtServiceregisterTenant20 -
RemoteExceptionTenantMgtService.startregisterTenant(org.apache.stratos.tenant.register.stub.beans.xsd.TenantInfoBean, org.apache.stratos.tenant.register.stub.beans.xsd.CaptchaInfoBean, org.apache.stratos.tenant.register.stub.TenantMgtServiceCallbackHandler)
public String validateOrSuggestDomain(String domain26,
String successKey27)
throws RemoteException,
ValidateOrSuggestDomainExceptionException
validateOrSuggestDomain in interface TenantMgtServicevalidateOrSuggestDomain25 -
ValidateOrSuggestDomainExceptionException - :
RemoteExceptionTenantMgtService.validateOrSuggestDomain(java.lang.String, java.lang.String)
public void startvalidateOrSuggestDomain(String domain26,
String successKey27,
TenantMgtServiceCallbackHandler callback)
throws RemoteException
startvalidateOrSuggestDomain in interface TenantMgtServicevalidateOrSuggestDomain25 -
RemoteExceptionTenantMgtService.startvalidateOrSuggestDomain(java.lang.String, java.lang.String, org.apache.stratos.tenant.register.stub.TenantMgtServiceCallbackHandler)
public boolean checkDomainAvailability(String domainName31)
throws RemoteException,
CheckDomainAvailabilityExceptionException
checkDomainAvailability in interface TenantMgtServicecheckDomainAvailability30 -
CheckDomainAvailabilityExceptionException - :
RemoteExceptionTenantMgtService.checkDomainAvailability(java.lang.String)
public void startcheckDomainAvailability(String domainName31,
TenantMgtServiceCallbackHandler callback)
throws RemoteException
startcheckDomainAvailability in interface TenantMgtServicecheckDomainAvailability30 -
RemoteExceptionTenantMgtService.startcheckDomainAvailability(java.lang.String, org.apache.stratos.tenant.register.stub.TenantMgtServiceCallbackHandler)
public CaptchaInfoBean generateRandomCaptcha()
throws RemoteException,
GenerateRandomCaptchaExceptionException
generateRandomCaptcha in interface TenantMgtServicegenerateRandomCaptcha34 -
GenerateRandomCaptchaExceptionException - :
RemoteExceptionTenantMgtService.generateRandomCaptcha()
public void startgenerateRandomCaptcha(TenantMgtServiceCallbackHandler callback)
throws RemoteException
startgenerateRandomCaptcha in interface TenantMgtServicegenerateRandomCaptcha34 -
RemoteExceptionTenantMgtService.startgenerateRandomCaptcha(org.apache.stratos.tenant.register.stub.TenantMgtServiceCallbackHandler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||