Class SynapseMessageConverter
- java.lang.Object
-
- org.apache.synapse.commons.builders.SynapseMessageConverter
-
- All Implemented Interfaces:
MessageConverter
public abstract class SynapseMessageConverter extends Object implements MessageConverter
-
-
Constructor Summary
Constructors Constructor Description SynapseMessageConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(org.apache.axiom.om.OMElement element, OutputStream outputStream, String fromMediaType, String toMediaType)
Message formatter action.StringBuilder
convert(org.apache.axiom.om.OMElement element, String fromMediaType, String toMediaType)
Message formatter action.void
convert(org.apache.axis2.context.MessageContext messageContext, OutputStream outputStream, String fromMediaType, String toMediaType)
StringBuilder
convert(org.apache.axis2.context.MessageContext messageContext, String fromMediaType, String toMediaType)
Message formatter action.
-
-
-
Method Detail
-
convert
public void convert(org.apache.axiom.om.OMElement element, OutputStream outputStream, String fromMediaType, String toMediaType)
Description copied from interface:MessageConverter
Message formatter action.- Specified by:
convert
in interfaceMessageConverter
-
convert
public void convert(org.apache.axis2.context.MessageContext messageContext, OutputStream outputStream, String fromMediaType, String toMediaType)
- Specified by:
convert
in interfaceMessageConverter
-
convert
public StringBuilder convert(org.apache.axiom.om.OMElement element, String fromMediaType, String toMediaType)
Description copied from interface:MessageConverter
Message formatter action.- Specified by:
convert
in interfaceMessageConverter
- Returns:
-
convert
public StringBuilder convert(org.apache.axis2.context.MessageContext messageContext, String fromMediaType, String toMediaType)
Description copied from interface:MessageConverter
Message formatter action.- Specified by:
convert
in interfaceMessageConverter
- Returns:
-
-