public class JRFaxServerInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
faxnumber |
String |
host |
String |
password |
int |
port |
int |
retry |
String |
specPars |
int |
timeout |
String |
userid |
String |
userName |
public String host
public String userid
public String password
public String faxnumber
public String userName
public String specPars
public int port
public int timeout
public int retry
public JRFaxServerInfo(String host, int port, String userid, String password, String faxnumber, String userName, int timeout, int retry, String specPars)
JRFaxServerInfo object with some fax server information.faxnumber - the fax numer of the recipient.in, - input stream which will be sent to fax server.hostName - IP of the fax server.port - the port number of fax server.timeout - retry - specPars - special parameters of the fax server.
throws JRFaxServerException if it throws an exception.© insightsoftware. All rights reserved.