org.opensaml.xml.schema.impl
Class XSDateTimeMarshaller

java.lang.Object
  extended by org.opensaml.xml.io.AbstractXMLObjectMarshaller
      extended by org.opensaml.xml.io.BaseXMLObjectMarshaller
          extended by org.opensaml.xml.schema.impl.XSDateTimeMarshaller
All Implemented Interfaces:
Marshaller

public class XSDateTimeMarshaller
extends BaseXMLObjectMarshaller

Thread-safe marshaller of XSDateTime objects.


Constructor Summary
XSDateTimeMarshaller()
          Constructor.
 
Method Summary
protected  void marshallElementContent(XMLObject xmlObject, Element domElement)
          Marshalls data from the XMLObject into content of the DOM Element.
 
Methods inherited from class org.opensaml.xml.io.BaseXMLObjectMarshaller
marshallAttributes
 
Methods inherited from class org.opensaml.xml.io.AbstractXMLObjectMarshaller
checkXMLObjectIsTarget, marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, setDocumentElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDateTimeMarshaller

public XSDateTimeMarshaller()
Constructor.

Method Detail

marshallElementContent

protected void marshallElementContent(XMLObject xmlObject,
                                      Element domElement)
                               throws MarshallingException
Marshalls data from the XMLObject into content of the DOM Element.

Overrides:
marshallElementContent in class BaseXMLObjectMarshaller
Parameters:
xmlObject - the XMLObject
domElement - the DOM element recieving the content
Throws:
MarshallingException - thrown if the textual content can not be added to the DOM element


Copyright © 1999-2013. All Rights Reserved.