|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Configuration.TransportConfig
Maps to the Remote API SagTransport configuration file. It contains the information RA uses to connect to a particular SAG instance. HostName and PortNumber are mandatory. • HostName: The name of the SAG host or its IP address. • PortNumber: The number of the port on the SAG host to which RA connects. • FtlaPortNumber: The number of the port on the SAG host through which File Transfers will take place. • SSLMode: True or False depending upon whether data encryption is to be used. • ServerDN: The Distinguished Name, used for SWIFTAlliance Gateway authentication. • CACertificate: The file that contains the Certification Authority certificate. Example: Hostname = myHost1 PortNumber = 48002 FtlaPortNumber = 48003 SSLMode = TRUE ServerDN = o=swift,ou=itops,cn=bvh,email=my@swift.com CACertificate = MyCert.crt
| Method Summary | |
|---|---|
java.lang.String |
getCACertificate()
Gets the CA (Certification Authority) Certificate. |
int |
getFtlaPortNumber()
Gets the Ftla port number. |
java.lang.String |
getHostName()
Gets the host name. |
int |
getPortNumber()
Gets the port number. |
java.lang.String |
getReadFromRaCfgFile()
Gets ReadFromRaCfgFile. |
java.lang.String |
getServerDN()
Gets the Server DN (distinguished name). |
boolean |
getSSLMode()
Gets the SSL mode. |
void |
validate()
Validates the Transport section. |
| Method Detail |
|---|
java.lang.String getReadFromRaCfgFile()
String - Returns the read from RA Configuration file.
java.lang.String getHostName()
String - Returns the Host name.
int getPortNumber()
int - Returns the port number.
int getFtlaPortNumber()
int - Returns the ftla port number.
boolean getSSLMode()
boolean - Returns the SSL mode.
java.lang.String getServerDN()
String - Returns the server DN.
java.lang.String getCACertificate()
String - Returns the CA Certificate.
void validate()
throws SAGApplicationException
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||