org.openliberty.xmltooling.soapbinding
Class Action.Builder

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

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

Internal Action Builder

Author:
asa

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

Action.Builder

public Action.Builder()
Method Detail

buildObject

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