Uses of Class
org.apache.stratos.tenant.register.stub.beans.xsd.CaptchaInfoBean

Packages that use CaptchaInfoBean
org.apache.stratos.tenant.register.stub   
org.apache.stratos.tenant.register.stub.beans.xsd   
org.apache.stratos.tenant.register.stub.services   
 

Uses of CaptchaInfoBean in org.apache.stratos.tenant.register.stub
 

Methods in org.apache.stratos.tenant.register.stub that return CaptchaInfoBean
 CaptchaInfoBean TenantMgtServiceStub.generateRandomCaptcha()
          Auto generated method signature
 CaptchaInfoBean TenantMgtService.generateRandomCaptcha()
          Auto generated method signature
 

Methods in org.apache.stratos.tenant.register.stub with parameters of type CaptchaInfoBean
 void TenantMgtServiceCallbackHandler.receiveResultgenerateRandomCaptcha(CaptchaInfoBean result)
          auto generated Axis2 call back method for generateRandomCaptcha method override this method for handling normal response from generateRandomCaptcha operation
 String TenantMgtServiceStub.registerTenant(TenantInfoBean tenantInfoBean21, CaptchaInfoBean captchaInfoBean22)
          Auto generated method signature
 String TenantMgtService.registerTenant(TenantInfoBean tenantInfoBean4, CaptchaInfoBean captchaInfoBean5)
          Auto generated method signature
 void TenantMgtServiceStub.startregisterTenant(TenantInfoBean tenantInfoBean21, CaptchaInfoBean captchaInfoBean22, TenantMgtServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void TenantMgtService.startregisterTenant(TenantInfoBean tenantInfoBean4, CaptchaInfoBean captchaInfoBean5, TenantMgtServiceCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 

Uses of CaptchaInfoBean in org.apache.stratos.tenant.register.stub.beans.xsd
 

Methods in org.apache.stratos.tenant.register.stub.beans.xsd that return CaptchaInfoBean
static CaptchaInfoBean CaptchaInfoBean.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
 

Uses of CaptchaInfoBean in org.apache.stratos.tenant.register.stub.services
 

Fields in org.apache.stratos.tenant.register.stub.services declared as CaptchaInfoBean
protected  CaptchaInfoBean GenerateRandomCaptchaResponse.local_return
          field for _return
protected  CaptchaInfoBean RegisterTenant.localCaptchaInfoBean
          field for CaptchaInfoBean
 

Methods in org.apache.stratos.tenant.register.stub.services that return CaptchaInfoBean
 CaptchaInfoBean GenerateRandomCaptchaResponse.get_return()
          Auto generated getter method
 CaptchaInfoBean RegisterTenant.getCaptchaInfoBean()
          Auto generated getter method
 

Methods in org.apache.stratos.tenant.register.stub.services with parameters of type CaptchaInfoBean
 void GenerateRandomCaptchaResponse.set_return(CaptchaInfoBean param)
          Auto generated setter method
 void RegisterTenant.setCaptchaInfoBean(CaptchaInfoBean param)
          Auto generated setter method
 



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