Interface ModelJAXBContextFactory


public interface ModelJAXBContextFactory
Factory to abstract the creation of the Model's jakarta.xml.bind.JAXBContext.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Service factory key.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new jakarta.xml.bind.JAXBContext used for loading the Camel model
  • Field Details

  • Method Details

    • newJAXBContext

      Object newJAXBContext() throws Exception
      Creates a new jakarta.xml.bind.JAXBContext used for loading the Camel model
      Returns:
      a new jakarta.xml.bind.JAXBContext
      Throws:
      Exception - is thrown if error creating the JAXBContext