Package org.apache.camel.spi
Interface RestBindingJaxbDataFormatFactory
-
public interface RestBindingJaxbDataFormatFactory
SPI for setting up XML data format (JAXB) for rest-dsl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setupJaxb(CamelContext camelContext, RestConfiguration config, String type, String outType, DataFormat jaxb, DataFormat outJaxb)
Setup XML data format
-
-
-
Field Detail
-
FACTORY
static final String FACTORY
Service factory key.- See Also:
- Constant Field Values
-
-
Method Detail
-
setupJaxb
void setupJaxb(CamelContext camelContext, RestConfiguration config, String type, String outType, DataFormat jaxb, DataFormat outJaxb) throws Exception
Setup XML data format- Throws:
Exception
-
-