| Modifier and Type | Method and Description |
|---|---|
SOAPHeader |
SOAPFactory.createSOAPHeader() |
SOAPHeader |
SOAPFactory.createSOAPHeader(SOAPEnvelope envelope) |
SOAPHeader |
SOAPFactory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
SOAPHeader |
SOAPEnvelope.getHeader()
Returns the
SOAPHeader object for this SOAPEnvelope object. |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeader |
SOAPEnvelopeImpl.getHeader()
Returns the
SOAPHeader object for this SOAPEnvelope object. |
| Constructor and Description |
|---|
SOAPHeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeader |
DOMSOAPFactory.createSOAPHeader() |
SOAPHeader |
DOMSOAPFactory.createSOAPHeader(SOAPEnvelope envelope) |
SOAPHeader |
DOMSOAPFactory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope) |
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope) |
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPHeaderBlockImpl
|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAPHeaderImpl
A class representing the SOAP Header, primarily allowing access to the contained HeaderBlocks.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPHeader |
SOAPEnvelopeImpl.getHeader()
Returns the
SOAPHeader object for this SOAPEnvelope object. |
| Constructor and Description |
|---|
SOAPHeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP11HeaderImpl |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeader |
SOAP11Factory.createSOAPHeader() |
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope) |
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP12HeaderImpl |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeader |
SOAP12Factory.createSOAPHeader() |
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope) |
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent) |
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPHeaderBlockImpl
|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.