| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAPFactory.createSOAPBody() |
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope) |
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
SOAPBody |
SOAPEnvelope.getBody()
Returns the
SOAPBody object associated with this SOAPEnvelope
object. |
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent) |
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent,
Exception e) |
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAPEnvelopeImpl.getBody()
Returns the
SOAPBody object associated with this SOAPEnvelope
object. |
| Constructor and Description |
|---|
SOAPFaultImpl(SOAPBody parent,
Exception e,
SOAPFactory factory)
Constructor SOAPFaultImpl
|
SOAPFaultImpl(SOAPBody parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPFaultImpl
|
SOAPFaultImpl(SOAPBody parent,
SOAPFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
DOMSOAPFactory.createSOAPBody() |
SOAPBody |
DOMSOAPFactory.createSOAPBody(SOAPEnvelope envelope) |
SOAPBody |
DOMSOAPFactory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
DOMSOAPFactory.createSOAPFault(SOAPBody parent) |
SOAPFault |
DOMSOAPFactory.createSOAPFault(SOAPBody parent,
Exception e) |
SOAPFault |
DOMSOAPFactory.createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope) |
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAP11Factory.createSOAPFault(SOAPBody parent) |
SOAPFault |
SOAP11Factory.createSOAPFault(SOAPBody parent,
Exception e) |
SOAPFault |
SOAP11Factory.createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP11FaultImpl(SOAPBody parent,
Exception e,
SOAPFactory factory) |
SOAP11FaultImpl(SOAPBody parent,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAP11FaultImpl(SOAPBody parent,
SOAPFactory factory)
This is a convenience method for the SOAP Fault Impl.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope) |
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAP12Factory.createSOAPFault(SOAPBody parent) |
SOAPFault |
SOAP12Factory.createSOAPFault(SOAPBody parent,
Exception e) |
SOAPFault |
SOAP12Factory.createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP12FaultImpl(SOAPBody parent,
Exception e,
SOAPFactory factory) |
SOAP12FaultImpl(SOAPBody parent,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAP12FaultImpl(SOAPBody parent,
SOAPFactory factory)
This is a convenience method for the SOAP Fault Impl.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SOAPBodyImpl
Class SOAPBodyImpl
|
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAPEnvelopeImpl.getBody()
Returns the
SOAPBody object associated with this SOAPEnvelope
object. |
| Constructor and Description |
|---|
SOAPFaultImpl(SOAPBody parent,
Exception e,
SOAPFactory factory)
Constructor SOAPFaultImpl
|
SOAPFaultImpl(SOAPBody parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPFaultImpl
|
SOAPFaultImpl(SOAPBody parent,
SOAPFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP11BodyImpl |
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAP11Factory.createSOAPBody() |
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope) |
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAP11Factory.createSOAPFault(SOAPBody parent) |
SOAPFault |
SOAP11Factory.createSOAPFault(SOAPBody parent,
Exception e) |
SOAPFault |
SOAP11Factory.createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP11FaultImpl(SOAPBody parent,
Exception e,
SOAPFactory factory) |
SOAP11FaultImpl(SOAPBody parent,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAP11FaultImpl(SOAPBody parent,
SOAPFactory factory)
This is a convenience method for the SOAP Fault Impl.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SOAP12BodyImpl |
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAP12Factory.createSOAPBody() |
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope) |
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAP12Factory.createSOAPFault(SOAPBody parent) |
SOAPFault |
SOAP12Factory.createSOAPFault(SOAPBody parent,
Exception e) |
SOAPFault |
SOAP12Factory.createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP12FaultImpl(SOAPBody parent,
Exception e,
SOAPFactory factory) |
SOAP12FaultImpl(SOAPBody parent,
OMXMLParserWrapper builder,
SOAPFactory factory) |
SOAP12FaultImpl(SOAPBody parent,
SOAPFactory factory)
This is a convenience method for the SOAP Fault Impl.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.