org.apache.axis2.scripting.convertors
Class JSOMElementConvertor

java.lang.Object
  extended by org.apache.axis2.scripting.convertors.DefaultOMElementConvertor
      extended by org.apache.axis2.scripting.convertors.JSOMElementConvertor
All Implemented Interfaces:
OMElementConvertor

public class JSOMElementConvertor
extends DefaultOMElementConvertor

JSObjectConvertor converts between OMElements and JavaScript E4X XML objects


Field Summary
protected  org.mozilla.javascript.Scriptable scope
           
 
Constructor Summary
JSOMElementConvertor()
           
 
Method Summary
 org.apache.axiom.om.OMElement fromScript(java.lang.Object o)
           
 java.lang.Object toScript(org.apache.axiom.om.OMElement o)
           
 
Methods inherited from class org.apache.axis2.scripting.convertors.DefaultOMElementConvertor
setEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scope

protected org.mozilla.javascript.Scriptable scope
Constructor Detail

JSOMElementConvertor

public JSOMElementConvertor()
Method Detail

toScript

public java.lang.Object toScript(org.apache.axiom.om.OMElement o)
Specified by:
toScript in interface OMElementConvertor
Overrides:
toScript in class DefaultOMElementConvertor

fromScript

public org.apache.axiom.om.OMElement fromScript(java.lang.Object o)
Specified by:
fromScript in interface OMElementConvertor
Overrides:
fromScript in class DefaultOMElementConvertor


Copyright © 2007 Apache Web Services Project. All Rights Reserved.