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 voidconvert(org.apache.axiom.om.OMElement element, OutputStream outputStream, String fromMediaType, String toMediaType)Message formatter action.StringBuilderconvert(org.apache.axiom.om.OMElement element, String fromMediaType, String toMediaType)Message formatter action.voidconvert(org.apache.axis2.context.MessageContext messageContext, OutputStream outputStream, String fromMediaType, String toMediaType)StringBuilderconvert(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:MessageConverterMessage formatter action.- Specified by:
convertin interfaceMessageConverter
-
convert
public void convert(org.apache.axis2.context.MessageContext messageContext, OutputStream outputStream, String fromMediaType, String toMediaType)- Specified by:
convertin interfaceMessageConverter
-
convert
public StringBuilder convert(org.apache.axiom.om.OMElement element, String fromMediaType, String toMediaType)
Description copied from interface:MessageConverterMessage formatter action.- Specified by:
convertin interfaceMessageConverter- Returns:
-
convert
public StringBuilder convert(org.apache.axis2.context.MessageContext messageContext, String fromMediaType, String toMediaType)
Description copied from interface:MessageConverterMessage formatter action.- Specified by:
convertin interfaceMessageConverter- Returns:
-
-