com.ibm.commerce.subscription.facade.client

Class ExternalSubscriptionFacadeClient



  • public class ExternalSubscriptionFacadeClient
    extends AbstractExternalSubscriptionFacadeClient

    This class provides common methods that this and other utility classes to the ExternalSubscription facade can use.

    • Field Detail

      • COPYRIGHT

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

      • ExternalSubscriptionFacadeClient

        public ExternalSubscriptionFacadeClient()
        Creates an instance of the client to communicate with the Subscription facade.
      • ExternalSubscriptionFacadeClient

        public ExternalSubscriptionFacadeClient(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.