| Home >> All >> org >> apache >> ws >> notification |
| | org.apache.ws.notification.base.* (26) | | org.apache.ws.notification.pubsub.* (4) |
| | org.apache.ws.notification.tool.* (5) | | org.apache.ws.notification.topics.* (36) |
Package Samples:
org.apache.ws.notification.topics
org.apache.ws.notification.topics.impl
org.apache.ws.notification.base.v2004_06.porttype.impl
org.apache.ws.notification.base.impl
org.apache.ws.notification.topics.v2004_06
org.apache.ws.notification.topics.util
org.apache.ws.notification.topics.expression.impl
org.apache.ws.notification.topics.expression
org.apache.ws.notification.tool.v2004_06
org.apache.ws.notification.tool
org.apache.ws.notification.pubsub
org.apache.ws.notification.base.v2004_06.porttype
org.apache.ws.notification.base.v2004_06.impl
org.apache.ws.notification.base.v2004_06
org.apache.ws.notification.base.faults
org.apache.ws.notification.base
Classes:
NotificationProducerResource: A resource that implements the WS-BaseNotification NotificationProducer portType. Provides access to the resource's org.apache.ws.notification.topics.TopicSpaceSet and org.apache.ws.resource.properties.ResourcePropertySet .
SubscriptionTopicListener: Topic listener implementation that is associated with a particular org.apache.ws.notification.base.Subscription . Upon a message being published to the topic being listened to, a notification will be emitted to the consumer associated with the subscription.
TopicListener: Interface that should be implemented by parties interested in changes in topics and the list of root topics. It is currently used to send notifications when the situation represented by a topic changes and for tracking the list of currently supported topics (exposed as a resource property)
AbstractTopicExpressionEvaluator: An abstract class that provides functionality that is shared by the org.apache.ws.notification.topics.expression.TopicExpressionEvaluator s for all three WS-Topics topic expression dialects.
TopicExpressionEvaluator: A TopicExpressionEvaluator is used to implement a topic expression evaluation against a TopicSpaceSet . An evaluator can be registered with a TopicExpressionEngine , which in turn calls the evaluator when a matching expression is found.
TopicExpressionEngine: The TopicExpressionEngine interface is used to map queries on a topic list to the appropriate TopicExpressionEvaluators and then return the result. TopicExpressionEvaluators can be preconfigured or dynamically added at runtime.
Topic: Interface for representing a topic. A topic is either a child of a parent topic or in the case of root topics a member of a topic list. Non-root topics have names without a namespace component.
Subscription: Interface to be implemented by subscription resources. Exposes the information associated with a subscription request, as well as resource lifetime-related state.
WsnWsdl2JavaTask: Ant task that wraps WsnWsdl2Java .
TopicSpace: A topic space (i.e. a hierarchy of topics within a particular namespace). Provides methods for managing the topics and performing queries on them.
TopicListenerList: Interface used for managing a list of topic listeners. Currently inherited by the TopicList and Topic interfaces.
TopicSet: A set of Topic s.
TopicExpressionEngineImpl: Resolves topic expressions over topic lists. The engine looks for topic expression evaluators under "wsrf/topic/eval" context.
TopicExpressionException: This is a basic exception raised by TopicExpressionEngine or TopicExpressionEvaluator .
NoCurrentMessageOnTopicFaultException: The WS-BaseN NoCurrentMessageOnTopicFault (thrown by GetCurrentMessage operation).
InvalidTopicExpressionFaultException: The WS-BaseN InvalidTopicExpressionFault (thrown by GetCurrentMessage operation).
TopicPathDialectUnknownException: This exception is raised if the given topic expression dialect is unsupported.
TopicNotSupportedFaultException: The WS-BaseN TopicNotSupportedFault (thrown by GetCurrentMessage operation).
NotificationProducerPortTypeImpl: An implementation of the WS-BaseNotification NotificationProducer portType.
SubscribeCreationFailedFaultException: The WS-BaseN SubscribeCreationFailedFault (thrown by Subscribe operation).
TopicPathDialectUnknownFaultException: The WS-BaseN TopicPathDialectUnknownFault (thrown by Subscribe operation).
SubscriptionManagerPortTypeImpl: An implementation of the WS-BaseNotification SubscriptionManager portType.
ResourcePropertyValueChangeTopic: A topic that acts as a listener for resource property value change events.
BaseNotificationConstants: Constants defined by the WS-BaseNotification 1.2 Draft 01 specification.
TopicExpressionResolutionException: This exception is raised when resolution of a topic expression fails.
| Home | Contact Us | Privacy Policy | Terms of Service |