org.apache.servicemix.wsn
Interface EndpointManager
- All Known Implementing Classes:
- WSNComponent.WSNEndpointManager, WSNDeployableEndpoint, WSNPublisherEndpoint, WSNPullPointEndpoint, WSNSubscriptionEndpoint
public interface EndpointManager
|
Method Summary |
java.lang.Object |
register(java.lang.String address,
java.lang.Object service)
|
void |
unregister(java.lang.Object endpoint)
|
register
java.lang.Object register(java.lang.String address,
java.lang.Object service)
throws EndpointRegistrationException
- Throws:
EndpointRegistrationException
unregister
void unregister(java.lang.Object endpoint)
throws EndpointRegistrationException
- Throws:
EndpointRegistrationException
Copyright © 2005-2013 FuseSource. All Rights Reserved.