org.opensaml.xacml.ctx.impl
Class ResultTypeMarshaller
java.lang.Object
org.opensaml.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
org.opensaml.xacml.ctx.impl.ResultTypeMarshaller
- All Implemented Interfaces:
- Marshaller
public class ResultTypeMarshaller
- extends AbstractXACMLObjectMarshaller
Marshaller for ResultType objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultTypeMarshaller
public ResultTypeMarshaller()
- Constructor.
ResultTypeMarshaller
protected ResultTypeMarshaller(String targetNamespaceURI,
String targetLocalName)
- Constructor.
- Parameters:
targetNamespaceURI - the namespace URI of either the schema type QName or element QName of the elements this
marshaller operates ontargetLocalName - the local name of either the schema type QName or element QName of the elements this
marshaller operates on
marshallAttributes
protected void marshallAttributes(XMLObject samlElement,
Element domElement)
throws MarshallingException
- No-op method. Extending implementations should override this method if they have attributes to marshall into the
Element.
- Overrides:
marshallAttributes in class AbstractXACMLObjectMarshaller
- Throws:
MarshallingException
Copyright © 1999-2013. All Rights Reserved.