|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.bea.p13n.content.document.ref.URLDocument
A concreate implementation of a document which uses an URL
| Field Summary | |
protected java.net.URL |
url
The url object we read from. |
| Constructor Summary | |
URLDocument(java.net.URL url)
Constructor. |
|
| Method Summary | |
byte[] |
getBytes()
Get the bytes of the url. |
java.net.URL |
getURL()
Get the url used. |
java.io.InputStream |
openStream()
Open a sream to the bytes of the url. |
void |
setURL(java.net.URL url)
Set the url used. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected java.net.URL url
| Constructor Detail |
public URLDocument(java.net.URL url)
| Method Detail |
public java.net.URL getURL()
public void setURL(java.net.URL url)
public byte[] getBytes()
throws DocumentException
public java.io.InputStream openStream()
throws DocumentException
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||