org.apache.stratos.tenant.register.stub
Class TenantMgtServiceStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by org.apache.stratos.tenant.register.stub.TenantMgtServiceStub
All Implemented Interfaces:
TenantMgtService

public class TenantMgtServiceStub
extends org.apache.axis2.client.Stub
implements TenantMgtService


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

_operations

protected org.apache.axis2.description.AxisOperation[] _operations
Constructor Detail

TenantMgtServiceStub

public TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                            String targetEndpoint)
                     throws org.apache.axis2.AxisFault
Constructor that takes in a configContext

Throws:
org.apache.axis2.AxisFault

TenantMgtServiceStub

public TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                            String targetEndpoint,
                            boolean useSeparateListener)
                     throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner

Throws:
org.apache.axis2.AxisFault

TenantMgtServiceStub

public TenantMgtServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
                     throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

TenantMgtServiceStub

public TenantMgtServiceStub()
                     throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

TenantMgtServiceStub

public TenantMgtServiceStub(String targetEndpoint)
                     throws org.apache.axis2.AxisFault
Constructor taking the target endpoint

Throws:
org.apache.axis2.AxisFault
Method Detail

registerTenant

public String registerTenant(TenantInfoBean tenantInfoBean21,
                             CaptchaInfoBean captchaInfoBean22)
                      throws RemoteException,
                             RegisterTenantExceptionException
Auto generated method signature

Specified by:
registerTenant in interface TenantMgtService
Parameters:
registerTenant20 -
Throws:
RegisterTenantExceptionException - :
RemoteException
See Also:
TenantMgtService.registerTenant(org.apache.stratos.tenant.register.stub.beans.xsd.TenantInfoBean, org.apache.stratos.tenant.register.stub.beans.xsd.CaptchaInfoBean)

startregisterTenant

public void startregisterTenant(TenantInfoBean tenantInfoBean21,
                                CaptchaInfoBean captchaInfoBean22,
                                TenantMgtServiceCallbackHandler callback)
                         throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startregisterTenant in interface TenantMgtService
Parameters:
registerTenant20 -
Throws:
RemoteException
See Also:
TenantMgtService.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)

validateOrSuggestDomain

public String validateOrSuggestDomain(String domain26,
                                      String successKey27)
                               throws RemoteException,
                                      ValidateOrSuggestDomainExceptionException
Auto generated method signature

Specified by:
validateOrSuggestDomain in interface TenantMgtService
Parameters:
validateOrSuggestDomain25 -
Throws:
ValidateOrSuggestDomainExceptionException - :
RemoteException
See Also:
TenantMgtService.validateOrSuggestDomain(java.lang.String, java.lang.String)

startvalidateOrSuggestDomain

public void startvalidateOrSuggestDomain(String domain26,
                                         String successKey27,
                                         TenantMgtServiceCallbackHandler callback)
                                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startvalidateOrSuggestDomain in interface TenantMgtService
Parameters:
validateOrSuggestDomain25 -
Throws:
RemoteException
See Also:
TenantMgtService.startvalidateOrSuggestDomain(java.lang.String, java.lang.String, org.apache.stratos.tenant.register.stub.TenantMgtServiceCallbackHandler)

checkDomainAvailability

public boolean checkDomainAvailability(String domainName31)
                                throws RemoteException,
                                       CheckDomainAvailabilityExceptionException
Auto generated method signature

Specified by:
checkDomainAvailability in interface TenantMgtService
Parameters:
checkDomainAvailability30 -
Throws:
CheckDomainAvailabilityExceptionException - :
RemoteException
See Also:
TenantMgtService.checkDomainAvailability(java.lang.String)

startcheckDomainAvailability

public void startcheckDomainAvailability(String domainName31,
                                         TenantMgtServiceCallbackHandler callback)
                                  throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startcheckDomainAvailability in interface TenantMgtService
Parameters:
checkDomainAvailability30 -
Throws:
RemoteException
See Also:
TenantMgtService.startcheckDomainAvailability(java.lang.String, org.apache.stratos.tenant.register.stub.TenantMgtServiceCallbackHandler)

generateRandomCaptcha

public CaptchaInfoBean generateRandomCaptcha()
                                      throws RemoteException,
                                             GenerateRandomCaptchaExceptionException
Auto generated method signature

Specified by:
generateRandomCaptcha in interface TenantMgtService
Parameters:
generateRandomCaptcha34 -
Throws:
GenerateRandomCaptchaExceptionException - :
RemoteException
See Also:
TenantMgtService.generateRandomCaptcha()

startgenerateRandomCaptcha

public void startgenerateRandomCaptcha(TenantMgtServiceCallbackHandler callback)
                                throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startgenerateRandomCaptcha in interface TenantMgtService
Parameters:
generateRandomCaptcha34 -
Throws:
RemoteException
See Also:
TenantMgtService.startgenerateRandomCaptcha(org.apache.stratos.tenant.register.stub.TenantMgtServiceCallbackHandler)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.