public class PaymentServerTestClient extends PaymentServerClient
Constructor and Description |
---|
PaymentServerTestClient()
Deprecated.
Default constructor.
|
PaymentServerTestClient(java.lang.String dtdPath, java.lang.String hostName, int tcpPort)
Deprecated.
This constructor creates a Commerce Payments test client.
|
PaymentServerTestClient(java.lang.String dtdPath, java.lang.String hostName, int tcpPort, java.util.Hashtable httpHeaderFields)
Deprecated.
This constructor creates a Commerce Payments test client.
|
PaymentServerTestClient(java.lang.String dtdPath, java.lang.String hostName, int tcpPort, java.lang.String socksHostName, int socksPort)
Deprecated.
This constructor creates a Commerce Payments test client.
|
PaymentServerTestClient(java.lang.String dtdPath, java.lang.String hostName, int tcpPort, java.lang.String socksHostName, int socksPort, java.util.Hashtable httpHeaderFields)
Deprecated.
This constructor creates a Commerce Payments test client.
|
Modifier and Type | Method and Description |
---|---|
protected java.net.Socket | connect()
Deprecated.
Connect
|
PaymentServerResponse | issueCommand(java.lang.String command, java.util.Hashtable keywordValuePairs, java.lang.String basicAuthUserid, java.lang.String basicAuthPassword)
Deprecated.
Send commands to Commerce Payments.
|
public PaymentServerTestClient()
public PaymentServerTestClient(java.lang.String dtdPath, java.lang.String hostName, int tcpPort, java.lang.String socksHostName, int socksPort, java.util.Hashtable httpHeaderFields)
public PaymentServerTestClient(java.lang.String dtdPath, java.lang.String hostName, int tcpPort, java.lang.String socksHostName, int socksPort)
public PaymentServerTestClient(java.lang.String dtdPath, java.lang.String hostName, int tcpPort, java.util.Hashtable httpHeaderFields)
public PaymentServerTestClient(java.lang.String dtdPath, java.lang.String hostName, int tcpPort)
protected java.net.Socket connect() throws java.io.IOException
- create and connect a socket
- will be overridden by SSL client (and other subclasses)
public PaymentServerResponse issueCommand(java.lang.String command, java.util.Hashtable keywordValuePairs, java.lang.String basicAuthUserid, java.lang.String basicAuthPassword) throws PaymentServerClientException, PaymentServerAuthorizationException, PaymentServerCommunicationException