com.ibm.commerce.location.facade.client

Class LocationFacadeClient



  • public class LocationFacadeClient
    extends LocationFacadeClientExtended

    This class provides common methods that this and other utility class to the Location facade can use. This class also provides a set of convenient Java API to represent particular Location 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

      • LocationFacadeClient

        public LocationFacadeClient()
        Creates an instance of the client to communicate with the Location facade.
      • LocationFacadeClient

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