org.openliberty.xmltooling.soapbinding
Class ReplyTo.Builder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<ReplyTo>
      extended by org.openliberty.xmltooling.soapbinding.ReplyTo.Builder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<ReplyTo>
Enclosing class:
ReplyTo

public static class ReplyTo.Builder
extends org.opensaml.xml.AbstractXMLObjectBuilder<ReplyTo>

Internal Builder

Author:
asa

Constructor Summary
ReplyTo.Builder()
           
 
Method Summary
 ReplyTo 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

ReplyTo.Builder

public ReplyTo.Builder()
Method Detail

buildObject

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