Uses of Interface
com.cybersource.ws.client.Logger

Uses of Logger in com.cybersource.ws.client
 

Classes in com.cybersource.ws.client that implement Logger
 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.
 

Methods in com.cybersource.ws.client that return Logger
 Logger LoggerWrapper.getLogger()
          Returns the encapsulated Logger object.
 

Methods in com.cybersource.ws.client with parameters of type Logger
 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.
 

Constructors in com.cybersource.ws.client with parameters of type Logger
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.
LoggerWrapper(Logger _logger, boolean _prepare, boolean _logTranStart, MerchantConfig _mc)
          Constructor.
 



Copyright © 2017. All Rights Reserved.