org.apache.cxf.wsn
Class AbstractEndpoint
java.lang.Object
org.apache.cxf.wsn.AbstractEndpoint
- All Implemented Interfaces:
- EndpointMBean
- Direct Known Subclasses:
- AbstractCreatePullPoint, AbstractNotificationBroker, AbstractPublisher, AbstractPullPoint, AbstractSubscription
public abstract class AbstractEndpoint
- extends Object
- implements EndpointMBean
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 Endpoint endpoint
AbstractEndpoint
public AbstractEndpoint(String name)
getMBeanName
public ObjectName getMBeanName()
getName
public String getName()
- Specified by:
getName
in interface EndpointMBean
getAddress
public String getAddress()
- Specified by:
getAddress
in interface EndpointMBean
setAddress
public void setAddress(String address)
register
public void register()
throws EndpointRegistrationException
- Specified by:
register
in interface EndpointMBean
- Throws:
EndpointRegistrationException
unregister
public void unregister()
throws EndpointRegistrationException
- Specified by:
unregister
in interface EndpointMBean
- Throws:
EndpointRegistrationException
getEpr
public W3CEndpointReference getEpr()
getManager
public EndpointManager getManager()
setManager
public void setManager(EndpointManager manager)
Apache CXF