com.ibm.commerce.pagelayout.facade.client

Class ExternalPageLayoutFacadeClient



  • public class ExternalPageLayoutFacadeClient
    extends AbstractExternalPageLayoutFacadeClient

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

    • Constructor Detail

      • ExternalPageLayoutFacadeClient

        public ExternalPageLayoutFacadeClient()
        Creates an instance of the client to communicate with the PageLayout facade.
      • ExternalPageLayoutFacadeClient

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