Class MetadataSectionUtil
-
- All Implemented Interfaces:
public class MetadataSectionUtilUtility class to create metadata sections for WS-MetadataExchange.
-
-
Method Summary
Modifier and Type Method Description MetadataSectioncreateRelationship(EndpointReferenceType hostingServiceEpr, List<QName> hostingServiceTypes, List<HostedService> hostedServices)Creates a metadata section for a DPWS Host. -
-
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 hosthostingServiceTypes- of the serviceshostedServices- of the host- Returns:
a new metadata section containing host and services.
-
-
-
-