Interface SubscriptionManagerInterfaceForEventSources
-
- All Known Subinterfaces:
SubscriptionManager,SubscriptionManagerInterfaceForManagers
- All Known Implementing Classes:
SubscriptionManagerImpl
public interface SubscriptionManagerInterfaceForEventSources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SubscriptionTicket>getTickets()READ ONLY.SubscriptionTicketGrantingResponsesubscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
-
-
-
Method Detail
-
subscribe
SubscriptionTicketGrantingResponse subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
-
getTickets
List<SubscriptionTicket> getTickets()
READ ONLY. Returns an unmodifiable list of the subscriptions in database.
-
-