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 classDefaultOMElementConvertorThe DefaultOMElementConvertor converts between Synapse OMElements and StringsclassJSOMElementConvertorJSObjectConvertor converts between OMElements and JavaScript E4X XML objectsclassRBOMElementConvertorOMElementConvertor 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 OMElementConvertorConvertorFactory. createOMElementConvertor(AxisService axisService, String scriptName)Creates an OMElementConvertor for the script.protected static OMElementConvertorConvertorFactory. getAxis2Convertor(AxisService axisService, String scriptName)protected static OMElementConvertorConvertorFactory. getDefaultScriptConvertor(AxisService axisService, String scriptName)protected static OMElementConvertorConvertorFactory. getScriptConvertor(AxisService axisService)
-