Searched refs:toSource (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXB.java168 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
186 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
205 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
223 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
242 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
259 JAXBElement<T> item = getContext(type).createUnmarshaller().unmarshal(toSource(xml), type);
274 private static Source toSource(Object xml) throws IOException { method in class:JAXB

Completed in 29 milliseconds