org.apache.axis2.scripting.convertors
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultOMElementConvertor
public DefaultOMElementConvertor()
fromScript
public org.apache.axiom.om.OMElement fromScript(Object o)
- Specified by:
fromScript
in interface OMElementConvertor
toScript
public Object toScript(org.apache.axiom.om.OMElement omElement)
- Specified by:
toScript
in interface OMElementConvertor
setEngine
public void setEngine(org.apache.bsf.BSFEngine e)
- Specified by:
setEngine
in interface OMElementConvertor
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.