Uses of Interface
org.apache.axiom.soap.SOAPFaultNode
-
Packages that use SOAPFaultNode Package Description org.apache.axiom.soap -
-
Uses of SOAPFaultNode in org.apache.axiom.soap
Methods in org.apache.axiom.soap that return SOAPFaultNode Modifier and Type Method Description SOAPFaultNode
SOAPFactory. createSOAPFaultNode()
SOAPFaultNode
SOAPFactory. createSOAPFaultNode(SOAPFault parent)
Node eii under SOAPFault (parent)SOAPFaultNode
SOAPFault. getNode()
Get the SOAP fault node.Methods in org.apache.axiom.soap with parameters of type SOAPFaultNode Modifier and Type Method Description void
SOAPFault. setNode(SOAPFaultNode node)
SOAPFaultNode is an optional item in a Fault, in SOAP 1.2 specification
-