Uses of Class
org.apache.axis.description.FaultDesc
-
Packages that use FaultDesc Package Description org.apache.axis.deployment.wsdd org.apache.axis.description org.apache.axis.wsdl.fromJava -
-
Uses of FaultDesc in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return FaultDesc Modifier and Type Method Description FaultDesc
WSDDFault. getFaultDesc()
Methods in org.apache.axis.deployment.wsdd with parameters of type FaultDesc Modifier and Type Method Description void
WSDDFault. setFaultDesc(FaultDesc desc)
Constructors in org.apache.axis.deployment.wsdd with parameters of type FaultDesc Constructor Description WSDDFault(FaultDesc desc)
-
Uses of FaultDesc in org.apache.axis.description
Methods in org.apache.axis.description that return FaultDesc Modifier and Type Method Description FaultDesc
OperationDesc. getFaultByClass(java.lang.Class cls)
Returns the FaultDesc for the fault class given.FaultDesc
OperationDesc. getFaultByClass(java.lang.Class cls, boolean checkParents)
Returns the FaultDesc for the fault class given.FaultDesc
OperationDesc. getFaultByQName(QName qname)
Returns the FaultDesc for a QName (which is typically found in the details element of a SOAP fault).FaultDesc
OperationDesc. getFaultByXmlType(QName xmlType)
Returns the FaultDesc for an XMLType.Methods in org.apache.axis.description with parameters of type FaultDesc Modifier and Type Method Description void
OperationDesc. addFault(FaultDesc fault)
-
Uses of FaultDesc in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava with parameters of type FaultDesc Modifier and Type Method Description protected javax.wsdl.Message
Emitter. writeFaultMessage(javax.wsdl.Definition def, FaultDesc exception)
Create a Fault Messageprotected javax.wsdl.extensions.soap.SOAPFault
Emitter. writeSOAPFault(FaultDesc faultDesc)
Method writeSOAPFault
-