Uses of Class
org.exoplatform.services.wsrp2.type.RegistrationData

Packages that use RegistrationData
org.exoplatform.services.wsrp2.consumer   
org.exoplatform.services.wsrp2.consumer.impl   
org.exoplatform.services.wsrp2.producer   
org.exoplatform.services.wsrp2.producer.impl   
org.exoplatform.services.wsrp2.producer.impl.helpers   
org.exoplatform.services.wsrp2.type   
 

Uses of RegistrationData in org.exoplatform.services.wsrp2.consumer
 

Methods in org.exoplatform.services.wsrp2.consumer that return RegistrationData
 RegistrationData Producer.getRegistrationData()
          Get the registration data the consumer uses to register at this producer.
 

Methods in org.exoplatform.services.wsrp2.consumer with parameters of type RegistrationData
 void Producer.setRegistrationData(RegistrationData regData)
          Set the registration the consumer uses the register at this producer.
 

Uses of RegistrationData in org.exoplatform.services.wsrp2.consumer.impl
 

Methods in org.exoplatform.services.wsrp2.consumer.impl that return RegistrationData
 RegistrationData ProducerImpl.getRegistrationData()
           
 

Methods in org.exoplatform.services.wsrp2.consumer.impl with parameters of type RegistrationData
 void ProducerImpl.setRegistrationData(RegistrationData registrationData)
           
 

Uses of RegistrationData in org.exoplatform.services.wsrp2.producer
 

Methods in org.exoplatform.services.wsrp2.producer that return RegistrationData
 RegistrationData PersistentStateManager.getRegistrationData(RegistrationContext registrationContext)
           
 

Methods in org.exoplatform.services.wsrp2.producer with parameters of type RegistrationData
 RegistrationState RegistrationOperationsInterface.modifyRegistration(RegistrationContext context, RegistrationData data, UserContext userContext)
           
 RegistrationContext RegistrationOperationsInterface.register(RegistrationData data, UserContext userContext, Lifetime lifetime)
           
 byte[] PersistentStateManager.register(java.lang.String registrationHandle, RegistrationData data)
           
 

Uses of RegistrationData in org.exoplatform.services.wsrp2.producer.impl
 

Methods in org.exoplatform.services.wsrp2.producer.impl that return RegistrationData
 RegistrationData PersistentStateManagerImpl.getRegistrationData(RegistrationContext registrationContext)
           
 

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type RegistrationData
 RegistrationState RegistrationOperationsInterfaceImp.modifyRegistration(RegistrationContext registrationContext, RegistrationData data, UserContext userContext)
           
 RegistrationContext RegistrationOperationsInterfaceImp.register(RegistrationData data, UserContext userContext, Lifetime lifetime)
           
 byte[] PersistentStateManagerImpl.register(java.lang.String registrationHandle, RegistrationData data)
           
 

Uses of RegistrationData in org.exoplatform.services.wsrp2.producer.impl.helpers
 

Methods in org.exoplatform.services.wsrp2.producer.impl.helpers that return RegistrationData
 RegistrationData ConsumerContext.getRegistationData()
           
 

Constructors in org.exoplatform.services.wsrp2.producer.impl.helpers with parameters of type RegistrationData
ConsumerContext(java.lang.String registrationHandle, RegistrationData datas)
           
 

Uses of RegistrationData in org.exoplatform.services.wsrp2.type
 

Methods in org.exoplatform.services.wsrp2.type that return RegistrationData
 RegistrationData Register.getRegistrationData()
          Gets the registrationData value for this Register.
 RegistrationData ModifyRegistration.getRegistrationData()
          Gets the registrationData value for this ModifyRegistration.
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type RegistrationData
 void Register.setRegistrationData(RegistrationData registrationData)
          Sets the registrationData value for this Register.
 void ModifyRegistration.setRegistrationData(RegistrationData registrationData)
          Sets the registrationData value for this ModifyRegistration.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type RegistrationData
ModifyRegistration(RegistrationContext registrationContext, RegistrationData registrationData, UserContext userContext)
           
Register(RegistrationData registrationData, Lifetime lifetime, UserContext userContext)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.