Package org.opensaml.xacml.policy.impl
Class AttributeAssignmentTypeMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
-
- org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
-
- org.opensaml.xacml.policy.impl.AttributeAssignmentTypeMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class AttributeAssignmentTypeMarshaller extends AttributeValueTypeMarshaller
Marshaller forAttributeAssignmentType.
-
-
Constructor Summary
Constructors Constructor Description AttributeAssignmentTypeMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributes(org.opensaml.core.xml.XMLObject samlElement, Element domElement)No-op method.-
Methods inherited from class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
marshallElementContent
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(org.opensaml.core.xml.XMLObject samlElement, Element domElement) throws org.opensaml.core.xml.io.MarshallingExceptionNo-op method. Extending implementations should override this method if they have attributes to marshall into the Element.- Overrides:
marshallAttributesin classAttributeValueTypeMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
-