| Modifier and Type | Method and Description |
|---|---|
static String |
XMLClient.getEffectiveNamespaceURI(Properties props,
String merchantID)
Returns the effective namespace URI for the specified merchant id.
|
static Connection |
Connection.getInstance(MerchantConfig mc,
DocumentBuilder builder,
LoggerWrapper logger)
Get connection instance based on properties
|
Document |
Connection.post(Document request,
long startTime)
Post the request document and validate the response for any faults from the Server.
|
abstract void |
Connection.release()
To release the connection related objects
|
void |
PoolingHttpClientConnection.release()
To close httpResponse
|
static Document |
XMLClient.runTransaction(Document request,
Properties props)
Runs a transaction.
|
static Document |
XMLClient.runTransaction(Document request,
Properties props,
Logger _logger,
boolean prepare,
boolean logTranStart)
Runs a transaction.
|
static Map<String,String> |
Client.runTransaction(Map<String,String> request,
Properties props)
Runs a transaction.
|
static Map<String,String> |
Client.runTransaction(Map<String,String> request,
Properties props,
Logger _logger,
boolean prepare,
boolean logTranStart)
Runs a transaction.
|
Copyright © 2022. All rights reserved.