Class MetadataSectionUtil
java.lang.Object
org.somda.sdc.dpws.service.helper.MetadataSectionUtil
Utility class to create metadata sections for WS-MetadataExchange.
-
Method Summary
Modifier and TypeMethodDescriptionorg.somda.sdc.dpws.soap.wsmetadataexchange.model.MetadataSectioncreateRelationship(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType hostingServiceEpr, List<QName> hostingServiceTypes, List<HostedService> hostedServices) Creates a metadata section for a DPWS Host.
-
Method Details
-
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 hosthostingServiceTypes- of the serviceshostedServices- of the host- Returns:
- a new metadata section containing host and services.
-