org.openliberty.xmltooling.epr
Class ServiceTypeBuilder

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

public class ServiceTypeBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<ServiceType>


Constructor Summary
ServiceTypeBuilder()
           
 
Method Summary
 ServiceType buildObject()
           
 ServiceType 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

ServiceTypeBuilder

public ServiceTypeBuilder()
Method Detail

buildObject

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

buildObject

public ServiceType buildObject()