Uses of Class
org.apache.camel.cdi.xml.RestContextDefinition
-
Packages that use RestContextDefinition Package Description org.apache.camel.cdi.xml The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of RestContextDefinition in org.apache.camel.cdi.xml
Methods in org.apache.camel.cdi.xml that return types with arguments of type RestContextDefinition Modifier and Type Method Description List<RestContextDefinition>
ApplicationContextFactoryBean. getRestContexts()
Method parameters in org.apache.camel.cdi.xml with type arguments of type RestContextDefinition Modifier and Type Method Description void
ApplicationContextFactoryBean. setRestContexts(List<RestContextDefinition> restContexts)
-