Package org.apache.axiom.om.util.jaxb
Interface UnmarshallerConfigurator
-
public interface UnmarshallerConfigurator
Interface used to apply custom settings to anUnmarshaller
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(Unmarshaller unmarshaller)
Apply settings to the given unmarshaller.
-
-
-
Method Detail
-
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
-
-