|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.duracloud.chunk.manifest.xml.ManifestDocumentBinding
public class ManifestDocumentBinding
This class is a helper utility for binding ChunksManifest objects to a ChunksManifest xml document.
Constructor Summary | |
---|---|
ManifestDocumentBinding()
|
Method Summary | |
---|---|
static java.lang.String |
createDocumentFrom(ChunksManifestBean manifest)
This method serializes the arg ChunksManifest object into an xml document. |
static ChunksManifest |
createManifestFrom(java.io.InputStream xml)
This method binds a ChunksManifest object to the content of the arg xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManifestDocumentBinding()
Method Detail |
---|
public static ChunksManifest createManifestFrom(java.io.InputStream xml)
xml
- manifest document to be bound to ChunksManifest object
public static java.lang.String createDocumentFrom(ChunksManifestBean manifest)
manifest
- ChunksManifest object to be serialized
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |