Package | Description |
---|---|
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
SOAPFaultReason |
SOAPFactory.createSOAPFaultReason() |
SOAPFaultReason |
SOAPFactory.createSOAPFaultReason(SOAPFault parent)
Reason eii under SOAPFault (parent)
|
SOAPFaultReason |
SOAPFault.getReason() |
Modifier and Type | Method and Description |
---|---|
SOAPFaultText |
SOAPFactory.createSOAPFaultText(SOAPFaultReason parent)
SubCode eii under SubCode (parent)
|
void |
SOAPFault.setReason(SOAPFaultReason reason)
SOAPFaultReason is a mandatory item in a Fault, in SOAP 1.2 specification
|
Modifier and Type | Method and Description |
---|---|
SOAPFaultReason |
SOAPFactoryEx.createSOAPFaultReason(SOAPFault parent,
OMXMLParserWrapper builder)
Reason eii under SOAPFault (parent)
|
Modifier and Type | Method and Description |
---|---|
SOAPFaultText |
SOAP12FactoryEx.createSOAPFaultText(SOAPFaultReason parent,
OMXMLParserWrapper builder)
SubCode eii under SubCode (parent)
|
Copyright © The Apache Software Foundation. All Rights Reserved.