Class MetadataSectionUtil
- java.lang.Object
-
- org.somda.sdc.dpws.service.helper.MetadataSectionUtil
-
public class MetadataSectionUtil extends Object
Utility class to create metadata sections for WS-MetadataExchange.
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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
public 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.
-
-