Package com.bea.wli.sb.management.query
Class WsdlQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.WsdlQuery
- All Implemented Interfaces:
Serializable
Query object for searching WSDL resources
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Search key for searching based on the target namespace of WSDL resourcesstatic final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal 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, getAttrsToReturn, getFilter, getLocalName, getPath, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
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
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
-
-