Apache CXF API

org.apache.cxf.wsn
Interface EndpointMBean

All Known Subinterfaces:
CreatePullPointMBean, JaxwsCreatePullPointMBean, JaxwsNotificationBrokerMBean, NotificationBrokerMBean
All Known Implementing Classes:
AbstractCreatePullPoint, AbstractEndpoint, AbstractNotificationBroker, AbstractPublisher, AbstractPullPoint, AbstractSubscription, JaxwsCreatePullPoint, JaxwsNotificationBroker, JaxwsPublisher, JaxwsPullPoint, JaxwsSubscription, JmsCreatePullPoint, JmsNotificationBroker, JmsPublisher, JmsPullPoint, JmsSubscription

public interface EndpointMBean


Method Summary
 String getAddress()
           
 String getName()
           
 void register()
           
 void unregister()
           
 

Method Detail

getName

String getName()

getAddress

String getAddress()

register

void register()
              throws EndpointRegistrationException
Throws:
EndpointRegistrationException

unregister

void unregister()
                throws EndpointRegistrationException
Throws:
EndpointRegistrationException

Apache CXF API

Apache CXF