@Deprecated public class ModelFileGenerator extends Object
| Constructor and Description |
|---|
ModelFileGenerator(JAXBContext jaxbContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
marshalRoutesUsingJaxb(String fileName,
List<RouteDefinition> routeTypes)
Deprecated.
Write the specified 'routeTypes' to 'fileName' as XML using JAXB.
|
public ModelFileGenerator(JAXBContext jaxbContext)
public void marshalRoutesUsingJaxb(String fileName, List<RouteDefinition> routeTypes) throws IOException
IOExceptionApache Camel