Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()StringgetName()voidregister()voidunregister()
-
-
-
Method Detail
-
getName
String getName()
-
getAddress
String getAddress()
-
register
void register() throws EndpointRegistrationException- Throws:
EndpointRegistrationException
-
unregister
void unregister() throws EndpointRegistrationException- Throws:
EndpointRegistrationException
-
-