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 TypeMethodDescriptionvoid
configure
(Unmarshaller unmarshaller) Apply settings to the given unmarshaller.
-
Method Details
-
configure
Apply settings to the given unmarshaller.- Parameters:
unmarshaller
- the unmarshaller to configure- Throws:
JAXBException
- if the unmarshaller throws an exception
-