Uses of Enum
org.somda.sdc.dpws.soap.wsdiscovery.MatchBy
Packages that use MatchBy
Package
Description
Client implementation of DPWS.
WS-Discovery plugin for SOAP.
-
Uses of MatchBy in org.somda.sdc.dpws.client
Methods in org.somda.sdc.dpws.client that return MatchByConstructors in org.somda.sdc.dpws.client with parameters of type MatchByModifierConstructorDescriptionDiscoveryFilter(Collection<QName> types, Collection<String> scopes, MatchBy matchBy) Creates a new discovery filter with a discovery id that is unique across one application instance. -
Uses of MatchBy in org.somda.sdc.dpws.soap.wsdiscovery
Methods in org.somda.sdc.dpws.soap.wsdiscovery that return MatchByModifier and TypeMethodDescriptionstatic MatchByReturns the enum constant of this type with the specified name.static MatchBy[]MatchBy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.dpws.soap.wsdiscovery with parameters of type MatchByModifier and TypeMethodDescriptionbooleanChecks if a scope superset includes a subset.com.google.common.util.concurrent.ListenableFuture<ProbeMatchesType>WsDiscoveryClient.sendDirectedProbe(RequestResponseClient rrClient, List<QName> types, List<String> scopes, MatchBy matchBy) Sends a directed probe to a device.com.google.common.util.concurrent.ListenableFuture<ProbeMatchesType>WsDiscoveryClientInterceptor.sendDirectedProbe(RequestResponseClient rrClient, List<QName> types, List<String> scopes, MatchBy matchBy) com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClient.sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, MatchBy matchBy) Sends a probe message using the given parameters.com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClient.sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, MatchBy matchBy, Integer maxResults) Sends a probe message using the given parameters with a limited number of results until future finishes.com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClientInterceptor.sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, MatchBy matchBy) com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClientInterceptor.sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, MatchBy matchBy, Integer maxResults)