Uses of Class
org.apache.cxf.ws.eventing.FilterType
-
-
Uses of FilterType in org.apache.cxf.ws.eventing
Fields in org.apache.cxf.ws.eventing declared as FilterType Modifier and Type Field Description protected FilterTypeSubscribe. filterMethods in org.apache.cxf.ws.eventing that return FilterType Modifier and Type Method Description FilterTypeObjectFactory. createFilterType()Create an instance ofFilterTypeFilterTypeSubscribe. getFilter()Gets the value of the filter property.Methods in org.apache.cxf.ws.eventing with parameters of type FilterType Modifier and Type Method Description voidSubscribe. 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 FilterType Modifier and Type Method Description FilterTypeSubscriptionTicket. getFilter()Methods in org.apache.cxf.ws.eventing.backend.database with parameters of type FilterType Modifier and Type Method Description voidSubscriptionTicket. setFilter(FilterType filter) -
Uses of FilterType in org.apache.cxf.ws.eventing.backend.manager
Methods in org.apache.cxf.ws.eventing.backend.manager that return FilterType Modifier and Type Method Description FilterTypeSubscriptionTicketGrantingResponse. getFilter()Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type FilterType Modifier and Type Method Description protected voidSubscriptionManagerImpl. processFilters(FilterType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)voidSubscriptionTicketGrantingResponse. setFilter(FilterType filter)SubscriptionTicketGrantingResponseSubscriptionManagerImpl. subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)SubscriptionTicketGrantingResponseSubscriptionManagerInterfaceForEventSources. 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 Constructor Description FilteringInterceptor(FilterType filter) -
Uses of FilterType in org.apache.cxf.ws.eventing.shared.utils
Methods in org.apache.cxf.ws.eventing.shared.utils with parameters of type FilterType Modifier and Type Method Description static booleanFilteringUtil. doesConformToFilter(Element elm, FilterType filter)static booleanFilteringUtil. runFilterOnMessage(javax.xml.soap.SOAPMessage msg, FilterType filter)
-