|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceRegistry
Registry interface based on the new ServiceDescription objects, supporting query by example.
ServiceDescription
Field Summary | |
---|---|
static java.lang.String |
NAME
The interface name. |
static javax.xml.namespace.QName |
QNAME
The qualified name. |
Method Summary | |
---|---|
Response |
clear()
Clears the registry of all entries. |
Response |
delete(ServiceDescription example)
|
java.util.List<ServiceDescription> |
query(ServiceDescription example)
Query by example registry lookup. |
java.util.List<ServiceDescription> |
queryWithMode(ServiceDescription example,
MatchingMode mode)
Query by example registry lookup with a specified lookup strategy. |
Response |
register(ServiceDescription serviceDescription)
|
Field Detail |
---|
static final java.lang.String NAME
static final javax.xml.namespace.QName QNAME
Method Detail |
---|
Response register(ServiceDescription serviceDescription)
serviceDescription
- The service description to register
java.util.List<ServiceDescription> query(ServiceDescription example)
example
- The sample service description
java.util.List<ServiceDescription> queryWithMode(ServiceDescription example, MatchingMode mode)
example
- The sample service descriptionmode
- The matching strategy to use when matching against the given sample
Response clear()
Response delete(ServiceDescription example)
example
- The sample of the service descriptions to delete
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |