Package org.apache.camel.spi
Interface XMLRoutesDefinitionLoader
Deprecated.
SPI for loading routes/rests from XML input streams and parsing this to model definition classes.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionloadRestsDefinition(CamelContext context, InputStream inputStream) Deprecated.Loads from XML into rests.loadRoutesDefinition(CamelContext context, InputStream inputStream) Deprecated.Loads from XML into routes.loadRouteTemplatesDefinition(CamelContext context, InputStream inputStream) Deprecated.Loads from XML into route templates.
-
Field Details
-
FACTORY
Deprecated.Service factory key.- See Also:
-
-
Method Details
RoutesLoader