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
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.
 void ClientException.log(Logger logger)
          Logs the exception details.
 void FaultException.log(Logger logger)
          Logs the fault details.
static java.util.HashMap Client.runTransaction(java.util.Map 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, Logger logger)
          Constructor.
ClientException(java.lang.Exception _innerException, boolean _critical, Logger logger)
          Constructor.
ClientException(int _httpStatusCode, Logger logger)
          Constructor.
ClientException(int _httpStatusCode, java.lang.String _httpError, Logger logger)
          Constructor.
ClientException(int _httpStatusCode, java.lang.String _httpError, boolean _critical, Logger logger)
          Constructor.
LoggerWrapper(Logger _logger, boolean _prepare, boolean _logTranStart, MerchantConfig _mc)
          Constructor.
FaultException(org.w3c.dom.Document _faultDocument, java.lang.String nsURI, Logger logger)
          Constructor.
 



Copyright © 2003-2006 CyberSource Corporation. All Rights Reserved.