package

xades4j.xml.marshalling

Types related to marshalling the qualifying properties data.

Marshalling of signed and unsigned properties is separated because it happens at different points in time.

Default implementations using JAXB are provided for each marshaller.

Interfaces

PropertiesMarshaller Interface for property data objects marshallers. 
SignedPropertiesMarshaller  
UnsignedPropertiesMarshaller Interface for unsigned properties data objects marshalling. 

Classes

MarshallingBindingsModule Contains the Guice bindings for the components on this package. 

Exceptions

MarshalException Thrown when there is an error during the marshalling process. 
UnsupportedDataObjectException Thrown during the marshalling stage if a proeprty data object is not supported by the PropertiesMarshallers in use.