|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Internal IDL interface which is never referenced externally.
Sub-interface epp_Action is extended by all the master external interfaces for the EPP commands, and implemented by all the implementors of the EPP commands. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_ActionOperations.java,v 1.6 2001/12/04 22:32:49 lyin Exp $
epp_Action
Method Summary | |
void |
fromXML(java.lang.String xml)
Parses XML String returned by EPP server and populates the response data member. |
java.lang.String |
toXML()
Builds request XML from the request data of the EPP command. |
Method Detail |
public java.lang.String toXML() throws epp_Exception, epp_XMLException
epp_XMLException
- if required data is missing.epp_Exception
- if an error occurs.public void fromXML(java.lang.String xml) throws epp_Exception, epp_XMLException
xml
- The response xml String.epp_XMLException
- if required data is missing.epp_Exception
- if an error occurs.
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |