Class ResponseMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
net.shibboleth.sp.liberty.paos.impl.ResponseMarshaller
- All Implemented Interfaces:
Marshaller
Marshaller for instances of
Response.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmarshallAttributes(XMLObject xmlObject, Element domElement) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallElementContent, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
ResponseMarshaller
public ResponseMarshaller()
-
-
Method Details
-
marshallAttributes
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException - Overrides:
marshallAttributesin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-