Package org.apache.camel.spi
Interface XMLRoutesDefinitionLoader
-
@Deprecated public interface XMLRoutesDefinitionLoader
Deprecated.useRoutesLoaderSPI for loading routes/rests from XML input streams and parsing this to model definition classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ObjectloadRestsDefinition(CamelContext context, InputStream inputStream)Deprecated.Loads from XML into rests.ObjectloadRoutesDefinition(CamelContext context, InputStream inputStream)Deprecated.Loads from XML into routes.ObjectloadRouteTemplatesDefinition(CamelContext context, InputStream inputStream)Deprecated.Loads from XML into route templates.
-
-
-
Field Detail
-
FACTORY
static final String FACTORY
Deprecated.Service factory key.- See Also:
- Constant Field Values
-
-
Method Detail
-
loadRoutesDefinition
Object loadRoutesDefinition(CamelContext context, InputStream inputStream) throws Exception
Deprecated.Loads from XML into routes.- Throws:
Exception
-
loadRouteTemplatesDefinition
Object loadRouteTemplatesDefinition(CamelContext context, InputStream inputStream) throws Exception
Deprecated.Loads from XML into route templates.- Throws:
Exception
-
loadRestsDefinition
Object loadRestsDefinition(CamelContext context, InputStream inputStream) throws Exception
Deprecated.Loads from XML into rests.- Throws:
Exception
-
-