Package org.opensaml.soap.wspolicy.impl
Class OperatorContentTypeUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectUnmarshaller
-
- org.opensaml.soap.wspolicy.impl.OperatorContentTypeUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
- Direct Known Subclasses:
AllUnmarshaller,ExactlyOneUnmarshaller,PolicyUnmarshaller
public class OperatorContentTypeUnmarshaller extends AbstractWSPolicyObjectUnmarshaller
Unmarshaller for the wsp:OperatorContentType element.
-
-
Constructor Summary
Constructors Constructor Description OperatorContentTypeUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessChildElement(XMLObject parentXMLObject, XMLObject childXMLObject)-
Methods inherited from class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectUnmarshaller
processAttribute, processElementContent
-
Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
-
-
-
Method Detail
-
processChildElement
protected void processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) throws UnmarshallingException
- Overrides:
processChildElementin classAbstractWSPolicyObjectUnmarshaller- Throws:
UnmarshallingException
-
-