Package | Description |
---|---|
org.apache.axis2.scripting | |
org.apache.axis2.scripting.convertors |
Constructor and Description |
---|
ScriptMessageContext(MessageContext mc,
OMElementConvertor convertor) |
Modifier and Type | Class and Description |
---|---|
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 :)
|
Modifier and Type | Method and 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) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.