org.apache.servicemix.wsn
Class AbstractEndpoint
java.lang.Object
org.apache.servicemix.wsn.AbstractEndpoint
- Direct Known Subclasses:
- AbstractCreatePullPoint, AbstractNotificationBroker, AbstractPublisher, AbstractPullPoint, AbstractSubscription
public abstract class AbstractEndpoint
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
address
protected String address
manager
protected EndpointManager manager
endpoint
protected Object endpoint
AbstractEndpoint
public AbstractEndpoint(String name)
getName
public String getName()
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
register
public void register()
throws EndpointRegistrationException
- Throws:
EndpointRegistrationException
unregister
public void unregister()
throws EndpointRegistrationException
- Throws:
EndpointRegistrationException
getManager
public EndpointManager getManager()
setManager
public void setManager(EndpointManager manager)
createAddress
protected abstract String createAddress()
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.