Class RoleDescriptorMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.saml.common.AbstractSAMLObjectMarshaller
org.opensaml.saml.saml2.metadata.impl.RoleDescriptorMarshaller
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
AttributeAuthorityDescriptorMarshaller,AuthnAuthorityDescriptorMarshaller,PDPDescriptorMarshaller,QueryDescriptorTypeMarshaller,SSODescriptorMarshaller
A thread safe Marshaller for
RoleDescriptor objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributeIDness(XMLObject xmlObject, Element domElement) protected voidmarshallAttributes(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallElementContentMethods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
RoleDescriptorMarshaller
public RoleDescriptorMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classAbstractSAMLObjectMarshaller- Throws:
MarshallingException
-
marshallAttributeIDness
protected void marshallAttributeIDness(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributeIDnessin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-