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