Package com.bea.wli.sb.management.query
Class ProxyServiceQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.ServiceQuery
com.bea.wli.sb.management.query.ProxyServiceQuery
- All Implemented Interfaces:
Serializable
Query object for searching proxy services.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Search key for searching based on URI of a proxy servicestatic final String
Search key for searching based on provider namestatic final long
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_MESSAGE_TRACING_ENABLED, KEY_MONITORING_ENABLED, KEY_SCHEME, KEY_SERVICE_ENABLED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 URIMethods 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, getAttrsToReturn, getFilter, getLocalName, getPath, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath
-
Field Details
-
KEY_SERVICE_PROVIDER
Search key for searching based on provider name- See Also:
-
KEY_PROXYURI
Search key for searching based on URI of a proxy service- See Also:
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ProxyServiceQuery
public ProxyServiceQuery()
-
-
Method Details
-
setProvider
Adds a predicate to return proxy services with the given service provider.- Parameters:
provider
-
-
setProxyURI
Adds a predicate to return proxy services with the given URI- Parameters:
proxyURI
-
-