Uses of Class
org.apache.ws.pubsub.emitter.EmitterTask

Packages that use EmitterTask
org.apache.ws.pubsub.emitter   
org.apache.ws.pubsub.emitter.file   
org.apache.ws.pubsub.emitter.http   
 

Uses of EmitterTask in org.apache.ws.pubsub.emitter
 

Methods in org.apache.ws.pubsub.emitter that return EmitterTask
static EmitterTask EmitterTask.createEmitterTask(javax.xml.soap.SOAPMessage notif, java.net.URL destination)
          Factory method that creates the appropriate emitter task based on the protocol required to send the notification.
 

Uses of EmitterTask in org.apache.ws.pubsub.emitter.file
 

Subclasses of EmitterTask in org.apache.ws.pubsub.emitter.file
 class FileEmitterTask
          An emitter task that stores a notification to a file specified in the FILE protocol URL.
 

Uses of EmitterTask in org.apache.ws.pubsub.emitter.http
 

Subclasses of EmitterTask in org.apache.ws.pubsub.emitter.http
 class HttpEmitterTask
          An emitter task that sends a notification via the HTTP protocol.
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.