Interface HostingServiceFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • createHostingServiceProxy

         abstract HostingServiceProxy createHostingServiceProxy(String endpointReferenceAddress, List<QName> types, @Nullable() ThisDeviceType thisDevice, @Nullable() ThisModelType thisModel, Map<String, HostedServiceProxy> hostedServices, RequestResponseClient requestResponseClient, String activeXAddr)

        Creates a hosting service proxy.

        Parameters:
        endpointReferenceAddress - endpoint reference address of the hosting service (unique device identifier).
        types - list of types of the hosting service.
        thisDevice - ThisDevice information of the hosting service.
        thisModel - ThisModel information of the hosting service.
        hostedServices - map of service ids to hosted service proxies.
        requestResponseClient - request-response client to be used to access the hosting service.
        activeXAddr - physical address that was used to retrieve the hosting service proxy information.
        Returns:

        a HostingServiceProxy instance.