org.opensaml.saml2.core.impl
Class SessionIndexBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
      extended by org.opensaml.common.impl.AbstractSAMLObjectBuilder<SessionIndex>
          extended by org.opensaml.saml2.core.impl.SessionIndexBuilder
All Implemented Interfaces:
SAMLObjectBuilder<SessionIndex>, XMLObjectBuilder<SessionIndex>

public class SessionIndexBuilder
extends AbstractSAMLObjectBuilder<SessionIndex>

A Builder for SessionIndexImpl objects.


Constructor Summary
SessionIndexBuilder()
          Constructor.
 
Method Summary
 SessionIndex buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 SessionIndex 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

SessionIndexBuilder

public SessionIndexBuilder()
Constructor.

Method Detail

buildObject

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

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

buildObject

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

Specified by:
buildObject in interface XMLObjectBuilder<SessionIndex>
Specified by:
buildObject in class AbstractXMLObjectBuilder<SessionIndex>


Copyright © 1999-2012. All Rights Reserved.