org.opensaml.xml.signature.impl
Class SignatureUnmarshaller

java.lang.Object
  extended by org.opensaml.xml.signature.impl.SignatureUnmarshaller
All Implemented Interfaces:
Unmarshaller

public class SignatureUnmarshaller
extends Object
implements Unmarshaller

An unmarshaller for Signature objects.


Constructor Summary
SignatureUnmarshaller()
          Constructor.
 
Method Summary
 Signature unmarshall(Element signatureElement)
          Unmarshalls the given W3C DOM element into a XMLObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureUnmarshaller

public SignatureUnmarshaller()
Constructor.

Method Detail

unmarshall

public Signature unmarshall(Element signatureElement)
                     throws UnmarshallingException
Unmarshalls the given W3C DOM element into a XMLObject.

Specified by:
unmarshall in interface Unmarshaller
Parameters:
signatureElement - the DOM Element
Returns:
the unmarshalled XMLObject
Throws:
UnmarshallingException - thrown if an error occurs unmarshalling the DOM element into the XMLObject


Copyright © 2006-2011 Internet2. All Rights Reserved.