Package org.opensaml.xacml.ctx.impl
Class StatusMessageTypeMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
-
- org.opensaml.xacml.ctx.impl.StatusMessageTypeMarshaller
-
- All Implemented Interfaces:
org.opensaml.core.xml.io.Marshaller
public class StatusMessageTypeMarshaller extends AbstractXACMLObjectMarshaller
Marshaller forStatusMessageType.
-
-
Constructor Summary
Constructors Constructor Description StatusMessageTypeMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallElementContent(org.opensaml.core.xml.XMLObject xmlObject, Element domElement)No-op method.-
Methods inherited from class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
marshallAttributes
-
-
-
-
Method Detail
-
marshallElementContent
protected void marshallElementContent(org.opensaml.core.xml.XMLObject xmlObject, Element domElement) throws org.opensaml.core.xml.io.MarshallingExceptionNo-op method. Extending implementations should override this method if they have text content to marshall into the Element.- Overrides:
marshallElementContentin classAbstractXACMLObjectMarshaller- Throws:
org.opensaml.core.xml.io.MarshallingException
-
-