Searched refs:getContent (Results 1 - 25 of 95) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/javax/naming/
H A DRefAddr.java88 public abstract Object getContent(); method in class:RefAddr
102 * @see #getContent
109 Object thisobj = this.getContent();
110 Object thatobj = target.getContent();
129 return (getContent() == null)
131 : addrType.hashCode() + getContent().hashCode();
143 str.append("Content: " + getContent() + "\n");
H A DStringRefAddr.java78 public Object getContent() { method in class:StringRefAddr
H A DLinkRef.java107 return (String)((StringRefAddr)addr).getContent();
/openjdk7/jdk/src/share/classes/java/net/
H A DContentHandler.java36 * <code>getContent</code> method in this class directly. Instead, an
37 * application calls the <code>getContent</code> method in class
45 * <code>getContent</code> method is called to create the object.
63 * @see java.net.ContentHandler#getContent(java.net.URLConnection)
65 * @see java.net.URL#getContent()
67 * @see java.net.URLConnection#getContent()
81 abstract public Object getContent(URLConnection urlc) throws IOException; method in class:ContentHandler
88 * The default implementation of this method should call getContent()
99 public Object getContent(URLConnection urlc, Class[] classes) throws IOException { method in class:ContentHandler
100 Object obj = getContent(url
[all...]
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DSignatureProperty.java94 List getContent(); method in interface:SignatureProperty
H A DXMLObject.java103 List getContent(); method in interface:XMLObject
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfo.java97 List getContent(); method in interface:KeyInfo
H A DX509Data.java112 List getContent(); method in interface:X509Data
/openjdk7/jdk/src/share/classes/com/sun/jarsigner/
H A DContentSignerParameters.java89 public byte[] getContent(); method in interface:ContentSignerParameters
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLMetaElement.java54 public String getContent(); method in interface:HTMLMetaElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DDocumentation.java39 public String getContent() { method in class:Documentation
/openjdk7/jdk/test/sun/net/www/protocol/jar/
H A DGetContentType.java40 InputStream is = (InputStream) url.getContent();
/openjdk7/jdk/src/share/classes/sun/net/www/content/audio/
H A Daiff.java40 public Object getContent(URLConnection uc) throws IOException { method in class:aiff
H A Dbasic.java39 * of ClassLoader.getResource().getContent() on JDK1.1.
42 public Object getContent(URLConnection uc) throws IOException { method in class:basic
H A Dwav.java40 public Object getContent(URLConnection uc) throws IOException { method in class:wav
H A Dx_aiff.java40 public Object getContent(URLConnection uc) throws IOException { method in class:x_aiff
H A Dx_wav.java40 public Object getContent(URLConnection uc) throws IOException { method in class:x_wav
/openjdk7/jdk/src/share/classes/sun/net/www/content/text/
H A Dplain.java40 public Object getContent(URLConnection uc) { method in class:plain
/openjdk7/jdk/src/share/classes/sun/net/www/content/image/
H A Dgif.java39 public Object getContent(URLConnection urlc) throws java.io.IOException { method in class:gif
43 public Object getContent(URLConnection urlc, Class[] classes) throws IOException { method in class:gif
H A Djpeg.java38 public Object getContent(URLConnection urlc) throws java.io.IOException { method in class:jpeg
42 public Object getContent(URLConnection urlc, Class[] classes) throws IOException { method in class:jpeg
H A Dpng.java38 public Object getContent(URLConnection urlc) throws java.io.IOException { method in class:png
42 public Object getContent(URLConnection urlc, Class[] classes) throws IOException { method in class:png
H A Dx_xbitmap.java34 public Object getContent(URLConnection urlc) throws java.io.IOException { method in class:x_xbitmap
38 public Object getContent(URLConnection urlc, Class[] classes) throws java.io.IOException { method in class:x_xbitmap
H A Dx_xpixmap.java34 public Object getContent(URLConnection urlc) throws java.io.IOException { method in class:x_xpixmap
38 public Object getContent(URLConnection urlc, Class[] classes) throws java.io.IOException { method in class:x_xpixmap
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DEnvelope.java44 Source getContent(); method in interface:Envelope
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataContentHandler.java87 public Object getContent(DataSource ds) throws IOException; method in interface:DataContentHandler

Completed in 119 milliseconds

1234