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