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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DJAXBResult.java48 * JAXBResult result = new JAXBResult(
64 * The fact that JAXBResult derives from SAXResult is an implementation
75 public class JAXBResult extends SAXResult { class in inherits:SAXResult
84 * JAXBResult or if the context parameter is null.
86 public JAXBResult( JAXBContext context ) throws JAXBException { method in class:JAXBResult
95 * This JAXBResult object will use the specified Unmarshaller
107 * JAXBResult or the Unmarshaller parameter is null.
109 public JAXBResult( Unmarshaller _unmarshaller ) throws JAXBException { method in class:JAXBResult

Completed in 35 milliseconds