Uses of Class
org.apache.axis2.jaxws.message.XMLFaultReason
Packages that use XMLFaultReason
-
Uses of XMLFaultReason in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return XMLFaultReasonMethods in org.apache.axis2.jaxws.message with parameters of type XMLFaultReasonModifier and TypeMethodDescriptionvoidXMLFault.setSecondaryReasons(XMLFaultReason[] secondaryReasons) Constructors in org.apache.axis2.jaxws.message with parameters of type XMLFaultReasonModifierConstructorDescriptionXMLFault(XMLFaultCode code, XMLFaultReason reason) Construct System XMLFault with minimum required informationXMLFault(XMLFaultCode code, XMLFaultReason reason, Block[] detailBlocks) Construct Application XMLFault with minimum required information