Class AttributedDateTimeMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectMarshaller
-
- org.opensaml.soap.wssecurity.impl.AttributedDateTimeMarshaller
-
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
CreatedMarshaller,ExpiresMarshaller
public class AttributedDateTimeMarshaller extends AbstractWSSecurityObjectMarshaller
AttributedDateTimeMarshaller.
-
-
Constructor Summary
Constructors Constructor Description AttributedDateTimeMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributeIDness(XMLObject xmlObject, Element domElement)protected voidmarshallAttributes(XMLObject xmlObject, Element domElement)protected voidmarshallElementContent(XMLObject xmlObject, Element domElement)-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributesin classAbstractWSSecurityObjectMarshaller- Throws:
MarshallingException
-
marshallAttributeIDness
protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributeIDnessin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-
marshallElementContent
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallElementContentin classAbstractWSSecurityObjectMarshaller- Throws:
MarshallingException
-
-