Apache CXF API

Uses of Class
org.apache.cxf.ws.eventing.NotificationPolicy

Packages that use NotificationPolicy
org.apache.cxf.ws.eventing   
 

Uses of NotificationPolicy in org.apache.cxf.ws.eventing
 

Fields in org.apache.cxf.ws.eventing declared as NotificationPolicy
protected  NotificationPolicy EventSource.notificationPolicy
           
 

Methods in org.apache.cxf.ws.eventing that return NotificationPolicy
 NotificationPolicy ObjectFactory.createNotificationPolicy()
          Create an instance of NotificationPolicy
 NotificationPolicy EventSource.getNotificationPolicy()
          Gets the value of the notificationPolicy property.
 

Methods in org.apache.cxf.ws.eventing with parameters of type NotificationPolicy
 void EventSource.setNotificationPolicy(NotificationPolicy value)
          Sets the value of the notificationPolicy property.
 


Apache CXF API

Apache CXF