com.ibm.commerce.installment.facade.client

Class InstallmentFacadeClient



  • public class InstallmentFacadeClient
    extends AbstractInstallmentFacadeClient

    This class provides common methods that this and other utility class to the Installment facade can use. This class also provides a set of convenient Java API to represent particular Installment operations. This set of Java API also includes APIs for Web based requests to transform the name value pair request into the appropriate request documents.

    • Constructor Detail

      • InstallmentFacadeClient

        public InstallmentFacadeClient()
        This method creates an instance of the client to communicate with the Installment facade.
      • InstallmentFacadeClient

        public InstallmentFacadeClient(BusinessContextType businessContext,
                                       javax.security.auth.callback.CallbackHandler callbackHandler)
        This method creates an instance of the client to communicate with the Installment facade.
        Parameters:
        businessContext - The default business context to associate with the messages when making requests.
        callbackHandler - Used for authentication purposes so the controller can give the authentication information to the transport when required.