Uses of Class
org.apache.camel.parser.model.CamelEndpointDetails
Packages that use CamelEndpointDetails
-
Uses of CamelEndpointDetails in org.apache.camel.parser
Method parameters in org.apache.camel.parser with type arguments of type CamelEndpointDetailsModifier and TypeMethodDescriptionstatic voidRouteBuilderParser.parseRouteBuilderEndpoints(org.jboss.forge.roaster.model.source.JavaClassSource clazz, String baseDir, String fullyQualifiedFileName, List<CamelEndpointDetails> endpoints) Parses the java source class to discover Camel endpoints.static voidRouteBuilderParser.parseRouteBuilderEndpoints(org.jboss.forge.roaster.model.source.JavaClassSource clazz, String baseDir, String fullyQualifiedFileName, List<CamelEndpointDetails> endpoints, List<String> unparsable, boolean includeInlinedRouteBuilders) Parses the java source class to discover Camel endpoints.static voidXmlRouteParser.parseXmlRouteEndpoints(InputStream xml, String baseDir, String fullyQualifiedFileName, List<CamelEndpointDetails> endpoints) Parses the XML source to discover Camel endpoints.