org.ow2.orchestra.pvm.internal.stream
Class StreamSource

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.stream.StreamSource
Direct Known Subclasses:
ByteArrayStreamSource, FileStreamSource, InputStreamSource, ResourceStreamSource, StringStreamSource, UrlStreamSource

public abstract class StreamSource
extends Object

Author:
Tom Baeyens

Field Summary
protected  String name
           
 
Constructor Summary
StreamSource()
           
 
Method Summary
 String getName()
           
abstract  InputStream openStream()
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

StreamSource

public StreamSource()
Method Detail

openStream

public abstract InputStream openStream()

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 OW2 Consortium. All Rights Reserved.