Uses of Interface
org.apache.axis2.scripting.convertors.OMElementConvertor
Packages that use OMElementConvertor
-
Uses of OMElementConvertor in org.apache.axis2.scripting
Constructors in org.apache.axis2.scripting with parameters of type OMElementConvertorModifierConstructorDescriptionScriptMessageContext(MessageContext mc, OMElementConvertor convertor) -
Uses of OMElementConvertor in org.apache.axis2.scripting.convertors
Classes in org.apache.axis2.scripting.convertors that implement OMElementConvertorModifier and TypeClassDescriptionclassThe DefaultOMElementConvertor converts between Synapse OMElements and StringsclassJSObjectConvertor converts between OMElements and JavaScript E4X XML objectsclassOMElementConvertor 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 OMElementConvertorModifier and TypeMethodDescriptionstatic 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)