Class DefaultOMElementConvertor
- java.lang.Object
-
- org.apache.axis2.scripting.convertors.DefaultOMElementConvertor
-
- All Implemented Interfaces:
OMElementConvertor
- Direct Known Subclasses:
JSOMElementConvertor
public class DefaultOMElementConvertor extends Object implements OMElementConvertor
The DefaultOMElementConvertor converts between Synapse OMElements and Strings
-
-
Constructor Summary
Constructors Constructor Description DefaultOMElementConvertor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OMElementfromScript(Object o)voidsetEngine(org.apache.bsf.BSFEngine e)ObjecttoScript(OMElement omElement)
-
-
-
Method Detail
-
fromScript
public OMElement fromScript(Object o)
- Specified by:
fromScriptin interfaceOMElementConvertor
-
toScript
public Object toScript(OMElement omElement)
- Specified by:
toScriptin interfaceOMElementConvertor
-
setEngine
public void setEngine(org.apache.bsf.BSFEngine e)
- Specified by:
setEnginein interfaceOMElementConvertor
-
-