Interface WsDiscoveryTargetServiceFactory
-
- All Implemented Interfaces:
public interface WsDiscoveryTargetServiceFactoryFactory to create WS-Discovery target services.
-
-
Method Summary
Modifier and Type Method Description abstract WsDiscoveryTargetServicecreateWsDiscoveryTargetService(EndpointReferenceType targetServiceEpr, NotificationSource notificationSource)Creates a new target service (server side). -
-
Method Detail
-
createWsDiscoveryTargetService
abstract WsDiscoveryTargetService createWsDiscoveryTargetService(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.
-
-
-
-