Package | Description |
---|---|
org.apache.camel.parser | |
org.apache.camel.parser.helper |
Modifier and Type | Method and Description |
---|---|
static List<RestConfigurationDetails> |
XmlRestDslParser.parseRestConfiguration(InputStream xml,
String baseDir,
String fullyQualifiedFileName)
Parses the XML file and build a rest configuration model of the discovered rest configurations in the XML source file.
|
static List<RestConfigurationDetails> |
RestDslParser.parseRestConfiguration(org.jboss.forge.roaster.model.source.JavaClassSource clazz,
String baseDir,
String fullyQualifiedFileName,
boolean includeInlinedRouteBuilders)
Parses the java source class and build a rest configuration model of the discovered rest configurations in the java source class.
|
Modifier and Type | Method and Description |
---|---|
List<RestConfigurationDetails> |
CamelJavaRestDslParserHelper.parseRestConfiguration(org.jboss.forge.roaster.model.source.JavaClassSource clazz,
String baseDir,
String fullyQualifiedFileName,
org.jboss.forge.roaster.model.source.MethodSource<org.jboss.forge.roaster.model.source.JavaClassSource> configureMethod) |
List<RestConfigurationDetails> |
CamelXmlRestDslParserHelper.parseRestConfiguration(Node xmlNode,
String baseDir,
String fullyQualifiedFileName) |
Apache Camel