Class ActionUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectUnmarshaller
org.opensaml.soap.wsaddressing.impl.AttributedURIUnmarshaller
org.opensaml.soap.wsaddressing.impl.ActionUnmarshaller
- All Implemented Interfaces:
Unmarshaller
public class ActionUnmarshaller extends AttributedURIUnmarshaller
Unmarshaller for the <wsa:Action> element.
- See Also:
Action
-
Constructor Summary
Constructors Constructor Description ActionUnmarshaller()
-
Method Summary
Methods inherited from class org.opensaml.soap.wsaddressing.impl.AttributedURIUnmarshaller
processAttribute, processElementContent
Methods inherited from class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectUnmarshaller
processChildElement
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
ActionUnmarshaller
public ActionUnmarshaller()
-