Apache CXF API

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

Packages that use FilterType
org.apache.cxf.ws.eventing   
org.apache.cxf.ws.eventing.backend.database   
org.apache.cxf.ws.eventing.backend.manager   
org.apache.cxf.ws.eventing.backend.notification   
org.apache.cxf.ws.eventing.shared.utils   
 

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

Fields in org.apache.cxf.ws.eventing declared as FilterType
protected  FilterType Subscribe.filter
           
 

Methods in org.apache.cxf.ws.eventing that return FilterType
 FilterType ObjectFactory.createFilterType()
          Create an instance of FilterType
 FilterType Subscribe.getFilter()
          Gets the value of the filter property.
 

Methods in org.apache.cxf.ws.eventing with parameters of type FilterType
 void Subscribe.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
 FilterType SubscriptionTicket.getFilter()
           
 

Methods in org.apache.cxf.ws.eventing.backend.database with parameters of type FilterType
 void SubscriptionTicket.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
 FilterType SubscriptionTicketGrantingResponse.getFilter()
           
 

Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type FilterType
protected  void SubscriptionManagerImpl.processFilters(FilterType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
 void SubscriptionTicketGrantingResponse.setFilter(FilterType filter)
           
 SubscriptionTicketGrantingResponse SubscriptionManagerImpl.subscribe(DeliveryType delivery, EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
           
 SubscriptionTicketGrantingResponse SubscriptionManagerInterfaceForEventSources.subscribe(DeliveryType delivery, 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
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
static boolean FilteringUtil.doesConformToFilter(Element elm, FilterType filter)
           
static boolean FilteringUtil.runFilterOnMessage(SOAPMessage msg, FilterType filter)
           
 


Apache CXF API

Apache CXF