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