Package org.apache.axis2.scripting.convertors


package org.apache.axis2.scripting.convertors
  • Class
    Description
     
    The DefaultOMElementConvertor converts between Synapse OMElements and Strings
    JSObjectConvertor converts between OMElements and JavaScript E4X XML objects
    The OMElementConvertor interface enables customizing the conversion of XML between Synapse and a script language.
    OMElementConvertor for Ruby scripts TODO: Right now this goes via Strings and likely isn't very fast There could well be much better ways to do this :)