org.openliberty.xmltooling.epr
Class OptionsBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<Options>
      extended by org.openliberty.xmltooling.epr.OptionsBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<Options>

public class OptionsBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<Options>


Constructor Summary
OptionsBuilder()
           
 
Method Summary
 Options buildObject()
           
 Options buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.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
 

Constructor Detail

OptionsBuilder

public OptionsBuilder()
Method Detail

buildObject

public Options buildObject(java.lang.String namespaceURI,
                           java.lang.String localName,
                           java.lang.String namespacePrefix)
Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<Options>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<Options>

buildObject

public Options buildObject()