com.bea.wli.sb.management.query
Class WsdlQuery
java.lang.Object
   com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.BaseQuery
       com.bea.wli.config.resource.ResourceQuery
com.bea.wli.config.resource.ResourceQuery
           com.bea.wli.sb.management.query.WsdlQuery
com.bea.wli.sb.management.query.WsdlQuery
- All Implemented Interfaces: 
- Serializable
- public class WsdlQuery 
- extends ResourceQuery
Query object for searching WSDL resources
- See Also:
- Serialized Form
 
| Constructor Summary | 
| WsdlQuery()default constructor
 | 
 
| Method Summary | 
|  void | setTargetNamespace(String targetNamespace)Adds a predicate to return only the WSDL entries with the given target namespace.
 | 
 
| Methods inherited from class com.bea.wli.config.resource.ResourceQuery | 
| addKeySearch, addSubQuery, getAttrsToReturn, getFilter, getLocalName, getPath, getSubQueries, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath | 
 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
WsdlQuery
public WsdlQuery()
- default constructor
 
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-