Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.pubsub.emitter.* (4)org.apache.ws.pubsub.emitter.file.* (1)
org.apache.ws.pubsub.emitter.http.* (1)org.apache.ws.pubsub.i18n.* (2)

org.apache.ws.pubsub: Javadoc index of package org.apache.ws.pubsub.


Package Samples:

org.apache.ws.pubsub.emitter.file
org.apache.ws.pubsub.emitter.http
org.apache.ws.pubsub.emitter
org.apache.ws.pubsub.i18n

Classes:

EmitterTask: This task is to be used to send notifications to client subscriber destinations. This class contains a factory method, createEmitterTask(SOAPMessage, URL) 55 , that creates a task specific to the protocol for the given destination; this factory method must be used to create emitter tasks. All subclasses to this class will be responsible for sending notifications over particular protocol transports. Each subclass must have a constructor that takes a XML string (the notification message itself), a destination URL these constructors are called by this class' factory method.
FileEmitterTask: An emitter task that stores a notification to a file specified in the FILE protocol URL. If the file already exists, the new notification data will be appended to the end. If the file is actually a directory, the notification filename will be generated.
DeliveryMode: Specifies how messages for a particular subscription should be delivered (e.g. synchronous or asynchronous, wrapped or raw, etc.).
EmitterException: An exception thrown by a notification emitter indicating a problem when attempting to send a notification to a subscriber.
MessagesImpl: Singleton used by all classes below the org.apache.ws.pubsub package for retrieving i18n messages.
Keys: i18n message keys for the org.apache.ws.notification package.
HttpEmitterTask: An emitter task that sends a notification via the HTTP protocol.
AbstractFilter
Filter
FilterFactory
NotificationConsumer
NotificationProducer
NotificationProducerFactory
Publisher
PublisherFactory
Subscription
SubscriptionEndConsumer
TopicFilter
wsaSOAPConnection
XPathFilter

Home | Contact Us | Privacy Policy | Terms of Service