Apache CXF API

org.apache.cxf.ws.eventing.backend.manager
Interface SubscriptionManagerInterfaceForEventSources

All Known Subinterfaces:
SubscriptionManager, SubscriptionManagerInterfaceForManagers
All Known Implementing Classes:
SubscriptionManagerImpl

public interface SubscriptionManagerInterfaceForEventSources


Method Summary
 List<SubscriptionTicket> getTickets()
          READ ONLY.
 SubscriptionTicketGrantingResponse subscribe(DeliveryType delivery, EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
           
 

Method Detail

subscribe

SubscriptionTicketGrantingResponse subscribe(DeliveryType delivery,
                                             EndpointReferenceType endTo,
                                             ExpirationType expires,
                                             FilterType filter,
                                             FormatType format)

getTickets

List<SubscriptionTicket> getTickets()
READ ONLY. Returns an unmodifiable list of the subscriptions in database.


Apache CXF API

Apache CXF