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 StringSearch key for searching based on URI of a proxy servicestatic final StringSearch key for searching based on provider namestatic final longFields 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 TypeMethodDescriptionvoidsetProvider(Ref provider) Adds a predicate to return proxy services with the given service provider.voidsetProxyURI(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, setWSDLBasedServiceMethods 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-
-