站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.description.FaultDesc (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.description.FaultDesc

Packages that use FaultDesc
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
 FaultDesc WSDDFault.getFaultDesc()
           
 

Methods in org.apache.axis.deployment.wsdd with parameters of type FaultDesc
 void WSDDFault.setFaultDesc(FaultDesc desc)
           
 

Constructors in org.apache.axis.deployment.wsdd with parameters of type FaultDesc
WSDDFault(FaultDesc desc)
           
 

Uses of FaultDesc in org.apache.axis.description
 

Methods in org.apache.axis.description that return FaultDesc
 FaultDesc OperationDesc.getFaultByClass(Class cls)
          Returns the FaultDesc for the fault class given.
 FaultDesc OperationDesc.getFaultByQName(javax.xml.namespace.QName qname)
          Returns the FaultDesc for a QName (which is typically found in the details element of a SOAP fault).
 FaultDesc OperationDesc.getFaultByXmlType(javax.xml.namespace.QName xmlType)
          Returns the FaultDesc for an XMLType.
 

Methods in org.apache.axis.description with parameters of type FaultDesc
 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
protected  javax.wsdl.extensions.soap.SOAPFault Emitter.writeSOAPFault(FaultDesc faultDesc)
           
protected  javax.wsdl.Message Emitter.writeFaultMessage(javax.wsdl.Definition def, FaultDesc exception)
          Create a Fault Message
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.