Interface MessageConverter

All Known Implementing Classes:
SynapseMessageConverter

public interface MessageConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convert(org.apache.axiom.om.OMElement element, OutputStream outputStream, String fromMediaType, String toMediaType)
    Message formatter action.
    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)
     
    convert(org.apache.axis2.context.MessageContext messageContext, String fromMediaType, String toMediaType)
    Message formatter action.