Interface WsDiscoveryTargetServiceFactory


public interface WsDiscoveryTargetServiceFactory
Factory to create WS-Discovery target services.
  • Method Details

    • 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: