Uses of Class
org.apache.stratos.tenant.mgt.stub.beans.xsd.TenantInfoBean

Packages that use TenantInfoBean
org.apache.stratos.tenant.mgt.stub   
org.apache.stratos.tenant.mgt.stub.beans.xsd   
org.apache.stratos.tenant.mgt.stub.services   
 

Uses of TenantInfoBean in org.apache.stratos.tenant.mgt.stub
 

Methods in org.apache.stratos.tenant.mgt.stub that return TenantInfoBean
 TenantInfoBean TenantMgtAdminServiceStub.getTenant(String tenantDomain81)
          Auto generated method signature
 TenantInfoBean TenantMgtAdminService.getTenant(String tenantDomain45)
          Auto generated method signature
 TenantInfoBean[] TenantMgtAdminServiceStub.retrievePartialSearchTenants(String domain55)
          Auto generated method signature
 TenantInfoBean[] TenantMgtAdminService.retrievePartialSearchTenants(String domain19)
          Auto generated method signature
 TenantInfoBean[] TenantMgtAdminServiceStub.retrieveTenants()
          Auto generated method signature
 TenantInfoBean[] TenantMgtAdminService.retrieveTenants()
          Auto generated method signature
 

Methods in org.apache.stratos.tenant.mgt.stub with parameters of type TenantInfoBean
 String TenantMgtAdminServiceStub.addTenant(TenantInfoBean tenantInfoBean74)
          Auto generated method signature
 String TenantMgtAdminService.addTenant(TenantInfoBean tenantInfoBean38)
          Auto generated method signature
 void TenantMgtAdminServiceCallbackHandler.receiveResultgetTenant(TenantInfoBean result)
          auto generated Axis2 call back method for getTenant method override this method for handling normal response from getTenant operation
 void TenantMgtAdminServiceCallbackHandler.receiveResultretrievePartialSearchTenants(TenantInfoBean[] result)
          auto generated Axis2 call back method for retrievePartialSearchTenants method override this method for handling normal response from retrievePartialSearchTenants operation
 void TenantMgtAdminServiceCallbackHandler.receiveResultretrieveTenants(TenantInfoBean[] result)
          auto generated Axis2 call back method for retrieveTenants method override this method for handling normal response from retrieveTenants operation
 void TenantMgtAdminServiceStub.startaddTenant(TenantInfoBean tenantInfoBean74, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void TenantMgtAdminService.startaddTenant(TenantInfoBean tenantInfoBean38, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void TenantMgtAdminServiceStub.startupdateTenant(TenantInfoBean tenantInfoBean78, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void TenantMgtAdminService.startupdateTenant(TenantInfoBean tenantInfoBean42, TenantMgtAdminServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void TenantMgtAdminServiceStub.updateTenant(TenantInfoBean tenantInfoBean78)
          Auto generated method signature
 void TenantMgtAdminService.updateTenant(TenantInfoBean tenantInfoBean42)
          Auto generated method signature
 

Uses of TenantInfoBean in org.apache.stratos.tenant.mgt.stub.beans.xsd
 

Fields in org.apache.stratos.tenant.mgt.stub.beans.xsd declared as TenantInfoBean
protected  TenantInfoBean[] PaginatedTenantInfoBean.localTenantInfoBeans
          field for TenantInfoBeans This was an Array!
 

Methods in org.apache.stratos.tenant.mgt.stub.beans.xsd that return TenantInfoBean
 TenantInfoBean[] PaginatedTenantInfoBean.getTenantInfoBeans()
          Auto generated getter method
static TenantInfoBean TenantInfoBean.Factory.parse(XMLStreamReader reader)
          static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
 

Methods in org.apache.stratos.tenant.mgt.stub.beans.xsd with parameters of type TenantInfoBean
 void PaginatedTenantInfoBean.addTenantInfoBeans(TenantInfoBean param)
          Auto generated add method for the array for convenience
 void PaginatedTenantInfoBean.setTenantInfoBeans(TenantInfoBean[] param)
          Auto generated setter method
protected  void PaginatedTenantInfoBean.validateTenantInfoBeans(TenantInfoBean[] param)
          validate the array for TenantInfoBeans
 

Uses of TenantInfoBean in org.apache.stratos.tenant.mgt.stub.services
 

Fields in org.apache.stratos.tenant.mgt.stub.services declared as TenantInfoBean
protected  TenantInfoBean[] RetrieveTenantsResponse.local_return
          field for _return This was an Array!
protected  TenantInfoBean GetTenantResponse.local_return
          field for _return
protected  TenantInfoBean[] RetrievePartialSearchTenantsResponse.local_return
          field for _return This was an Array!
protected  TenantInfoBean UpdateTenant.localTenantInfoBean
          field for TenantInfoBean
protected  TenantInfoBean AddTenant.localTenantInfoBean
          field for TenantInfoBean
 

Methods in org.apache.stratos.tenant.mgt.stub.services that return TenantInfoBean
 TenantInfoBean[] RetrieveTenantsResponse.get_return()
          Auto generated getter method
 TenantInfoBean GetTenantResponse.get_return()
          Auto generated getter method
 TenantInfoBean[] RetrievePartialSearchTenantsResponse.get_return()
          Auto generated getter method
 TenantInfoBean UpdateTenant.getTenantInfoBean()
          Auto generated getter method
 TenantInfoBean AddTenant.getTenantInfoBean()
          Auto generated getter method
 

Methods in org.apache.stratos.tenant.mgt.stub.services with parameters of type TenantInfoBean
 void RetrieveTenantsResponse.add_return(TenantInfoBean param)
          Auto generated add method for the array for convenience
 void RetrievePartialSearchTenantsResponse.add_return(TenantInfoBean param)
          Auto generated add method for the array for convenience
 void GetTenantResponse.set_return(TenantInfoBean param)
          Auto generated setter method
 void RetrieveTenantsResponse.set_return(TenantInfoBean[] param)
          Auto generated setter method
 void RetrievePartialSearchTenantsResponse.set_return(TenantInfoBean[] param)
          Auto generated setter method
 void UpdateTenant.setTenantInfoBean(TenantInfoBean param)
          Auto generated setter method
 void AddTenant.setTenantInfoBean(TenantInfoBean param)
          Auto generated setter method
protected  void RetrieveTenantsResponse.validate_return(TenantInfoBean[] param)
          validate the array for _return
protected  void RetrievePartialSearchTenantsResponse.validate_return(TenantInfoBean[] param)
          validate the array for _return
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.