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

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.ServiceQuery
              extended by com.bea.wli.sb.management.query.ProxyServiceQuery
All Implemented Interfaces:
Serializable

public class ProxyServiceQuery
extends ServiceQuery

Query object for searching proxy services.

See Also:
Serialized Form

Field Summary
static String KEY_PROXYURI
          Search key for searching based on URI of a proxy service
static String KEY_SERVICE_PROVIDER
          Search key for searching based on provider name
static long serialVersionUID
           
 
Fields inherited from class com.bea.wli.sb.management.query.ServiceQuery
KEY_IS_PURELY_ONE_WAY, KEY_IS_TRANSPORT_TYPED, KEY_IS_WSDL_BASED, KEY_MONITORING_ENABLED, KEY_SCHEME, KEY_SERVICE_ENABLED
 
Constructor Summary
ProxyServiceQuery()
           
 
Method Summary
 void setProvider(Ref provider)
          Adds a predicate to return proxy services with the given service provider.
 void setProxyURI(String proxyURI)
          Adds a predicate to return proxy services with the given URI
 
Methods inherited from class com.bea.wli.sb.management.query.ServiceQuery
setMonitoringEnabled, setPurelyOneWayService, setServiceEnabled, setTransportScheme, setTransportTypedService, setWSDLBasedService
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_SERVICE_PROVIDER

public static final String KEY_SERVICE_PROVIDER
Search key for searching based on provider name

See Also:
Constant Field Values

KEY_PROXYURI

public static final String KEY_PROXYURI
Search key for searching based on URI of a proxy service

See Also:
Constant Field Values

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ProxyServiceQuery

public ProxyServiceQuery()
Method Detail

setProvider

public void setProvider(Ref provider)
Adds a predicate to return proxy services with the given service provider.

Parameters:
provider -

setProxyURI

public void setProxyURI(String proxyURI)
Adds a predicate to return proxy services with the given URI

Parameters:
proxyURI -