org.kuali.rice.kew.batch
Class StreamXmlDoc
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
collection
protected XmlDocCollection collection
processed
protected boolean processed
message
protected java.lang.String message
StreamXmlDoc
public StreamXmlDoc(java.io.InputStream stream,
XmlDocCollection collection)
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.