org.kuali.rice.kew.batch
Class StreamXmlDocCollection

java.lang.Object
  extended by org.kuali.rice.kew.batch.BaseXmlDocCollection
      extended by org.kuali.rice.kew.batch.StreamXmlDocCollection
All Implemented Interfaces:
XmlDocCollection

public class StreamXmlDocCollection
extends BaseXmlDocCollection

XmlDocCollection that is not File-based

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class org.kuali.rice.kew.batch.BaseXmlDocCollection
file, xmlDocs
 
Constructor Summary
StreamXmlDocCollection(InputStream stream)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.kuali.rice.kew.batch.BaseXmlDocCollection
close, getFile, getXmlDocs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamXmlDocCollection

public StreamXmlDocCollection(InputStream stream)
Method Detail

toString

public String toString()
Overrides:
toString in class BaseXmlDocCollection


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.