Class StatusResponseTypeMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.saml.common.AbstractSAMLObjectMarshaller
org.opensaml.saml.saml2.core.impl.StatusResponseTypeMarshaller
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
ArtifactResponseMarshaller,LogoutResponseMarshaller,ManageNameIDResponseMarshaller,NameIDMappingResponseMarshaller,ResponseMarshaller
A thread safe Marshaller for
StatusResponseType 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
-
StatusResponseTypeMarshaller
public StatusResponseTypeMarshaller()
-
-
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
-