Uses of Class
org.apache.axis2.jaxws.message.XMLFaultReason
-
Packages that use XMLFaultReason Package Description org.apache.axis2.jaxws.message -
-
Uses of XMLFaultReason in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return XMLFaultReason Modifier and Type Method Description XMLFaultReason
XMLFault. getReason()
XMLFaultReason[]
XMLFault. getSecondaryReasons()
Methods in org.apache.axis2.jaxws.message with parameters of type XMLFaultReason Modifier and Type Method Description void
XMLFault. setSecondaryReasons(XMLFaultReason[] secondaryReasons)
Constructors in org.apache.axis2.jaxws.message with parameters of type XMLFaultReason Constructor Description XMLFault(XMLFaultCode code, XMLFaultReason reason)
Construct System XMLFault with minimum required informationXMLFault(XMLFaultCode code, XMLFaultReason reason, Block[] detailBlocks)
Construct Application XMLFault with minimum required information
-