Package org.apache.synapse.config.xml
Class MessageProcessorSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.MessageProcessorSerializer
-
public class MessageProcessorSerializer extends Object
Create an instance of the given Message processor, and sets properties on it. <messageProcessor name="string" class="classname" messageStore = "string" > <parameter name="string">"string" <parameter> <parameter name="string">"string" <parameter> <parameter name="string">"string" <parameter> . . </messageProcessor>
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.axiom.om.OMFactory
fac
static String
FORWARDING_PROCESSOR
protected static org.apache.axiom.om.OMNamespace
nullNS
protected static org.apache.axiom.om.OMNamespace
synNS
-
Constructor Summary
Constructors Constructor Description MessageProcessorSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.om.OMElement
serializeMessageProcessor(org.apache.axiom.om.OMElement parent, MessageProcessor processor)
Serialize a give Message processor instance to XML configuration
-
-
-
Field Detail
-
FORWARDING_PROCESSOR
public static final String FORWARDING_PROCESSOR
- See Also:
- Constant Field Values
-
fac
protected static final org.apache.axiom.om.OMFactory fac
-
synNS
protected static final org.apache.axiom.om.OMNamespace synNS
-
nullNS
protected static final org.apache.axiom.om.OMNamespace nullNS
-
-
Method Detail
-
serializeMessageProcessor
public static org.apache.axiom.om.OMElement serializeMessageProcessor(org.apache.axiom.om.OMElement parent, MessageProcessor processor)
Serialize a give Message processor instance to XML configuration- Parameters:
parent
- parent configurationprocessor
- message processor instance- Returns:
- created XML configuration
-
-