org.apache.stratos.tenant.register.gapp.stub
Class GAppTenantRegistrationServiceStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by org.apache.stratos.tenant.register.gapp.stub.GAppTenantRegistrationServiceStub
All Implemented Interfaces:
GAppTenantRegistrationService

public class GAppTenantRegistrationServiceStub
extends org.apache.axis2.client.Stub
implements GAppTenantRegistrationService


Field Summary
protected  org.apache.axis2.description.AxisOperation[] _operations
           
 
Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules
 
Constructor Summary
GAppTenantRegistrationServiceStub()
          Default Constructor
GAppTenantRegistrationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
          Default Constructor
GAppTenantRegistrationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
          Constructor that takes in a configContext
GAppTenantRegistrationServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
          Constructor that takes in a configContext and useseperate listner
GAppTenantRegistrationServiceStub(String targetEndpoint)
          Constructor taking the target endpoint
 
Method Summary
 boolean isRegisteredAsGoogleAppDomain(String domain14)
          Auto generated method signature
 boolean registerGoogleAppsTenant(TenantInfoBean tenantInfoBean10)
          Auto generated method signature
 void startisRegisteredAsGoogleAppDomain(String domain14, GAppTenantRegistrationServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startregisterGoogleAppsTenant(TenantInfoBean tenantInfoBean10, GAppTenantRegistrationServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 
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

GAppTenantRegistrationServiceStub

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

Throws:
org.apache.axis2.AxisFault

GAppTenantRegistrationServiceStub

public GAppTenantRegistrationServiceStub(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

GAppTenantRegistrationServiceStub

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

Throws:
org.apache.axis2.AxisFault

GAppTenantRegistrationServiceStub

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

Throws:
org.apache.axis2.AxisFault

GAppTenantRegistrationServiceStub

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

Throws:
org.apache.axis2.AxisFault
Method Detail

registerGoogleAppsTenant

public boolean registerGoogleAppsTenant(TenantInfoBean tenantInfoBean10)
                                 throws RemoteException,
                                        GAppTenantRegistrationServiceTenantManagementException
Auto generated method signature

Specified by:
registerGoogleAppsTenant in interface GAppTenantRegistrationService
Parameters:
registerGoogleAppsTenant9 -
Throws:
GAppTenantRegistrationServiceTenantManagementException - :
RemoteException
See Also:
GAppTenantRegistrationService.registerGoogleAppsTenant(org.apache.stratos.tenant.register.gapp.stub.xsd.TenantInfoBean)

startregisterGoogleAppsTenant

public void startregisterGoogleAppsTenant(TenantInfoBean tenantInfoBean10,
                                          GAppTenantRegistrationServiceCallbackHandler callback)
                                   throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startregisterGoogleAppsTenant in interface GAppTenantRegistrationService
Parameters:
registerGoogleAppsTenant9 -
Throws:
RemoteException
See Also:
GAppTenantRegistrationService.startregisterGoogleAppsTenant(org.apache.stratos.tenant.register.gapp.stub.xsd.TenantInfoBean, org.apache.stratos.tenant.register.gapp.stub.GAppTenantRegistrationServiceCallbackHandler)

isRegisteredAsGoogleAppDomain

public boolean isRegisteredAsGoogleAppDomain(String domain14)
                                      throws RemoteException,
                                             GAppTenantRegistrationServiceTenantManagementException
Auto generated method signature

Specified by:
isRegisteredAsGoogleAppDomain in interface GAppTenantRegistrationService
Parameters:
isRegisteredAsGoogleAppDomain13 -
Throws:
GAppTenantRegistrationServiceTenantManagementException - :
RemoteException
See Also:
GAppTenantRegistrationService.isRegisteredAsGoogleAppDomain(java.lang.String)

startisRegisteredAsGoogleAppDomain

public void startisRegisteredAsGoogleAppDomain(String domain14,
                                               GAppTenantRegistrationServiceCallbackHandler callback)
                                        throws RemoteException
Auto generated method signature for Asynchronous Invocations

Specified by:
startisRegisteredAsGoogleAppDomain in interface GAppTenantRegistrationService
Parameters:
isRegisteredAsGoogleAppDomain13 -
Throws:
RemoteException
See Also:
GAppTenantRegistrationService.startisRegisteredAsGoogleAppDomain(java.lang.String, org.apache.stratos.tenant.register.gapp.stub.GAppTenantRegistrationServiceCallbackHandler)


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