org.sape.smfw.messagingengine
Interface MessagingEngineConfiguration

All Superinterfaces:
org.sape.carbon.core.config.Configuration

public interface MessagingEngineConfiguration
extends org.sape.carbon.core.config.Configuration

Configuration for the messaging engine.


Method Summary
 String getMessageReaderClassName()
          Returns the class name of the MessageReader implementation.
 String getMessageWriterClassName()
          Returns the class name of the MessageWriter implementation.
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getMessageReaderClassName

public String getMessageReaderClassName()
Returns the class name of the MessageReader implementation.

Returns:
String

getMessageWriterClassName

public String getMessageWriterClassName()
Returns the class name of the MessageWriter implementation.

Returns:
String


Copyright 2003 Sapient Corporation. All Rights Reserved.