Class RBOMElementConvertor
java.lang.Object
org.apache.axis2.scripting.convertors.RBOMElementConvertor
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axiom.om.OMElementfromScript(Object o) voidsetEngine(org.apache.bsf.BSFEngine e) toScript(org.apache.axiom.om.OMElement omElement)
-
Field Details
-
bsfEngine
protected org.apache.bsf.BSFEngine bsfEngine
-
-
Constructor Details
-
RBOMElementConvertor
public RBOMElementConvertor()
-
-
Method Details
-
toScript
- Specified by:
toScriptin interfaceOMElementConvertor
-
fromScript
- Specified by:
fromScriptin interfaceOMElementConvertor
-
setEngine
public void setEngine(org.apache.bsf.BSFEngine e) - Specified by:
setEnginein interfaceOMElementConvertor
-