org.openrtk.idl.epp0402
Class epp_Response
java.lang.Object
org.openrtk.idl.epp0402.epp_Response
- org.omg.CORBA.portable.IDLEntity
public class epp_Response
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
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/epp0402/epp_Response.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:39 $
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
|
String | getUnspecString() - 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(String value) - Accessor method for the response extensions from the registry
|
String | toString() - Converts this class into a string.
|
m_message_queue
public epp_MessageQueue m_message_queue
The element that indicates stauts of the messages queued in the EPP server for client retrieval.
m_results
public epp_Result[] m_results
The array of the results that document the success or failure of an EPP command execution.
m_trans_id
public epp_TransID m_trans_id
The transaction identifiers assigned by the client and the server.
m_unspec_string
public String m_unspec_string
The optional response extensions from the registry.
epp_Response
public epp_Response()
Empty constructor
epp_Response
public epp_Response(epp_Result[] _m_results,
epp_MessageQueue _m_message_queue,
String _m_unspec_string,
epp_TransID _m_trans_id)
The constructor with initializing variables.
_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_unspec_string
- The response extensions from the registry_m_trans_id
- The transaction identifiers assigned by the client and the server
getMessageQueue
public epp_MessageQueue getMessageQueue()
Accessor method for the element that indicates the status of the messages queued in the EPP server
- The messages queue element
getResults
public epp_Result[] getResults()
Accessor method for the array of the results that document the success or failure of an EPP command execution
getTransId
public epp_TransID getTransId()
Accessor method for the transaction identifiers assigned by the client and the server
- The transaction identifiers
getUnspecString
public String getUnspecString()
Accessor method for the response extensions from the registry
setMessageQueue
public void setMessageQueue(epp_MessageQueue value)
Accessor method for the element that indicates the status of the messages queued in the EPP server
value
- The messages queue element
setResults
public void setResults(epp_Result[] value)
Accessor method for the array of the results that document the success or failure of an EPP command execution
value
- The array of the results
setTransId
public void setTransId(epp_TransID value)
Accessor method for the transaction identifiers assigned by the client and the server
value
- The transaction identifiers
setUnspecString
public void setUnspecString(String value)
Accessor method for the response extensions from the registry
value
- The response extensions
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS