Class ActionMarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectMarshaller
org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
org.opensaml.soap.wsaddressing.impl.ActionMarshaller
- All Implemented Interfaces:
Marshaller
public class ActionMarshaller extends AttributedURIMarshaller
Marshaller for the <wsa:Action> element.
- See Also:
Action
-
Constructor Summary
Constructors Constructor Description ActionMarshaller()
-
Method Summary
Methods inherited from class org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
marshallAttributes, marshallElementContent
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallAttributeIDness, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
Constructor Details
-
ActionMarshaller
public ActionMarshaller()
-