|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.apache.muse.ws.notification | |
org.apache.muse.ws.notification.impl | |
org.apache.muse.ws.notification.remote |
Uses of Filter in org.apache.muse.ws.notification |
---|
Methods in org.apache.muse.ws.notification that return Filter | |
---|---|
Filter |
SubscriptionManager.getFilter()
|
Filter |
PullPoint.getFilter()
|
Methods in org.apache.muse.ws.notification with parameters of type Filter | |
---|---|
void |
SubscriptionManager.setFilter(Filter filter)
|
WsResource |
NotificationProducer.subscribe(EndpointReference consumer,
Filter filter,
Date terminationTime,
Policy policy)
Registers a consumer resource to receive events that are published to a certain topic (along with other filtering rules). |
Uses of Filter in org.apache.muse.ws.notification.impl |
---|
Classes in org.apache.muse.ws.notification.impl that implement Filter | |
---|---|
class |
FilterCollection
FilterCollection is a set of WSN subscription filters that a notification producer must evaluate when determining whether it should send a message to a consumer or not. |
class |
MessagePatternFilter
MessagePatternFilter is the implementation of message pattern filters for WS-N subscriptions. |
class |
ProducerPropertiesFilter
ProducerPropertiesFilter is the implementation of resource property filters for WS-N subscriptions. |
class |
PublishAllMessagesFilter
PublishAllMessagesFilter is a specialied MessagePatternFilter that matches all messages by using a wildcard XPath ('*'). |
class |
TopicFilter
TopicFilter is the implementation of topic-based filters for WS-N subscriptions. |
Methods in org.apache.muse.ws.notification.impl that return Filter | |
---|---|
Filter |
SimpleSubscriptionManager.getFilter()
|
Filter |
SimplePullPoint.getFilter()
|
Filter |
Subscribe.getFilter()
|
Filter |
FilterFactory.newInstance(Element xml)
|
Filter |
FilterFactoryHandler.newInstance(Element filterXML)
|
Filter |
ProducerPropertiesFilterHandler.newInstance(Element filterXML)
|
Filter |
TopicFilterHandler.newInstance(Element filterXML)
|
Filter |
MessagePatternFilterHandler.newInstance(Element filterXML)
|
Methods in org.apache.muse.ws.notification.impl with parameters of type Filter | |
---|---|
void |
FilterCollection.addFilter(Filter filter)
|
void |
SimpleSubscriptionManager.setFilter(Filter filter)
|
WsResource |
SimpleNotificationProducer.subscribe(EndpointReference consumer,
Filter filter,
Date terminationTime,
Policy policy)
|
Constructors in org.apache.muse.ws.notification.impl with parameters of type Filter | |
---|---|
Subscribe(EndpointReference consumer,
Filter filter,
Date terminationTime)
|
Uses of Filter in org.apache.muse.ws.notification.remote |
---|
Methods in org.apache.muse.ws.notification.remote with parameters of type Filter | |
---|---|
SubscriptionClient |
NotificationProducerClient.subscribe(EndpointReference consumer,
Filter filter,
Date termination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |