|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_Response
Class that contains the common and generic elements returned by the EPP server in response to a client EPP command.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Response.java,v 1.8 2002/03/13 02:40:48 tubadanm Exp $
epp_LoginRsp.setRsp(epp_Response)
,
epp_DomainCreateRsp.setRsp(epp_Response)
, Serialized FormField Summary | |
java.lang.String |
m_extension_string
The optional response extensions from the registry. |
epp_MessageQueue |
m_message_queue
The element that indicates stauts of the messages queued in the EPP server for client retrieval. |
epp_Result[] |
m_results
The array of the results that document the success or failure of an EPP command execution. |
epp_TransID |
m_trans_id
The transaction identifiers assigned by the client and the server. |
Constructor Summary | |
epp_Response()
Empty constructor |
|
epp_Response(epp_Result[] _m_results,
epp_MessageQueue _m_message_queue,
java.lang.String _m_extension_string,
epp_TransID _m_trans_id)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getExtensionString()
Accessor method for the response extensions from the registry |
epp_MessageQueue |
getMessageQueue()
Accessor method for the element that indicates the status of the messages queued in the EPP server |
epp_Result[] |
getResults()
Accessor method for the array of the results that document the success or failure of an EPP command execution |
epp_TransID |
getTransId()
Accessor method for the transaction identifiers assigned by the client and the server |
java.lang.String |
getUnspecString()
Deprecated. Please use getExtensionString() instead. |
void |
setExtensionString(java.lang.String value)
Accessor method for the response extensions from the registry |
void |
setMessageQueue(epp_MessageQueue value)
Accessor method for the element that indicates the status of the messages queued in the EPP server |
void |
setResults(epp_Result[] value)
Accessor method for the array of the results that document the success or failure of an EPP command execution |
void |
setTransId(epp_TransID value)
Accessor method for the transaction identifiers assigned by the client and the server |
void |
setUnspecString(java.lang.String value)
Deprecated. Please use getExtensionString() instead. |
java.lang.String |
toString()
Converts this class into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public epp_Result[] m_results
setResults(org.openrtk.idl.epp.epp_Result[])
,
getResults()
public epp_MessageQueue m_message_queue
setMessageQueue(org.openrtk.idl.epp.epp_MessageQueue)
,
getMessageQueue()
public java.lang.String m_extension_string
setExtensionString(String)
,
getExtensionString()
public epp_TransID m_trans_id
setTransId(org.openrtk.idl.epp.epp_TransID)
,
getTransId()
Constructor Detail |
public epp_Response()
public epp_Response(epp_Result[] _m_results, epp_MessageQueue _m_message_queue, java.lang.String _m_extension_string, epp_TransID _m_trans_id)
_m_results
- The array of the results that document the success or failure of an EPP command execution_m_message_queue
- The element that indicates the status of the messages queued in the EPP server_m_extension_string
- The response extensions from the registry_m_trans_id
- The transaction identifiers assigned by the client and the serverMethod Detail |
public void setResults(epp_Result[] value)
value
- The array of the resultsm_results
public epp_Result[] getResults()
m_results
public void setMessageQueue(epp_MessageQueue value)
value
- The messages queue elementm_message_queue
public epp_MessageQueue getMessageQueue()
m_message_queue
public void setExtensionString(java.lang.String value)
value
- The response extensionsm_extension_string
public java.lang.String getExtensionString()
m_extension_string
public void setUnspecString(java.lang.String value)
value
- The response extensionsm_extension_string
public java.lang.String getUnspecString()
m_extension_string
public void setTransId(epp_TransID value)
value
- The transaction identifiersm_trans_id
public epp_TransID getTransId()
m_trans_id
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |