org.opensaml.samlext.saml2mdui.impl
Class GeolocationHintBuilder

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

public class GeolocationHintBuilder
extends AbstractSAMLObjectBuilder<GeolocationHint>

Builder of GeolocationHint objects.


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

GeolocationHintBuilder

public GeolocationHintBuilder()
Constructor.

Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 1999-2012. All Rights Reserved.