Class WsdlQuery

All Implemented Interfaces:
Serializable

public class WsdlQuery extends ResourceQuery
Query object for searching WSDL resources
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • KEY_TARGET_NAMESPACE

      public static final String KEY_TARGET_NAMESPACE
      Search key for searching based on the target namespace of WSDL resources
      See Also:
  • Constructor Details

    • WsdlQuery

      public WsdlQuery()
      default constructor
  • Method Details

    • setTargetNamespace

      public final void setTargetNamespace(String targetNamespace)
      Adds a predicate to return only the WSDL entries with the given target namespace. The no-namespace is represented either by "" or null.
      Parameters:
      targetNamespace -