Package org.opensaml.soap.wsfed.impl
Class EndPointReferenceUnmarshaller
- java.lang.Object
-
- org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
- org.opensaml.soap.wsfed.impl.EndPointReferenceUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller
public class EndPointReferenceUnmarshaller extends AbstractXMLObjectUnmarshaller
A thread-safe unmarshaller forEndPointReferenceobjects.
-
-
Constructor Summary
Constructors Constructor Description EndPointReferenceUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessAttribute(XMLObject fedObject, Attr attribute)protected voidprocessChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)protected voidprocessElementContent(XMLObject fedObject, String content)-
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 parentSAMLObject, XMLObject childSAMLObject)
- Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller
-
processAttribute
protected void processAttribute(XMLObject fedObject, Attr attribute)
- Overrides:
processAttributein classAbstractXMLObjectUnmarshaller
-
processElementContent
protected void processElementContent(XMLObject fedObject, String content)
- Overrides:
processElementContentin classAbstractXMLObjectUnmarshaller
-
-