Searched defs:createUnmarshaller (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DDomHandler.java79 ResultT createUnmarshaller( ValidationEventHandler errorHandler ); method in interface:DomHandler
91 * The {@link Result} object created by {@link #createUnmarshaller(ValidationEventHandler)}.
H A DW3CDomHandler.java81 public DOMResult createUnmarshaller(ValidationEventHandler errorHandler) { method in class:W3CDomHandler
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBContext.java113 * Unmarshaller u = jc.createUnmarshaller();
176 * Unmarshaller u = jc.createUnmarshaller();
649 public abstract Unmarshaller createUnmarshaller() throws JAXBException; method in class:JAXBContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DDomHandlerEx.java60 public ResultImpl createUnmarshaller(ValidationEventHandler errorHandler) { method in class:DomHandlerEx
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtils.java187 return createUnmarshaller().unmarshal(bais);
242 final Unmarshaller u = createUnmarshaller();
293 private static Unmarshaller createUnmarshaller() throws JAXBException { method in class:XmlConfigUtils
294 return getContext().createUnmarshaller();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java179 return createUnmarshaller();
760 public UnmarshallerImpl createUnmarshaller() { method in class:JAXBContextImpl

Completed in 37 milliseconds