Class WsdlOpFault

java.lang.Object
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpFault
All Implemented Interfaces:
Serializable

public final class WsdlOpFault extends WsdlOpReturnType implements Serializable
Wsdl operation fault abstraction.
See Also:
  • Constructor Details

    • 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 Details

    • 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.