Package | Description |
---|---|
org.apache.axiom.om.util | |
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
static SOAPHeaderBlock |
ElementHelper.toSOAPHeaderBlock(OMElement omElement,
SOAPFactory factory)
This is a method to convert regular OMElements to SOAPHeaderBlocks.
|
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
SOAPHeader.addHeaderBlock(QName qname)
Creates a new
SOAPHeaderBlock object initialized with the specified name and adds it
to this SOAPHeader object. |
SOAPHeaderBlock |
SOAPHeader.addHeaderBlock(String localName,
OMNamespace ns)
Creates a new
SOAPHeaderBlock object initialized with the specified name and adds it
to this SOAPHeader object. |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(OMDataSource source)
Create a
SOAPHeaderBlock from an OMDataSource . |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns) |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource source)
Create a
SOAPHeaderBlock from an OMDataSource with a known local name and
namespace URI. |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
SOAPFactoryEx.createSOAPHeaderBlock(String localName,
SOAPHeader parent,
OMXMLParserWrapper builder) |
Copyright © The Apache Software Foundation. All Rights Reserved.