Interface Source

All Superinterfaces:
org.apache.camel.spi.HasId

public interface Source extends org.apache.camel.spi.HasId
  • Method Details

    • getLocation

      String getLocation()
    • getName

      String getName()
    • getLanguage

      String getLanguage()
    • getType

      SourceType getType()
    • getLoader

      Optional<String> getLoader()
    • getInterceptors

      List<String> getInterceptors()
    • getPropertyNames

      List<String> getPropertyNames()
    • resolveAsInputStream

      InputStream resolveAsInputStream(org.apache.camel.CamelContext ctx)
    • resolveAsReader

      default Reader resolveAsReader(org.apache.camel.CamelContext ctx)
    • resolveAsReader

      default Reader resolveAsReader(org.apache.camel.CamelContext ctx, Charset charset)