Uses of Class
org.apache.axis.description.FaultDesc
Packages that use FaultDesc
Package
Description
-
Uses of FaultDesc in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return FaultDescMethods in org.apache.axis.deployment.wsdd with parameters of type FaultDescConstructors in org.apache.axis.deployment.wsdd with parameters of type FaultDesc -
Uses of FaultDesc in org.apache.axis.description
Methods in org.apache.axis.description that return FaultDescModifier and TypeMethodDescriptionOperationDesc.getFaultByClass(Class cls) Returns the FaultDesc for the fault class given.OperationDesc.getFaultByClass(Class cls, boolean checkParents) Returns the FaultDesc for the fault class given.OperationDesc.getFaultByQName(QName qname) Returns the FaultDesc for a QName (which is typically found in the details element of a SOAP fault).OperationDesc.getFaultByXmlType(QName xmlType) Returns the FaultDesc for an XMLType.Methods in org.apache.axis.description with parameters of type FaultDesc -
Uses of FaultDesc in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava with parameters of type FaultDescModifier and TypeMethodDescriptionprotected javax.wsdl.MessageEmitter.writeFaultMessage(javax.wsdl.Definition def, FaultDesc exception) Create a Fault Messageprotected javax.wsdl.extensions.soap.SOAPFaultEmitter.writeSOAPFault(FaultDesc faultDesc) Method writeSOAPFault