org.apache.servicemix.wsn
Interface EndpointManager

All Known Implementing Classes:
WSNComponent.WSNEndpointManager, WSNDeployableEndpoint, WSNPublisherEndpoint, WSNPullPointEndpoint, WSNSubscriptionEndpoint

public interface EndpointManager


Method Summary
 Object register(String address, Object service)
           
 void unregister(Object endpoint)
           
 

Method Detail

register

Object register(String address,
                Object service)
                throws EndpointRegistrationException
Throws:
EndpointRegistrationException

unregister

void unregister(Object endpoint)
                throws EndpointRegistrationException
Throws:
EndpointRegistrationException


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.