Interface UnmarshallerConfigurator


public interface UnmarshallerConfigurator
Interface used to apply custom settings to an Unmarshaller.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Unmarshaller unmarshaller)
    Apply settings to the given unmarshaller.
  • Method Details

    • configure

      void configure(Unmarshaller unmarshaller) throws JAXBException
      Apply settings to the given unmarshaller.
      Parameters:
      unmarshaller - the unmarshaller to configure
      Throws:
      JAXBException - if the unmarshaller throws an exception