org.apache.servicemix.wsn.component
Class WSNComponent.WSNEndpointManager

java.lang.Object
  extended by org.apache.servicemix.wsn.component.WSNComponent.WSNEndpointManager
All Implemented Interfaces:
EndpointManager
Enclosing class:
WSNComponent

public class WSNComponent.WSNEndpointManager
extends Object
implements EndpointManager


Constructor Summary
WSNComponent.WSNEndpointManager()
           
 
Method Summary
 Object register(String address, Object service)
           
 void unregister(Object endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSNComponent.WSNEndpointManager

public WSNComponent.WSNEndpointManager()
Method Detail

register

public Object register(String address,
                       Object service)
                throws EndpointRegistrationException
Specified by:
register in interface EndpointManager
Throws:
EndpointRegistrationException

unregister

public void unregister(Object endpoint)
                throws EndpointRegistrationException
Specified by:
unregister in interface EndpointManager
Throws:
EndpointRegistrationException


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