|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.scripting.convertors.DefaultOMElementConvertor org.apache.axis2.scripting.convertors.JSOMElementConvertor
public class JSOMElementConvertor
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 |
---|
protected org.mozilla.javascript.Scriptable scope
Constructor Detail |
---|
public JSOMElementConvertor()
Method Detail |
---|
public java.lang.Object toScript(org.apache.axiom.om.OMElement o)
toScript
in interface OMElementConvertor
toScript
in class DefaultOMElementConvertor
public org.apache.axiom.om.OMElement fromScript(java.lang.Object o)
fromScript
in interface OMElementConvertor
fromScript
in class DefaultOMElementConvertor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |