org.opensaml.samlext.saml2mdui.impl
Class LogoBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
      extended by org.opensaml.common.impl.AbstractSAMLObjectBuilder<Logo>
          extended by org.opensaml.samlext.saml2mdui.impl.LogoBuilder
All Implemented Interfaces:
SAMLObjectBuilder<Logo>, org.opensaml.xml.XMLObjectBuilder<Logo>

public class LogoBuilder
extends AbstractSAMLObjectBuilder<Logo>

Builder of Logo objects.


Constructor Summary
LogoBuilder()
          Constructor.
 
Method Summary
 Logo buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Logo buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 

Constructor Detail

LogoBuilder

public LogoBuilder()
Constructor.

Method Detail

buildObject

public Logo buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.

Specified by:
buildObject in interface SAMLObjectBuilder<Logo>
Specified by:
buildObject in class AbstractSAMLObjectBuilder<Logo>
Returns:
built SAMLObject

buildObject

public Logo buildObject(String namespaceURI,
                        String localName,
                        String namespacePrefix)

Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<Logo>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<Logo>


Copyright © 2006-2013 Internet2. All Rights Reserved.