public interface ModelJAXBContextFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY
Service factory key.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBContext |
newJAXBContext()
Creates a new
JAXBContext used for loading the Camel model |
static final String FACTORY
JAXBContext newJAXBContext() throws JAXBException
JAXBContext used for loading the Camel modelJAXBException - is thrown if error creating the JAXBContextApache Camel