Uses of Class
org.somda.sdc.dpws.soap.wsdiscovery.MatchBy
-
Packages that use MatchBy Package Description org.somda.sdc.dpws.soap.wsdiscovery WS-Discovery plugin for SOAP. -
-
Uses of MatchBy in org.somda.sdc.dpws.soap.wsdiscovery
Methods in org.somda.sdc.dpws.soap.wsdiscovery that return MatchBy Modifier and Type Method Description MatchByWsDiscoveryTargetService. getMatchBy()Thread-safe function to get the MatchBy rule.MatchByWsDiscoveryTargetServiceInterceptor. getMatchBy()static MatchByMatchBy. valueOf(String name)Returns 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 MatchBy Modifier and Type Method Description booleanWsDiscoveryUtil. isScopesMatching(List<String> superset, List<String> subset, MatchBy matchBy)Checks if a scope superset includes a subset.voidWsDiscoveryTargetService. setMatchBy(MatchBy matchBy)Thread-safe function to set the MatchBy rule.voidWsDiscoveryTargetServiceInterceptor. setMatchBy(MatchBy matchBy)
-