|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.client.bindings.spi.atompub.AtomEntryWriter
public class AtomEntryWriter
Writes a CMIS Atom entry to an output stream.
Constructor Summary | |
---|---|
AtomEntryWriter(CmisObjectType object)
Constructor. |
|
AtomEntryWriter(CmisObjectType object,
String mediaType,
InputStream stream)
Constructor. |
Method Summary | |
---|---|
void |
write(OutputStream out)
Writes the entry to an output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomEntryWriter(CmisObjectType object)
public AtomEntryWriter(CmisObjectType object, String mediaType, InputStream stream)
Method Detail |
---|
public void write(OutputStream out) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |