|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServicePublisher
Interface that should be implemented by appropriate remote service publisher.
Service publisher is used to simplify working with "autodiscoverable" services.
Typically, ServicePublisher collectes information about
all AutoDiscoverdServiceExporters that are registered in
Spring context, gathers information about services exported by exporters
and publishes information about them using appropriate services publishing
mechanism.
ServicePublisher,
ExporterAcceptor| Field Summary | |
|---|---|
static java.lang.String |
SERVER_TYPE_DELIMITER
|
| Method Summary | |
|---|---|
java.lang.String |
getServiceGroup()
Name of services group which could be published via particular publisher if appropriate Exporter acceptor is used. |
void |
publishServices()
Collects and publishes all applicable services for auto-discovering |
void |
unPublishServices()
Removes information about own published services from auto-discovering context. |
| Field Detail |
|---|
static final java.lang.String SERVER_TYPE_DELIMITER
| Method Detail |
|---|
java.lang.String getServiceGroup()
Exporter acceptor is used.
GroupBasedExporterAcceptorvoid publishServices()
void unPublishServices()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||