Package | Description |
---|---|
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
SOAPFaultValue |
SOAPFactory.createSOAPFaultValue() |
SOAPFaultValue |
SOAPFactory.createSOAPFaultValue(SOAPFaultCode parent)
Value eii under Code (parent)
|
SOAPFaultValue |
SOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent)
SubCode eii under Value (parent)
|
SOAPFaultValue |
SOAPFaultClassifier.getValue()
Get the
SOAPFaultValue for this fault code or subcode. |
Modifier and Type | Method and Description |
---|---|
void |
SOAPFaultClassifier.setValue(SOAPFaultValue value)
Fault SubCode contain only one mandatory Value child.
|
Modifier and Type | Method and Description |
---|---|
SOAPFaultValue |
SOAP12FactoryEx.createSOAPFaultValue(SOAPFaultCode parent,
OMXMLParserWrapper builder)
Value eii under Code (parent)
|
SOAPFaultValue |
SOAP12FactoryEx.createSOAPFaultValue(SOAPFaultSubCode parent,
OMXMLParserWrapper builder) |
Copyright © The Apache Software Foundation. All Rights Reserved.