Package org.opensaml.soap.wspolicy.impl
Class PolicyMarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
- org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectMarshaller
-
- org.opensaml.soap.wspolicy.impl.OperatorContentTypeMarshaller
-
- org.opensaml.soap.wspolicy.impl.PolicyMarshaller
-
- All Implemented Interfaces:
Marshaller
public class PolicyMarshaller extends OperatorContentTypeMarshaller
Marshaller for the wsp:Policy element.
-
-
Constructor Summary
Constructors Constructor Description PolicyMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmarshallAttributeIDness(XMLObject xmlObject, Element domElement)protected voidmarshallAttributes(XMLObject xmlObject, Element domElement)-
Methods inherited from class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectMarshaller
marshallElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
-
-
-
-
Method Detail
-
marshallAttributes
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributesin classAbstractWSPolicyObjectMarshaller- Throws:
MarshallingException
-
marshallAttributeIDness
protected void marshallAttributeIDness(XMLObject xmlObject, Element domElement) throws MarshallingException
- Overrides:
marshallAttributeIDnessin classAbstractXMLObjectMarshaller- Throws:
MarshallingException
-
-