Package org.apache.synapse.commons.resolvers


package org.apache.synapse.commons.resolvers
  • Class
    Description
    Config Resolver can be used to resolve configurable property variables in the synapse config.
    Default Resolver is the class used in general case where any resolver is not used
    File Property resolver can be used to resolve file property variables in the synapse config.
    Interface which can be used to resolve variables in the synapse config.
     
    Resolver Factory which can be used to register resolvers and retrieve a resolver for a given type.
    System resolver can be used to resolve environment variables in the synapse config.