com.tucows.oxrs.epp0604.rtk.transport
Class EPPTransportSMTP
org.omg.CORBA.portable.ObjectImpl
public class EPPTransportSMTP
Provides methods necessary to communicate via SMTP with an EPP Server.
void | connect() - Empty implemention of the connect method from EPPTransportBase.
|
void | disconnect() - Empty implemention of the disconnect method from EPPTransportBase.
|
String | readFromServer() - Reads an EPP message received from the server via SMTP (i.e.
|
void | writeToServer(String string_to_server) - Sends an EPP message to the server via SMTP (i.e.
|
connect , disconnect , getEPPHostName , getEPPHostPort , getEPPTimeout , initialize , readFromServer , setEPPHostName , setEPPHostPort , setEPPTimeout , writeToServer |
EPPTransportSMTP
public EPPTransportSMTP()
Default construtor
connect
public void connect()
throws IOException,
UnknownHostException
Empty implemention of the connect method from EPPTransportBase.
Does nothing because there is no persistent connection to the
server in SMTP.
- connect in interface EPPTransportBase
disconnect
public void disconnect()
throws IOException
Empty implemention of the disconnect method from EPPTransportBase.
Does nothing because there is no persistent connection to the
server in SMTP.
- disconnect in interface EPPTransportBase
readFromServer
public String readFromServer()
throws epp_Exception
Reads an EPP message received from the server via SMTP (i.e. an email).
Does nothing at this time. Code must be writen.
- readFromServer in interface EPPTransportBase
writeToServer
public void writeToServer(String string_to_server)
throws epp_Exception
Sends an EPP message to the server via SMTP (i.e. an email).
Does nothing at this time. Code must be writen.
- writeToServer in interface EPPTransportBase
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS