Package org.opensaml.soap.wstrust.impl
Class SignChallengeUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectUnmarshaller
org.opensaml.soap.wstrust.impl.SignChallengeTypeUnmarshaller
org.opensaml.soap.wstrust.impl.SignChallengeUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class SignChallengeUnmarshaller extends SignChallengeTypeUnmarshaller
Unmarshaller for the wst:SignChallenge element.
-
Constructor Summary
Constructors Constructor Description SignChallengeUnmarshaller()
-
Method Summary
Methods inherited from class org.opensaml.soap.wstrust.impl.SignChallengeTypeUnmarshaller
processAttribute, processChildElement
Methods inherited from class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectUnmarshaller
processElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
SignChallengeUnmarshaller
public SignChallengeUnmarshaller()
-