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(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) |
Modifier and Type | Method and Description |
---|---|
boolean |
HeaderIterator.checkHeader(SOAPHeaderBlock header) |
boolean |
MURoleChecker.checkHeader(SOAPHeaderBlock header) |
boolean |
RolePlayerChecker.checkHeader(SOAPHeaderBlock header) |
boolean |
RoleChecker.checkHeader(SOAPHeaderBlock header) |
boolean |
Checker.checkHeader(SOAPHeaderBlock header) |
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
SOAPHeaderImpl.addHeaderBlock(String localName,
OMNamespace ns) |
Modifier and Type | Method and Description |
---|---|
protected void |
SOAPHeaderBlockImpl.copyData(OMCloneOptions options,
SOAPHeaderBlock targetSHB) |
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(OMDataSource source) |
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds) |
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns) |
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
SOAPHeader parent,
OMXMLParserWrapper builder) |
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns) |
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
SOAPHeader parent,
OMXMLParserWrapper builder) |
Modifier and Type | Class and Description |
---|---|
class |
SOAPHeaderBlockImpl
Class SOAPHeaderBlockImpl
|
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
SOAPHeaderImpl.addHeaderBlock(String localName,
OMNamespace ns) |
Modifier and Type | Class and Description |
---|---|
class |
SOAP11HeaderBlockImpl |
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(OMDataSource source) |
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns) |
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds) |
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
SOAPHeader parent,
OMXMLParserWrapper builder) |
Modifier and Type | Class and Description |
---|---|
class |
SOAP12HeaderBlockImpl |
Modifier and Type | Method and Description |
---|---|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(OMDataSource source) |
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns) |
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds) |
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
SOAPHeader parent,
OMXMLParserWrapper builder) |
Modifier and Type | Method and Description |
---|---|
protected SOAPHeaderBlock |
SOAPTestCase.createSOAPHeaderBlock() |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.