Class FilePropertyResolver

java.lang.Object
org.apache.synapse.commons.resolvers.FilePropertyResolver
All Implemented Interfaces:
Resolver

public class FilePropertyResolver extends Object implements Resolver
File Property resolver can be used to resolve file property variables in the synapse config.
  • Constructor Details

    • FilePropertyResolver

      public FilePropertyResolver()
  • Method Details

    • setVariable

      public void setVariable(String input)
      set file property variable which needs to resolved
      Specified by:
      setVariable in interface Resolver
      Parameters:
      input -
    • resolve

      public String resolve()
      file property variable is resolved in this function
      Specified by:
      resolve in interface Resolver
      Returns:
      resolved value for the file property variable