public abstract class EventStream
extends java.lang.Object
Constructor and Description |
---|
EventStream(java.lang.String streamUrl)
Create a new instance of EventStream.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.stream.XMLEventReader |
getStream()
Get the event stream reader.
|
protected java.io.InputStream |
read()
Open the stream url.
|