psdi.iface.webservices

Class SoapFault

  • java.lang.Object
    • psdi.iface.webservices.SoapFault


  • public class SoapFault
    extends java.lang.Object
    Create and return a Soap Fault compliant with WS-I Basic Profile 1.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      SoapFault() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static org.apache.axis2.AxisFault makeSoapFault(java.lang.Exception e)
      Make Soap Fault
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SoapFault

        public SoapFault()
    • Method Detail

      • makeSoapFault

        public static org.apache.axis2.AxisFault makeSoapFault(java.lang.Exception e)
        Make Soap Fault
        Parameters:
        e - the exception
        Returns:
        the Soap Fault for the generated exception