Class MetadataSectionUtil

  • All Implemented Interfaces:

    
    public class MetadataSectionUtil
    
                        

    Utility class to create metadata sections for WS-MetadataExchange.

    • 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
    • Method Summary

      Modifier and Type Method Description
      MetadataSection createRelationship(EndpointReferenceType hostingServiceEpr, List<QName> hostingServiceTypes, List<HostedService> hostedServices) Creates a metadata section for a DPWS Host.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • createRelationship

         MetadataSection createRelationship(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.