Class MetadataSectionUtil


  • public class MetadataSectionUtil
    extends Object
    Utility class to create metadata sections for WS-MetadataExchange.
    • Method Detail

      • createRelationship

        public org.somda.sdc.dpws.soap.wsmetadataexchange.model.MetadataSection createRelationship​(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType hostingServiceEpr,
                                                                                                   List<QName> hostingServiceTypes,
                                                                                                   List<HostedService> hostedServices)
        Creates a metadata section for a DPWS Host.
        Parameters:
        hostingServiceEpr - of the host
        hostingServiceTypes - of the services
        hostedServices - of the host
        Returns:
        a new metadata section containing host and services.