Uses of Interface
org.apache.camel.spi.ModelToXMLDumper
-
Packages that use ModelToXMLDumper Package Description org.apache.camel The core Camel API. -
-
Uses of ModelToXMLDumper in org.apache.camel
Methods in org.apache.camel that return ModelToXMLDumper Modifier and Type Method Description ModelToXMLDumperExtendedCamelContext. getModelToXMLDumper()Gets theModelToXMLDumperto be used.Methods in org.apache.camel with parameters of type ModelToXMLDumper Modifier and Type Method Description voidExtendedCamelContext. setModelToXMLDumper(ModelToXMLDumper modelToXMLDumper)Sets a customModelToXMLDumperto be used.
-