public class JRFaxServerInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
faxnumber |
java.lang.String |
host |
java.lang.String |
password |
int |
port |
int |
retry |
java.lang.String |
specPars |
int |
timeout |
java.lang.String |
userid |
java.lang.String |
userName |
Constructor and Description |
---|
JRFaxServerInfo(java.lang.String host,
int port,
java.lang.String userid,
java.lang.String password,
java.lang.String faxnumber,
java.lang.String userName,
int timeout,
int retry,
java.lang.String specPars)
Constructs a
JRFaxServerInfo object with some fax server information. |
public java.lang.String host
public java.lang.String userid
public java.lang.String password
public java.lang.String faxnumber
public java.lang.String userName
public java.lang.String specPars
public int port
public int timeout
public int retry
public JRFaxServerInfo(java.lang.String host, int port, java.lang.String userid, java.lang.String password, java.lang.String faxnumber, java.lang.String userName, int timeout, int retry, java.lang.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.