org.apache.synapse.config.xml
Class MessageStoreSerializer

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

public class MessageStoreSerializer
extends Object

Serialize 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
protected static OMFactory fac
           
protected static OMNamespace nullNS
           
protected static OMNamespace synNS
           
 
Constructor Summary
MessageStoreSerializer()
           
 
Method Summary
static OMElement serializeMessageStore(OMElement parent, MessageStore messageStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fac

protected static final OMFactory fac

synNS

protected static final OMNamespace synNS

nullNS

protected static final OMNamespace nullNS
Constructor Detail

MessageStoreSerializer

public MessageStoreSerializer()
Method Detail

serializeMessageStore

public static OMElement serializeMessageStore(OMElement parent,
                                              MessageStore messageStore)


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