Class WSDDFault

    • Constructor Detail

      • WSDDFault

        public WSDDFault​(FaultDesc desc)
      • WSDDFault

        public WSDDFault​(org.w3c.dom.Element e)
                  throws WSDDException
        Construct a WSDDFault from a DOM Element
        Parameters:
        e - the <fault> Element
        Throws:
        WSDDException
    • Method Detail

      • getElementName

        protected QName getElementName()
        Return the element name of a particular subclass.
        Specified by:
        getElementName in class WSDDElement
      • writeToContext

        public void writeToContext​(SerializationContext context)
                            throws java.io.IOException
        Write this element out to a SerializationContext
        Specified by:
        writeToContext in class WSDDElement
        Throws:
        java.io.IOException
      • getFaultDesc

        public FaultDesc getFaultDesc()
      • setFaultDesc

        public void setFaultDesc​(FaultDesc desc)