org.kuali.rice.kew.batch
Class StreamXmlDoc

java.lang.Object
  extended by org.kuali.rice.kew.batch.StreamXmlDoc
All Implemented Interfaces:
XmlDoc

public class StreamXmlDoc
extends java.lang.Object

Stream-based XML doc

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

Field Summary
protected  XmlDocCollection collection
           
protected  java.lang.String message
           
protected  boolean processed
           
 
Constructor Summary
StreamXmlDoc(java.io.InputStream stream, XmlDocCollection collection)
           
 
Method Summary
 XmlDocCollection getCollection()
           
 java.lang.String getName()
           
 java.lang.String getProcessingMessage()
           
 java.io.InputStream getStream()
           
 boolean isProcessed()
           
 void setProcessed(boolean processed)
           
 void setProcessingMessage(java.lang.String message)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collection

protected XmlDocCollection collection

processed

protected boolean processed

message

protected java.lang.String message
Constructor Detail

StreamXmlDoc

public StreamXmlDoc(java.io.InputStream stream,
                    XmlDocCollection collection)
Method Detail

getStream

public java.io.InputStream getStream()
                              throws java.io.IOException
Throws:
java.io.IOException

getName

public java.lang.String getName()

getCollection

public XmlDocCollection getCollection()
Specified by:
getCollection in interface XmlDoc

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isProcessed

public boolean isProcessed()
Specified by:
isProcessed in interface XmlDoc

setProcessed

public void setProcessed(boolean processed)
Specified by:
setProcessed in interface XmlDoc

getProcessingMessage

public java.lang.String getProcessingMessage()
Specified by:
getProcessingMessage in interface XmlDoc

setProcessingMessage

public void setProcessingMessage(java.lang.String message)
Specified by:
setProcessingMessage in interface XmlDoc


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