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

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

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

Methods in org.apache.ws.pubsub.emitter that throw EmitterException
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.
protected abstract  void EmitterTask.emit()
          Method that will actually send the notification to the destination via the appropriate protocol transport.
 

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

Methods in org.apache.ws.pubsub.emitter.file that throw EmitterException
protected  void FileEmitterTask.emit()
          Stores the notification in a file specified by the destination URL.
 

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

Methods in org.apache.ws.pubsub.emitter.http that throw EmitterException
protected  void HttpEmitterTask.emit()
          Sends the notification to the destination via HTTP.
 



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