Class ResponseMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.saml.common.AbstractSAMLObjectMarshaller
org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeMarshaller
org.opensaml.saml.saml1.core.impl.ResponseMarshaller
- All Implemented Interfaces:
Marshaller
public class ResponseMarshaller extends ResponseAbstractTypeMarshaller
A thread safe Marshaller for
Response
objects.-
Constructor Summary
Constructors Constructor Description ResponseMarshaller()
-
Method Summary
Methods inherited from class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeMarshaller
marshallAttributeIDness, marshallAttributes
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
ResponseMarshaller
public ResponseMarshaller()
-