public abstract class AbstractResponseType extends SessionAwareType implements java.io.Serializable
| Constructor and Description |
|---|
AbstractResponseType() |
AbstractResponseType(java.lang.String sesscode,
java.lang.String challengeID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChallengeID()
Gets the challengeID value for this AbstractResponseType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
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 |
setChallengeID(java.lang.String challengeID)
Sets the challengeID value for this AbstractResponseType.
|
getSesscode, setSesscodepublic AbstractResponseType()
public AbstractResponseType(java.lang.String sesscode,
java.lang.String challengeID)
public java.lang.String getChallengeID()
public void setChallengeID(java.lang.String challengeID)
challengeID - * 4-character control code calculated on basis of the
Challenge value to be signed. This
code is displayed on
mobile phone’s screen and shall be
also displayed by
Application Provider in order to ensure
the user on
authencity of the query.
NB! Application provider must ask
user to verify that those codes
are the same.public boolean equals(java.lang.Object obj)
equals in class SessionAwareTypepublic int hashCode()
hashCode in class SessionAwareTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)