Uses of Interface
org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryTargetService
-
Packages that use WsDiscoveryTargetService Package Description org.somda.sdc.dpws.service.factory Factories for the service package.org.somda.sdc.dpws.soap.wsdiscovery WS-Discovery plugin for SOAP.org.somda.sdc.dpws.soap.wsdiscovery.factory Factories for the SOAP WS-Discovery plugin. -
-
Uses of WsDiscoveryTargetService in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory with parameters of type WsDiscoveryTargetService Modifier and Type Method Description HostedServiceInterceptorHostedServiceInterceptorFactory. createHostedServiceInterceptor(HostedService hostedService, WsDiscoveryTargetService targetService)Creates a hosted service interceptor.HostingServiceHostingServiceFactory. createHostingService(WsDiscoveryTargetService targetService)Creates a hosting service. -
Uses of WsDiscoveryTargetService in org.somda.sdc.dpws.soap.wsdiscovery
Classes in org.somda.sdc.dpws.soap.wsdiscovery that implement WsDiscoveryTargetService Modifier and Type Class Description classWsDiscoveryTargetServiceInterceptorDefault implementation of the WsDiscoveryTargetService. -
Uses of WsDiscoveryTargetService in org.somda.sdc.dpws.soap.wsdiscovery.factory
Methods in org.somda.sdc.dpws.soap.wsdiscovery.factory that return WsDiscoveryTargetService Modifier and Type Method Description WsDiscoveryTargetServiceWsDiscoveryTargetServiceFactory. createWsDiscoveryTargetService(EndpointReferenceType targetServiceEpr, NotificationSource notificationSource)Creates a new target service (server side).
-