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

Packages that use RegistrationData
org.exoplatform.services.wsrp.bind   
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.impl   
org.exoplatform.services.wsrp.intf   
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp.producer.impl.helpers   
org.exoplatform.services.wsrp.type   
 

Uses of RegistrationData in org.exoplatform.services.wsrp.bind
 

Methods in org.exoplatform.services.wsrp.bind with parameters of type RegistrationData
 RegistrationContext WSRP_v1_Registration_Binding_SOAPStub.register(RegistrationData register)
           
 RegistrationContext WSRP_v1_Registration_Binding_SOAPImpl.register(RegistrationData data)
           
 

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

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

Methods in org.exoplatform.services.wsrp.consumer with parameters of type RegistrationData
 RegistrationState Producer.modifyRegistration(RegistrationData registrationData)
          Can be used to modify the relationship between consumer and producer.
 RegistrationContext Producer.register(RegistrationData registrationData)
          Method establishes a relationship between consumer and producer.
 void Producer.setRegistrationData(RegistrationData regData)
          Set the registration the consumer uses the register at this producer.
 

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

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

Methods in org.exoplatform.services.wsrp.consumer.impl with parameters of type RegistrationData
 RegistrationState ProducerImpl.modifyRegistration(RegistrationData registrationData)
           
 RegistrationContext ProducerImpl.register(RegistrationData registrationData)
           
 void ProducerImpl.setRegistrationData(RegistrationData registrationData)
           
 

Uses of RegistrationData in org.exoplatform.services.wsrp.intf
 

Methods in org.exoplatform.services.wsrp.intf with parameters of type RegistrationData
 RegistrationContext WSRP_v1_Registration_PortType.register(RegistrationData register)
           
 

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

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

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

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

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

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

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

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

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

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

Methods in org.exoplatform.services.wsrp.type that return RegistrationData
 RegistrationData ModifyRegistrationRequest.getRegistrationData()
          Gets the registrationData value for this ModifyRegistrationRequest.
 

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

Constructors in org.exoplatform.services.wsrp.type with parameters of type RegistrationData
ModifyRegistrationRequest(RegistrationContext registrationContext, RegistrationData registrationData)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.