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

/openjdk7/jdk/src/share/classes/java/net/
H A DCacheRequest.java55 public abstract OutputStream getBody() throws IOException; method in class:CacheRequest
H A DCacheResponse.java63 public abstract InputStream getBody() throws IOException; method in class:CacheResponse
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPEnvelope.java43 * <code>SOAPEnvelope.getBody</code>. The
53 * SOAPBody sb = se.getBody();
61 * <code>SOAPBody</code> object that is retrieved by the method <code>getBody</code>.
63 * se.getBody().detachNode();
79 * se.getBody().detachNode();
157 * <code>getBody</code> will always return a <code>SOAPBody</code>
167 public SOAPBody getBody() throws SOAPException; method in interface:SOAPEnvelope
/openjdk7/langtools/src/share/classes/com/sun/source/tree/
H A DMethodTree.java56 BlockTree getBody(); method in interface:MethodTree
/openjdk7/jdk/test/java/net/ResponseCache/
H A DgetResponseCode.java90 public InputStream getBody() throws IOException { method in class:getResponseCode.MyResponse
H A DResponseCacheTest.java212 public InputStream getBody() throws IOException { method in class:ResponseCacheTest.MyCacheResponse
235 public OutputStream getBody() throws IOException { method in class:ResponseCacheTest.MyCacheRequest
/openjdk7/jdk/test/sun/net/www/protocol/http/6550798/
H A DTestCache.java129 public OutputStream getBody() throws IOException { method in class:DeployCacheRequest
130 System.out.println("getBody called");
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java111 public OutputStream getBody() throws IOException { method in class:MyCacheRequest
H A DResponseCacheStream.java61 public OutputStream getBody() throws IOException { method in class:ResponseCacheStream.MyCacheRequest
H A DB6660405.java62 public InputStream getBody() throws IOException method in class:B6660405.MyCacheResponse
H A DB6299712.java148 public OutputStream getBody() throws IOException { method in class:DeployCacheRequest
163 public InputStream getBody() throws IOException { method in class:DeployCacheResponse
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLDocument.java91 public HTMLElement getBody(); method in interface:HTMLDocument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DEnvelopeImpl.java192 public SOAPBody getBody() throws SOAPException { method in class:EnvelopeImpl
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java83 String getBody() { method in class:InterruptedExceptionTest.ClassKind
180 .replace("#BK", ck.getBody())
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassSyntax.java391 String body = getBody(type, i);
398 protected static String getBody(String type, int i) { method in class:ClassSyntax
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java425 public HtmlTree getBody(boolean includeScript, String title) { method in class:HtmlWriter
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java684 public JCBlock getBody() { return body; } method in class:JCTree.JCMethodDecl

Completed in 99 milliseconds