org.exoplatform.services.wsrp.type
Class RegistrationContext

java.lang.Object
  extended by org.exoplatform.services.wsrp.type.RegistrationContext
All Implemented Interfaces:
java.io.Serializable

public class RegistrationContext
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RegistrationContext()
           
RegistrationContext(java.lang.String registrationHandle, byte[] registrationState, Extension[] extensions)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Extension[] getExtensions()
          Gets the extensions value for this RegistrationContext.
 Extension getExtensions(int i)
           
 java.lang.String getRegistrationHandle()
          Gets the registrationHandle value for this RegistrationContext.
 byte[] getRegistrationState()
          Gets the registrationState value for this RegistrationContext.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this RegistrationContext.
 void setExtensions(int i, Extension _value)
           
 void setRegistrationHandle(java.lang.String registrationHandle)
          Sets the registrationHandle value for this RegistrationContext.
 void setRegistrationState(byte[] registrationState)
          Sets the registrationState value for this RegistrationContext.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationContext

public RegistrationContext()

RegistrationContext

public RegistrationContext(java.lang.String registrationHandle,
                           byte[] registrationState,
                           Extension[] extensions)
Method Detail

getRegistrationHandle

public java.lang.String getRegistrationHandle()
Gets the registrationHandle value for this RegistrationContext.

Returns:
registrationHandle

setRegistrationHandle

public void setRegistrationHandle(java.lang.String registrationHandle)
Sets the registrationHandle value for this RegistrationContext.

Parameters:
registrationHandle -

getRegistrationState

public byte[] getRegistrationState()
Gets the registrationState value for this RegistrationContext.

Returns:
registrationState

setRegistrationState

public void setRegistrationState(byte[] registrationState)
Sets the registrationState value for this RegistrationContext.

Parameters:
registrationState -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this RegistrationContext.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this RegistrationContext.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 eXo Platform SAS. All Rights Reserved.