Class JSONBadgerfishMessageFormatter

java.lang.Object
org.apache.axis2.json.AbstractJSONMessageFormatter
org.apache.axis2.json.JSONBadgerfishMessageFormatter
All Implemented Interfaces:
MessageFormatter

public class JSONBadgerfishMessageFormatter extends AbstractJSONMessageFormatter
This JSONBadgerfishMessageFormatter is the formatter for "Badgerfish" formatted JSON in Axis2. Eg: <out><in>mapped JSON</in></out> is converted to... {"out":{"in":{"$":"mapped JSON"}}} This can be used when you want to send messages with namespaces with JSON
  • Constructor Details

    • JSONBadgerfishMessageFormatter

      public JSONBadgerfishMessageFormatter()
  • Method Details