issrg.saml.util
Class SAMLUnmarshaller

java.lang.Object
  extended by issrg.saml.util.SAMLUnmarshaller

public class SAMLUnmarshaller
extends java.lang.Object


Constructor Summary
SAMLUnmarshaller()
           
 
Method Summary
static java.lang.Object getResponse(org.w3c.dom.Element responseNode)
          unmarshalling a SAML element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLUnmarshaller

public SAMLUnmarshaller()
Method Detail

getResponse

public static java.lang.Object getResponse(org.w3c.dom.Element responseNode)
                                    throws UnmarshallingException
unmarshalling a SAML element. It should return ResponseImpl.

Parameters:
responseNode - is the SAML element
Throws:
UnmarshallingException