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