Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


com.bea.wli.sb.management.query
Class WsdlQuery

java.lang.Object
  extended by com.bea.wli.config.resource.BaseQuery
      extended by com.bea.wli.config.resource.ResourceQuery
          extended by com.bea.wli.sb.management.query.WsdlQuery

All Implemented Interfaces:
java.io.Serializable

public class WsdlQuery
extends ResourceQuery

Query object for searching WSDL resources

See Also:
Serialized Form

Field Summary
static java.lang.String KEY_TARGET_NAMESPACE
          Search key for searching based on the target namespace of WSDL resources
static long serialVersionUID
           

 

Constructor Summary
WsdlQuery()
          default constructor

 

Method Summary
 void setTargetNamespace(java.lang.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

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

KEY_TARGET_NAMESPACE

public static final java.lang.String KEY_TARGET_NAMESPACE
Search key for searching based on the target namespace of WSDL resources
See Also:
Constant Field Values

Constructor Detail

WsdlQuery

public WsdlQuery()
default constructor

Method Detail

setTargetNamespace

public final void setTargetNamespace(java.lang.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 -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.