Class ExtensionsMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
- org.opensaml.saml.saml2.core.impl.ExtensionsMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class ExtensionsMarshaller extends org.opensaml.saml.common.AbstractSAMLObjectMarshallerA 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(org.opensaml.core.xml.XMLObject xmlObject, Element domElement)protected voidmarshallElementContent(org.opensaml.core.xml.XMLObject xmlObject, Element domElement)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.core.xml.io.MarshallingException- Overrides:
marshallAttributesin classorg.opensaml.saml.common.AbstractSAMLObjectMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
marshallElementContent
protected void marshallElementContent(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.core.xml.io.MarshallingException- Overrides:
marshallElementContentin classorg.opensaml.saml.common.AbstractSAMLObjectMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
-