public interface CMSProcessable
Modifier and Type | Method and Description |
---|---|
Object |
getContent() |
void |
write(OutputStream out)
generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
|
void write(OutputStream out) throws IOException, CMSException
Note: this routine may be called multiple times.
IOException
CMSException
Object getContent()
Copyright © 2015. All rights reserved.