Uses of Interface
org.apache.axis2.scripting.convertors.OMElementConvertor
-
Packages that use OMElementConvertor Package Description org.apache.axis2.scripting org.apache.axis2.scripting.convertors -
-
Uses of OMElementConvertor in org.apache.axis2.scripting
Constructors in org.apache.axis2.scripting with parameters of type OMElementConvertor Constructor Description ScriptMessageContext(MessageContext mc, OMElementConvertor convertor)
-
Uses of OMElementConvertor in org.apache.axis2.scripting.convertors
Classes in org.apache.axis2.scripting.convertors that implement OMElementConvertor Modifier and Type Class Description class
DefaultOMElementConvertor
The DefaultOMElementConvertor converts between Synapse OMElements and Stringsclass
JSOMElementConvertor
JSObjectConvertor converts between OMElements and JavaScript E4X XML objectsclass
RBOMElementConvertor
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 :)Methods in org.apache.axis2.scripting.convertors that return OMElementConvertor Modifier and Type Method Description static OMElementConvertor
ConvertorFactory. createOMElementConvertor(AxisService axisService, String scriptName)
Creates an OMElementConvertor for the script.protected static OMElementConvertor
ConvertorFactory. getAxis2Convertor(AxisService axisService, String scriptName)
protected static OMElementConvertor
ConvertorFactory. getDefaultScriptConvertor(AxisService axisService, String scriptName)
protected static OMElementConvertor
ConvertorFactory. getScriptConvertor(AxisService axisService)
-