com.ibm.commerce.catalog.facade.client

Class CatalogNavigationViewFacadeClient



  • public class CatalogNavigationViewFacadeClient
    extends AbstractCatalogFacadeClient

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

    • Constructor Detail

      • CatalogNavigationViewFacadeClient

        public CatalogNavigationViewFacadeClient()
        Creates an instance of the client to communicate with the CatalogNavigationView facade.
      • CatalogNavigationViewFacadeClient

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