Uses of Interface
org.apache.axiom.om.util.jaxb.UnmarshallerConfigurator
Packages that use UnmarshallerConfigurator
-
Uses of UnmarshallerConfigurator in org.apache.axiom.om.util.jaxb
Methods in org.apache.axiom.om.util.jaxb with parameters of type UnmarshallerConfiguratorModifier and TypeMethodDescriptionstatic Object
JAXBUtils.unmarshal
(OMContainer container, JAXBContext context, UnmarshallerConfigurator configurator, boolean preserve) Unmarshall the information item using JAXB.static <T> JAXBElement<T>
JAXBUtils.unmarshal
(OMContainer container, JAXBContext context, UnmarshallerConfigurator configurator, Class<T> declaredType, boolean preserve) Unmarshall the information item using JAXB.