Uses of Class
org.apache.camel.component.undertow.handlers.CamelMethodHandler
-
Packages that use CamelMethodHandler Package Description org.apache.camel.component.undertow.handlers -
-
Uses of CamelMethodHandler in org.apache.camel.component.undertow.handlers
Methods in org.apache.camel.component.undertow.handlers that return CamelMethodHandler Modifier and Type Method Description CamelMethodHandlerCamelPathTemplateHandler. get(String uriTemplate)CamelMethodHandlerCamelPathTemplateHandler. getDefault()Methods in org.apache.camel.component.undertow.handlers with parameters of type CamelMethodHandler Modifier and Type Method Description CamelPathTemplateHandlerCamelPathTemplateHandler. add(String uriTemplate, CamelMethodHandler handler)voidCamelPathTemplateHandler. setDefault(CamelMethodHandler defaultHandler)Constructors in org.apache.camel.component.undertow.handlers with parameters of type CamelMethodHandler Constructor Description CamelPathTemplateHandler(CamelMethodHandler defaultHandler)
-