org.openliberty.xmltooling.subs
Class Subscription.SubscriptionBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<Subscription>
      extended by org.openliberty.xmltooling.subs.Subscription.SubscriptionBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<Subscription>
Enclosing class:
Subscription

public static class Subscription.SubscriptionBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<Subscription>

Internal builder class simplifies the file structure

Author:
asa

Constructor Summary
Subscription.SubscriptionBuilder()
           
 
Method Summary
 Subscription buildObject()
           
 Subscription 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

Subscription.SubscriptionBuilder

public Subscription.SubscriptionBuilder()
Method Detail

buildObject

public Subscription buildObject()

buildObject

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