Uses of Interface
org.apache.axis2.scripting.convertors.OMElementConvertor

Packages that use OMElementConvertor
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
ScriptMessageContext(MessageContext mc, OMElementConvertor convertor)
           
 

Uses of OMElementConvertor in org.apache.axis2.scripting.convertors
 

Classes in org.apache.axis2.scripting.convertors that implement OMElementConvertor
 class DefaultOMElementConvertor
          The DefaultOMElementConvertor converts between Synapse OMElements and Strings
 class JSOMElementConvertor
          JSObjectConvertor converts between OMElements and JavaScript E4X XML objects
 class 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
static OMElementConvertor ConvertorFactory.createOMElementConvertor(AxisService axisService, java.lang.String scriptName)
          Creates an OMElementConvertor for the script.
protected static OMElementConvertor ConvertorFactory.getAxis2Convertor(AxisService axisService, java.lang.String scriptName)
           
protected static OMElementConvertor ConvertorFactory.getDefaultScriptConvertor(AxisService axisService, java.lang.String scriptName)
           
protected static OMElementConvertor ConvertorFactory.getScriptConvertor(AxisService axisService)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.