Package | Description |
---|---|
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
SOAPFaultNode |
SOAPFactory.createSOAPFaultNode() |
SOAPFaultNode |
SOAPFactory.createSOAPFaultNode(SOAPFault parent)
Node eii under SOAPFault (parent)
|
SOAPFaultNode |
SOAPFault.getNode()
Get the SOAP fault node.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPFault.setNode(SOAPFaultNode node)
SOAPFaultNode is an optional item in a Fault, in SOAP 1.2 specification
|
Modifier and Type | Method and Description |
---|---|
SOAPFaultNode |
SOAP12FactoryEx.createSOAPFaultNode(SOAPFault parent,
OMXMLParserWrapper builder)
Node eii under SOAPFault (parent)
|
Copyright © The Apache Software Foundation. All Rights Reserved.