Package org.apache.camel.spi
Interface ModelJAXBContextFactory
-
public interface ModelJAXBContextFactoryFactory to abstract the creation of the Model's javax.xml.bind.JAXBContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectnewJAXBContext()Creates a new javax.xml.bind.JAXBContext used for loading the Camel model
-
-
-
Field Detail
-
FACTORY
static final String FACTORY
Service factory key.- See Also:
- Constant Field Values
-
-