Class ExtensionsMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
- org.opensaml.saml.saml2.metadata.impl.ExtensionsMarshaller
-
- All Implemented Interfaces:
Marshaller
public class ExtensionsMarshaller extends AbstractSAMLObjectMarshaller
A thread-safe Marshaller forExtensionsobjects.
-
-
Constructor Summary
Constructors Constructor Description ExtensionsMarshaller()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(XMLObject xmlObject, Element domElement)protected voidmarshallElementContent(XMLObject xmlObject, Element domElement)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributesin classAbstractSAMLObjectMarshaller- Throws:
MarshallingException
-
marshallElementContent
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallElementContentin classAbstractSAMLObjectMarshaller- Throws:
MarshallingException
-
-