Package com.ibm.etill.framework.clientapi

Interface Summary
PaymentCommandConstants Command constants for the Client API
XDMConstants IBM CONFIDENTIAL OCO Source Materials 5648-D20 (C) Copyright IBM Corporation 1997, 2001 The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S.
Class Summary
Base64utils The Base64utils class contains the base64 encoding and decoding utilities.
GullibleTrustManagerFactoryImpl
GullibleTrustManagerProvider
HttpResponseHeader The HttpResponseHeader class is used to encapsulate an HTTP protocol response header (but not the HTTP body).
PaymentServerClient A PaymentServerClient represents a connection from the merchant program to Commerce Payments.
PaymentServerRequest Commerce Payments request class is used by the Commerce Payments client object to prepare the request into the HTTP format.
PaymentServerResponse Each command issued to Commerce Payments returns an instance of this Commerce Payments response object.
PaymentServerSSLClient A PaymentServerSSLClient communicates with Commerce Payments over an SSL connection.
PaymentServerTestClient The test client is intended to support merchant programmers who need to develop merchant applications that will use payment types that do not yet exist.
PSAbout The PSAbout class represents a Commerce Payments object that gives version information on Commerce Payments along with the username of who is running the command.
PSAdminObject The PSAdminObject class is the superclass of all of the Commerce Payments administration objects.
PSBatch The PSBatch class represents a Payment Server Batch object.
PSBatchTotal The PSBatchTotal class represents a Payment Server BatchTotal object.
PSCassette The PSCassette class represents a Commerce Payments Cassette administration object.
PSCassetteAbout The PSCassetteAbout class represents a Commerce Payments object that gives version information on an installed cassette.
PSCassetteConfigObject The PSCassetteConfigObject class represents a Commerce Payments cassette config object.
PSCassetteObject The PSCassetteObject class represents a Commerce Payments cassette object.
PSCredit The PSCredit class represents a Commerce Payments Credit object.
PSEventListener The PSEventListenr class represents a Commerce Payments Event Listener administration object.
PSMerchant The PSMerchant class represents a Commerce Payments Merchant administration object.
PSMerchantAccount The PSMerchantAccount class represents a Commerce Payments Merchant Account administration object.
PSMerchantCassetteSettings The PSMerchantCassetteSettings class represents a Commerce Payments Merchant Cassette Settings administration object.
PSObject Data returned from Query commands is processed into a set of PSObjects reflecting the actual Commerce Payments objects.
PSObject.PSObjectKey PSObjectKey
PSOrder The PSOrder class represents a Commerce Payments Order object.
PSPayment The PSPayment class represents a Commerce Payments Payment object.
PSPaymentServer The PSPaymentServer class represents the main Commerce Payments administration object.
PSProperty The PSProperty class represents a Commerce Payments cassette property.
PSUserInfo The PSUserInfo class represents a Commerce Payments User administration object.
SocksCapableClientSocket This class creates a Socket that connects to a target through a SOCKS server using the SOCKS version 4 protocol.
XDMParser This class is used to parse the body of the return value from the Commerce Payments request.
Exception Summary
PaymentServerAuthorizationException This exception is thrown when the command to Commerce Payments is rejected with HTTP 401, Not authorized.
PaymentServerClientException This is the internal exception thrown by CAL.
PaymentServerCommunicationException This exception is thrown when CAL is having trouble communicating with Commerce Payments.

Feedback