|
||||||||||
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,
java.lang.String mediaType,
java.io.InputStream stream)
Constructor. |
Method Summary | |
---|---|
void |
write(java.io.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, java.lang.String mediaType, java.io.InputStream stream)
Method Detail |
---|
public void write(java.io.OutputStream out) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |