Interface WsDiscoveryTargetServiceFactory
public interface WsDiscoveryTargetServiceFactory
Factory to create WS-Discovery target services.
-
Method Summary
Modifier and TypeMethodDescriptioncreateWsDiscoveryTargetService(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType targetServiceEpr, NotificationSource notificationSource) Creates a new target service (server side).
-
Method Details
-
createWsDiscoveryTargetService
WsDiscoveryTargetService createWsDiscoveryTargetService(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType targetServiceEpr, NotificationSource notificationSource) Creates a new target service (server side).- Parameters:
targetServiceEpr- the target service endpoint reference.notificationSource- the source where to send Hello and Bye messages from.- Returns:
- a new target service instance.
- See Also:
-