Package org.apache.axiom.om.util.jaxb
Interface UnmarshallerConfigurator
public interface UnmarshallerConfigurator
Interface used to apply custom settings to an
Unmarshaller.-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(jakarta.xml.bind.Unmarshaller unmarshaller) Apply settings to the given unmarshaller.
-
Method Details
-
configure
void configure(jakarta.xml.bind.Unmarshaller unmarshaller) throws jakarta.xml.bind.JAXBException Apply settings to the given unmarshaller.- Parameters:
unmarshaller- the unmarshaller to configure- Throws:
jakarta.xml.bind.JAXBException- if the unmarshaller throws an exception
-