Class RBOMElementConvertor
- java.lang.Object
-
- org.apache.axis2.scripting.convertors.RBOMElementConvertor
-
- All Implemented Interfaces:
OMElementConvertor
public class RBOMElementConvertor extends Object implements OMElementConvertor
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 :)
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.bsf.BSFEnginebsfEngine
-
Constructor Summary
Constructors Constructor Description RBOMElementConvertor()
-
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
-
toScript
public Object toScript(OMElement omElement)
- Specified by:
toScriptin interfaceOMElementConvertor
-
fromScript
public OMElement fromScript(Object o)
- Specified by:
fromScriptin interfaceOMElementConvertor
-
setEngine
public void setEngine(org.apache.bsf.BSFEngine e)
- Specified by:
setEnginein interfaceOMElementConvertor
-
-