public class EndPointReferenceUnmarshaller extends AbstractXMLObjectUnmarshaller
EndPointReference
objects.コンストラクタと説明 |
---|
EndPointReferenceUnmarshaller() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
processAttribute(XMLObject fedObject,
Attr attribute)
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
|
protected void |
processChildElement(XMLObject parentSAMLObject,
XMLObject childSAMLObject)
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
|
protected void |
processElementContent(XMLObject fedObject,
String content)
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
|
protected void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)
processChildElement
クラス内 AbstractXMLObjectUnmarshaller
parentSAMLObject
- the parent XMLObjectchildSAMLObject
- the child XMLObjectprotected void processAttribute(XMLObject fedObject, Attr attribute)
processAttribute
クラス内 AbstractXMLObjectUnmarshaller
fedObject
- the XMLObjectattribute
- the attributeprotected void processElementContent(XMLObject fedObject, String content)
processElementContent
クラス内 AbstractXMLObjectUnmarshaller
fedObject
- XMLObject the content will be given tocontent
- the Element's contentCopyright © 2012. All Rights Reserved.