Class IndexedEndpointMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
- org.opensaml.saml.saml2.metadata.impl.EndpointMarshaller
-
- org.opensaml.saml.saml2.metadata.impl.IndexedEndpointMarshaller
-
- All Implemented Interfaces:
Marshaller
public class IndexedEndpointMarshaller extends EndpointMarshaller
A thread safe Marshaller forIndexedEndpointobjects.
-
-
Constructor Summary
Constructors Constructor Description IndexedEndpointMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshallAttributes(XMLObject samlObject, Element domElement)-
Methods inherited from class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
marshall, marshall, marshallElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
public void marshallAttributes(XMLObject samlObject, Element domElement)
- Overrides:
marshallAttributesin classEndpointMarshaller
-
-