Uses of Class
org.apache.camel.parser.model.RestServiceDetails
Packages that use RestServiceDetails
-
Uses of RestServiceDetails in org.apache.camel.parser
Methods in org.apache.camel.parser that return types with arguments of type RestServiceDetailsModifier and TypeMethodDescriptionstatic List<RestServiceDetails>RestDslParser.parseRestService(org.jboss.forge.roaster.model.source.JavaClassSource clazz, String fullyQualifiedFileName, boolean includeInlinedRouteBuilders) Parses the java source class and build a rest service model of the discovered rest services in the java source class.static List<RestServiceDetails>XmlRestDslParser.parseRestService(InputStream xml, String fullyQualifiedFileName) Parses the java source class and build a rest service model of the discovered rest services in the java source class. -
Uses of RestServiceDetails in org.apache.camel.parser.helper
Methods in org.apache.camel.parser.helper that return types with arguments of type RestServiceDetailsModifier and TypeMethodDescriptionCamelJavaRestDslParserHelper.parseRestService(org.jboss.forge.roaster.model.source.JavaClassSource clazz, String fullyQualifiedFileName, org.jboss.forge.roaster.model.source.MethodSource<org.jboss.forge.roaster.model.source.JavaClassSource> configureMethod) CamelXmlRestDslParserHelper.parseRestService(Node xmlNode, String fullyQualifiedFileName)