org.openliberty.xmltooling.soap.soap11
Class HeaderBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<org.opensaml.ws.soap.soap11.Header>
      extended by org.openliberty.xmltooling.soap.soap11.HeaderBuilder
All Implemented Interfaces:
org.opensaml.ws.soap.common.SOAPObjectBuilder<org.opensaml.ws.soap.soap11.Header>, org.opensaml.xml.XMLObjectBuilder<org.opensaml.ws.soap.soap11.Header>

public class HeaderBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<org.opensaml.ws.soap.soap11.Header>
implements org.opensaml.ws.soap.common.SOAPObjectBuilder<org.opensaml.ws.soap.soap11.Header>

Builder of org.openliberty.xmltooling.soap.soap11.HeaderImpl objects.


Constructor Summary
HeaderBuilder()
           
 
Method Summary
 HeaderIDWSF buildObject()
          Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Header" as the element local name.
 HeaderIDWSF 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
 
Methods inherited from interface org.opensaml.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 

Constructor Detail

HeaderBuilder

public HeaderBuilder()
Method Detail

buildObject

public HeaderIDWSF buildObject()
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Header" as the element local name.

Specified by:
buildObject in interface org.opensaml.ws.soap.common.SOAPObjectBuilder<org.opensaml.ws.soap.soap11.Header>
Returns:
the build Envelope object

buildObject

public HeaderIDWSF buildObject(java.lang.String namespaceURI,
                               java.lang.String localName,
                               java.lang.String namespacePrefix)

Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<org.opensaml.ws.soap.soap11.Header>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<org.opensaml.ws.soap.soap11.Header>