org.opensaml.ws.wsfed.impl
Class AddressUnmarshaller

java.lang.Object
  extended by org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
      extended by org.opensaml.ws.wsfed.impl.AddressUnmarshaller
All Implemented Interfaces:
Unmarshaller

public class AddressUnmarshaller
extends AbstractXMLObjectUnmarshaller

A thread-safe unmarshaller for Address objects.


Constructor Summary
AddressUnmarshaller()
           
 
Method Summary
protected  void processAttribute(XMLObject fedObject, Attr attribute)
          
protected  void processChildElement(XMLObject fedObject, XMLObject child)
          
protected  void processElementContent(XMLObject fedObject, String elementContent)
          
 
Methods inherited from class org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressUnmarshaller

public AddressUnmarshaller()
Method Detail

processElementContent

protected void processElementContent(XMLObject fedObject,
                                     String elementContent)

Specified by:
processElementContent in class AbstractXMLObjectUnmarshaller

processAttribute

protected void processAttribute(XMLObject fedObject,
                                Attr attribute)

Specified by:
processAttribute in class AbstractXMLObjectUnmarshaller

processChildElement

protected void processChildElement(XMLObject fedObject,
                                   XMLObject child)

Specified by:
processChildElement in class AbstractXMLObjectUnmarshaller


Copyright © 1999-2013. All Rights Reserved.