| Modifier and Type | Class and Description |
|---|---|
class |
LoggerImpl
Default file-based implementation of the Logger interface.
|
class |
LoggerWrapper
An internal class used by the clients to encapsulate the logger, primarily
to avoid having to check if the Logger object is null before logging.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
LoggerWrapper.getLogger()
Returns the encapsulated Logger object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageHandlerKeyStore.addIdentityToKeyStore(Identity id,
Logger logger) |
static org.w3c.dom.Document |
SecurityUtil.createSignedDoc(org.w3c.dom.Document workingDocument,
java.lang.String merchantID,
java.lang.String password,
Logger logger) |
static org.w3c.dom.Document |
SecurityUtil.handleMessageCreation(org.w3c.dom.Document signedDoc,
java.lang.String merchantID,
Logger logger) |
static void |
SecurityUtil.loadMerchantP12File(MerchantConfig merchantConfig,
Logger logger)
Method loads the Merchant P12 key.
|
static void |
SecurityUtil.readJdkCert(MerchantConfig merchantConfig,
Logger logger) |
static org.w3c.dom.Document |
XMLClient.runTransaction(org.w3c.dom.Document request,
java.util.Properties props,
Logger _logger,
boolean prepare,
boolean logTranStart)
Runs a transaction.
|
static java.util.Map |
Client.runTransaction(java.util.Map<java.lang.String,java.lang.String> request,
java.util.Properties props,
Logger _logger,
boolean prepare,
boolean logTranStart)
Runs a transaction.
|
| Constructor and Description |
|---|
ClientException(java.lang.Exception _innerException,
boolean _critical,
Logger logger)
Constructor.
|
ClientException(java.lang.Exception _innerException,
Logger logger)
Constructor.
|
ClientException(int _httpStatusCode,
Logger logger)
Constructor.
|
ClientException(int _httpStatusCode,
java.lang.String _httpError,
boolean _critical,
Logger logger)
Constructor.
|
ClientException(int _httpStatusCode,
java.lang.String _httpError,
Logger logger)
Constructor.
|
FaultException(org.w3c.dom.Document _faultDocument,
java.lang.String nsURI,
Logger logger)
Constructor.
|
Identity(MerchantConfig merchantConfig,
java.security.cert.X509Certificate x509Certificate,
Logger logger)
Creates an Identity instance.this type of the instance can
only be used to store server certificate identity.
|
Identity(MerchantConfig merchantConfig,
java.security.cert.X509Certificate x509Certificate,
java.security.PrivateKey privateKey,
Logger logger)
Creates an Identity instance.this type of the instance can
only be used to store merchant identity.
|
LoggerWrapper(Logger _logger,
boolean _prepare,
boolean _logTranStart,
MerchantConfig _mc)
Constructor.
|
Copyright © 2018. All Rights Reserved.