public interface RestBindingJaxbDataFormatFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY
Service factory key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setupJaxb(CamelContext camelContext,
RestConfiguration config,
String type,
Class<?> typeClass,
String outType,
Class<?> outTypeClass,
DataFormat jaxb,
DataFormat outJaxb)
Setup XML data format
|
static final String FACTORY
void setupJaxb(CamelContext camelContext, RestConfiguration config, String type, Class<?> typeClass, String outType, Class<?> outTypeClass, DataFormat jaxb, DataFormat outJaxb) throws Exception
ExceptionApache Camel