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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DUnmarshallerHandler.java51 * MyObject myObject= (MyObject)unmarshallerHandler.getResult();
82 Object getResult() throws JAXBException, IllegalStateException; method in interface:UnmarshallerHandler
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DJAXBResult.java59 * Object o = result.getResult();
139 public Object getResult() throws JAXBException { method in class:JAXBResult
140 return unmarshallerHandler.getResult();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSAAJResult.java33 * by using the {@link #getResult()} method. The {@link DOMResult#getNode()}
130 public javax.xml.soap.Node getResult() { method in class:SAAJResult
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DDefaultAnnotationParser.java55 public Object getResult( Object existing ) { method in class:DefaultAnnotationParser
H A DParserContext.java117 public XSSchemaSet getResult() throws SAXException { method in class:ParserContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DAnnotationParser.java80 public abstract Object getResult( Object existing ); method in class:AnnotationParser
H A DXSOMParser.java169 * generating SAX events. Don't call the getResult method in that case.
195 public XSSchemaSet getResult() throws SAXException { method in class:XSOMParser
196 return context.getResult();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DElementAvailableCall.java64 return getResult() ? Boolean.TRUE : Boolean.FALSE;
70 public boolean getResult() { method in class:ElementAvailableCall
92 final boolean result = getResult();
H A DFunctionAvailableCall.java95 return getResult() ? Boolean.TRUE : Boolean.FALSE;
164 public boolean getResult() { method in class:FunctionAvailableCall
193 methodGen.getInstructionList().append(new PUSH(cpg, getResult()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DAnnotation.java76 DAnnotation getResult() { method in class:Annotation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DDomAnnotationParserFactory.java87 public Object getResult(Object existing) { method in class:DomAnnotationParserFactory.AnnotationParserImpl
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuildStep.java180 public int getResult() { method in class:BuildStep
250 String out = resultToString(getResult());
276 String out = resultToString(getResult());
/openjdk7/jdk/src/share/classes/sun/reflect/generics/visitor/
H A DTypeTreeVisitor.java39 T getResult(); method in interface:TypeTreeVisitor
H A DReifier.java80 public Type getResult() { assert resultType != null;return resultType;} method in class:Reifier
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DSAXConnector.java79 public Object getResult() throws JAXBException, IllegalStateException { method in class:SAXConnector
80 return context.getResult();
H A DUnmarshallingContext.java567 public Object getResult() throws UnmarshalException { method in class:UnmarshallingContext
643 // from the unmarshaller.getResult()
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DLWCToolkit.java490 return wrapper.getResult();
510 public T getResult() throws Exception { method in class:LWCToolkit.CallableWrapper

Completed in 33 milliseconds