com.ibm.commerce.subscription.facade.client

Class AbstractExternalSubscriptionFacadeClient

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractExternalSubscriptionFacadeClient

        public AbstractExternalSubscriptionFacadeClient()
        Creates an instance of the client to communicate with the ExternalSubscription facade.
      • AbstractExternalSubscriptionFacadeClient

        public AbstractExternalSubscriptionFacadeClient(BusinessContextType businessContext,
                                                        javax.security.auth.callback.CallbackHandler callbackHandler)
        Creates an instance of the client to communicate with the ExternalSubscription 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.