Uses of Interface
org.somda.sdc.dpws.soap.wsdiscovery.HelloByeAndProbeMatchesObserver
-
Packages that use HelloByeAndProbeMatchesObserver Package Description org.somda.sdc.dpws.client Client implementation of DPWS.org.somda.sdc.dpws.client.helper Helper classes to support the DPWS client implementation.org.somda.sdc.dpws.soap.wsdiscovery WS-Discovery plugin for SOAP. -
-
Uses of HelloByeAndProbeMatchesObserver in org.somda.sdc.dpws.client
Classes in org.somda.sdc.dpws.client that implement HelloByeAndProbeMatchesObserver Modifier and Type Class Description classClientImplDefault implementation of Client. -
Uses of HelloByeAndProbeMatchesObserver in org.somda.sdc.dpws.client.helper
Classes in org.somda.sdc.dpws.client.helper that implement HelloByeAndProbeMatchesObserver Modifier and Type Class Description classHelloByeAndProbeMatchesObserverImplHelper class to forward Hello, Bye, ProbeMatches, and ProbeTimeout events. -
Uses of HelloByeAndProbeMatchesObserver in org.somda.sdc.dpws.soap.wsdiscovery
Methods in org.somda.sdc.dpws.soap.wsdiscovery with parameters of type HelloByeAndProbeMatchesObserver Modifier and Type Method Description voidWsDiscoveryClient. registerHelloByeAndProbeMatchesObserver(HelloByeAndProbeMatchesObserver observer)Register an observer to handle Hello, Bye and ProbeMatches messages.voidWsDiscoveryClientInterceptor. registerHelloByeAndProbeMatchesObserver(HelloByeAndProbeMatchesObserver observer)voidWsDiscoveryClient. unregisterHelloByeAndProbeMatchesObserver(HelloByeAndProbeMatchesObserver observer)Unregister an observer handling Hello, Bye and ProbeMatches messages.voidWsDiscoveryClientInterceptor. unregisterHelloByeAndProbeMatchesObserver(HelloByeAndProbeMatchesObserver observer)
-