org.opensaml.xml.signature.impl
Class DigestMethodMarshaller
java.lang.Object
org.opensaml.xml.io.AbstractXMLObjectMarshaller
org.opensaml.xml.signature.impl.AbstractXMLSignatureMarshaller
org.opensaml.xml.signature.impl.DigestMethodMarshaller
- All Implemented Interfaces:
- Marshaller
public class DigestMethodMarshaller
- extends AbstractXMLSignatureMarshaller
A thread-safe Marshaller for DigestMethod
objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigestMethodMarshaller
public DigestMethodMarshaller()
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject,
Element domElement)
throws MarshallingException
- No-op method. Extending implementations should override this method if they have attributes to marshall into the
Element.
Marshalls a given XMLObject into a W3C Element. The given signing context should be blindly passed to the
marshaller for child elements. The XMLObject passed to this method is guaranteed to be of the target name
specified during this unmarshaller's construction.
- Overrides:
marshallAttributes
in class AbstractXMLSignatureMarshaller
- Parameters:
xmlObject
- the XMLObject to marshalldomElement
- the W3C DOM element
- Throws:
MarshallingException
- thrown if there is a problem marshalling the element
Copyright © 2006-2010 Internet2. All Rights Reserved.