org.apache.ws.pubsub.emitter
Class SoapMessageEmitterEngine

java.lang.Object
  extended byorg.apache.ws.pubsub.emitter.SoapMessageEmitterEngine

public class SoapMessageEmitterEngine
extends java.lang.Object

The engine for configuring SOAP message emitters for various protocols and spawning emitter tasks.

Author:
Ian Springer

Method Summary
static SoapMessageEmitterEngine getInstance()
          DOCUMENT_ME
 void setEmitterMap(java.util.Map emitterMap)
          Loads each of the TopicNamespace documents from the URLs in the specified set and adds them to this registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SoapMessageEmitterEngine getInstance()
DOCUMENT_ME

Returns:
DOCUMENT_ME

setEmitterMap

public void setEmitterMap(java.util.Map emitterMap)
Loads each of the TopicNamespace documents from the URLs in the specified set and adds them to this registry.

Parameters:
emitterMap - a set of Strings representing class names of EmitterTasks


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