Uses of Class
org.apache.axis2.jaxws.message.XMLFaultReason

Packages that use XMLFaultReason
org.apache.axis2.jaxws.message   
 

Uses of XMLFaultReason in org.apache.axis2.jaxws.message
 

Methods in org.apache.axis2.jaxws.message that return XMLFaultReason
 XMLFaultReason XMLFault.getReason()
           
 XMLFaultReason[] XMLFault.getSecondaryReasons()
           
 

Methods in org.apache.axis2.jaxws.message with parameters of type XMLFaultReason
 void XMLFault.setSecondaryReasons(XMLFaultReason[] secondaryReasons)
           
 

Constructors in org.apache.axis2.jaxws.message with parameters of type XMLFaultReason
XMLFault(XMLFaultCode code, XMLFaultReason reason)
          Construct System XMLFault with minimum required information
XMLFault(XMLFaultCode code, XMLFaultReason reason, Block[] detailBlocks)
          Construct Application XMLFault with minimum required information
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.