public abstract class DocumentSource extends Object
| Modifier and Type | Method and Description |
|---|---|
static DocumentSource |
create(String identifier,
InputStream in) |
static DocumentSource |
create(URL url) |
String |
getIdentifier() |
abstract InputStream |
getStream() |
public String getIdentifier()
public abstract InputStream getStream() throws IOException
IOExceptionpublic static DocumentSource create(String identifier, InputStream in)
public static DocumentSource create(URL url)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.