Class AbstractWSSecurityObjectUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectUnmarshaller
- All Implemented Interfaces:
Unmarshaller
- Direct Known Subclasses:
AttributedDateTimeUnmarshaller,AttributedStringUnmarshaller,EmbeddedUnmarshaller,EncryptedHeaderUnmarshaller,IterationUnmarshaller,ReferenceUnmarshaller,SaltUnmarshaller,SecurityTokenReferenceUnmarshaller,SecurityUnmarshaller,SignatureConfirmationUnmarshaller,TimestampUnmarshaller,TransformationParametersUnmarshaller,UsernameTokenUnmarshaller
An abstract unmarshaller implementation for XMLObjects from WS-Security.
-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processChildElement, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
AbstractWSSecurityObjectUnmarshaller
public AbstractWSSecurityObjectUnmarshaller()
-