de.thorstenberger.uebman.ws.regclient
Class ResponseContext

java.lang.Object
  extended by de.thorstenberger.uebman.ws.regclient.ResponseContext
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ResponseContext()
           
 
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
 int getHeartbeat()
          Gets the heartbeat value for this ResponseContext.
 java.lang.String getMessage()
          Gets the message value for this ResponseContext.
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 setHeartbeat(int heartbeat)
          Sets the heartbeat value for this ResponseContext.
 void setMessage(java.lang.String message)
          Sets the message value for this ResponseContext.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseContext

public ResponseContext()
Method Detail

getHeartbeat

public int getHeartbeat()
Gets the heartbeat value for this ResponseContext.

Returns:
heartbeat

setHeartbeat

public void setHeartbeat(int heartbeat)
Sets the heartbeat value for this ResponseContext.

Parameters:
heartbeat -

getMessage

public java.lang.String getMessage()
Gets the message value for this ResponseContext.

Returns:
message

setMessage

public void setMessage(java.lang.String message)
Sets the message value for this ResponseContext.

Parameters:
message -

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