C D G O S X
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- createOutput(String, String) - Method in class org.duracloud.common.xml.SchemaGenerator
-
Called by the schema generation process.
D
- deserialize(InputStream) - Method in class org.duracloud.common.xml.XmlSerializer
-
De-serializes XML from an InputStream into an object structure.
- deserialize(String) - Method in class org.duracloud.common.xml.XmlSerializer
-
De-serializes XML into an object structure.
G
- generateSchema(Class...) - Method in class org.duracloud.common.xml.SchemaGenerator
-
Generates an XML Schema which includes the given classes
O
- org.duracloud.common.xml - package org.duracloud.common.xml
- org.duracloud.common.xml.error - package org.duracloud.common.xml.error
S
- SchemaGenerator - Class in org.duracloud.common.xml
-
Schema generator which can be used to generate a schema for pojo classes which have been marked up with JAXB annotations.
- SchemaGenerator(String) - Constructor for class org.duracloud.common.xml.SchemaGenerator
-
Creates a SchemaGenerator indicating the preferred name of the generated schema file.
- SchemaGenerator(String, File) - Constructor for class org.duracloud.common.xml.SchemaGenerator
-
Creates a SchemaGenerator indicating the preferred name of the generated schema file and the directory in which is should be stored.
- serialize(T) - Method in class org.duracloud.common.xml.XmlSerializer
-
Serializes the data stored within a java bean to XML.
X
- XmlSerializationException - Exception in org.duracloud.common.xml.error
- XmlSerializationException(String) - Constructor for exception org.duracloud.common.xml.error.XmlSerializationException
- XmlSerializationException(String, Throwable) - Constructor for exception org.duracloud.common.xml.error.XmlSerializationException
- XmlSerializer<T> - Class in org.duracloud.common.xml
-
Handles the transfer of java beans to XML and back through JAXB
- XmlSerializer(Class, String, String) - Constructor for class org.duracloud.common.xml.XmlSerializer
-
Creates a serializer which will be used to handle serializations to and from the given top level class, using the given schema.
All Classes All Packages