org.apache.synapse.config.xml
Class MessageStoreFactory

java.lang.Object
  extended by org.apache.synapse.config.xml.MessageStoreFactory

public class MessageStoreFactory
extends Object

Create an instance of the given Message Store, and sets properties on it.

<messageStore name="string" class="classname" [sequence = "string" ]> <parameter name="string">"string" <parameter> <parameter name="string">"string" <parameter> <parameter name="string">"string" <parameter> . . </messageStore>


Field Summary
static QName CLASS_Q
           
static QName NAME_Q
           
static QName PARAMETER_Q
           
static QName SEQUENCE_Q
           
 
Constructor Summary
MessageStoreFactory()
           
 
Method Summary
static MessageStore createMessageStore(OMElement elem, Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_Q

public static final QName CLASS_Q

NAME_Q

public static final QName NAME_Q

SEQUENCE_Q

public static final QName SEQUENCE_Q

PARAMETER_Q

public static final QName PARAMETER_Q
Constructor Detail

MessageStoreFactory

public MessageStoreFactory()
Method Detail

createMessageStore

public static MessageStore createMessageStore(OMElement elem,
                                              Properties properties)


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