Uses of Interface
org.apache.synapse.commons.resolvers.Resolver
-
Packages that use Resolver Package Description org.apache.synapse.commons.resolvers -
-
Uses of Resolver in org.apache.synapse.commons.resolvers
Classes in org.apache.synapse.commons.resolvers that implement Resolver Modifier and Type Class Description class
DefaultResolver
Default Resolver is the class used in general case where any resolver is not usedclass
FilePropertyResolver
File Property resolver can be used to resolve file property variables in the synapse config.class
SystemResolver
System resolver can be used to resolve environment variables in the synapse config.Methods in org.apache.synapse.commons.resolvers that return Resolver Modifier and Type Method Description Resolver
ResolverFactory. getResolver(String input)
This function returns a resolver based on the variable passed
-