|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 Document |
XMLClient.runTransaction(Document request,
Properties props,
Logger _logger,
boolean prepare,
boolean logTranStart)
Runs a transaction. |
static Map |
Client.runTransaction(Map<String,String> request,
Properties props,
Logger _logger,
boolean prepare,
boolean logTranStart)
Runs a transaction. |
| Constructors in com.cybersource.ws.client with parameters of type Logger | |
|---|---|
ClientException(Exception _innerException,
boolean _critical,
Logger logger)
Constructor. |
|
ClientException(Exception _innerException,
Logger logger)
Constructor. |
|
ClientException(int _httpStatusCode,
Logger logger)
Constructor. |
|
ClientException(int _httpStatusCode,
String _httpError,
boolean _critical,
Logger logger)
Constructor. |
|
ClientException(int _httpStatusCode,
String _httpError,
Logger logger)
Constructor. |
|
FaultException(Document _faultDocument,
String nsURI,
Logger logger)
Constructor. |
|
LoggerWrapper(Logger _logger,
boolean _prepare,
boolean _logTranStart,
MerchantConfig _mc)
Constructor. |
|
MessageHandlerKeyStore(Logger logger)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||