Class WsdlOpFault

    • Constructor Detail

      • WsdlOpFault

        protected WsdlOpFault​(String name,
                              QName xmlType,
                              boolean isComplex,
                              WsdlTypes wsdlTypes)
        Create a new WsdlOpFault instance.
        Parameters:
        name - QName of the parameter.
        xmlType - XML type of the parameter.
        wsdlTypes - Wsdl type information.
    • Method Detail

      • getName

        public QName getName()
        Get the name of this fault.
        Returns:
        QName.
      • isComplexType

        public boolean isComplexType()
        Is the XML type a complex type?
        Returns:
        true if xmltype is a complex type.
      • isFaultNameElementFormQualified

        public boolean isFaultNameElementFormQualified()
        Is this element part of an element form qualifed schema?
        Returns:
        true if it is.