Uses of Class
org.apache.cxf.ws.eventing.FilterType
Packages that use FilterType
Package
Description
-
Uses of FilterType in org.apache.cxf.ws.eventing
Fields in org.apache.cxf.ws.eventing declared as FilterTypeMethods in org.apache.cxf.ws.eventing that return FilterTypeModifier and TypeMethodDescriptionObjectFactory.createFilterType()Create an instance ofFilterTypeSubscribe.getFilter()Gets the value of the filter property.Methods in org.apache.cxf.ws.eventing with parameters of type FilterTypeModifier and TypeMethodDescriptionvoidSubscribe.setFilter(FilterType value) Sets the value of the filter property. -
Uses of FilterType in org.apache.cxf.ws.eventing.backend.database
Methods in org.apache.cxf.ws.eventing.backend.database that return FilterTypeMethods in org.apache.cxf.ws.eventing.backend.database with parameters of type FilterType -
Uses of FilterType in org.apache.cxf.ws.eventing.backend.manager
Methods in org.apache.cxf.ws.eventing.backend.manager that return FilterTypeMethods in org.apache.cxf.ws.eventing.backend.manager with parameters of type FilterTypeModifier and TypeMethodDescriptionprotected voidSubscriptionManagerImpl.processFilters(FilterType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response) voidSubscriptionTicketGrantingResponse.setFilter(FilterType filter) SubscriptionManagerImpl.subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format) SubscriptionManagerInterfaceForEventSources.subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format) -
Uses of FilterType in org.apache.cxf.ws.eventing.backend.notification
Constructors in org.apache.cxf.ws.eventing.backend.notification with parameters of type FilterType