Class ScopeMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
net.shibboleth.idp.saml.xmlobject.impl.ScopeMarshaller
- All Implemented Interfaces:
Marshaller
Marshaller for
Scope
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
marshallAttributes
(XMLObject xmlObject, Element domElement) protected void
marshallElementContent
(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
ScopeMarshaller
public ScopeMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException - Overrides:
marshallAttributes
in classAbstractXMLObjectMarshaller
- Throws:
MarshallingException
-
marshallElementContent
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException - Overrides:
marshallElementContent
in classAbstractXMLObjectMarshaller
- Throws:
MarshallingException
-