|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPFaultNode | |
---|---|
org.apache.axiom.om.util | |
org.apache.axiom.soap |
Uses of SOAPFaultNode in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util with parameters of type SOAPFaultNode | |
---|---|
private static void |
CopyUtils.copySOAPFaultNode(SOAPFactory factory,
SOAPFault targetFault,
SOAPFaultNode sourceNode)
Create a copy of a SOAPFaultNode |
Uses of SOAPFaultNode in org.apache.axiom.soap |
---|
Methods in org.apache.axiom.soap that return SOAPFaultNode | |
---|---|
SOAPFaultNode |
SOAPFactory.createSOAPFaultNode()
|
SOAPFaultNode |
SOAPFactory.createSOAPFaultNode(SOAPFault parent)
Node eii under SOAPFault (parent) |
SOAPFaultNode |
SOAPFactory.createSOAPFaultNode(SOAPFault parent,
OMXMLParserWrapper builder)
Node eii under SOAPFault (parent) |
SOAPFaultNode |
SOAPFault.getNode()
|
Methods in org.apache.axiom.soap with parameters of type SOAPFaultNode | |
---|---|
void |
SOAPFault.setNode(SOAPFaultNode node)
SOAPFaultNode is an optional item in a Fault, in SOAP 1.2 specification |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |