org.jbpm.stream
Class UrlStreamSource

java.lang.Object
  extended by org.jbpm.stream.StreamSource
      extended by org.jbpm.stream.UrlStreamSource

public class UrlStreamSource
extends StreamSource

Author:
Tom Baeyens

Field Summary
protected  java.net.URL url
           
 
Fields inherited from class org.jbpm.stream.StreamSource
name
 
Constructor Summary
UrlStreamSource(java.net.URL url)
           
 
Method Summary
 java.io.InputStream openStream()
           
 
Methods inherited from class org.jbpm.stream.StreamSource
getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

protected java.net.URL url
Constructor Detail

UrlStreamSource

public UrlStreamSource(java.net.URL url)
Throws:
PvmException - if url is null
Method Detail

openStream

public java.io.InputStream openStream()
Specified by:
openStream in class StreamSource