|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlContext | |
|---|---|
| com.ebmwebsourcing.easybox.api | |
| Uses of XmlContext in com.ebmwebsourcing.easybox.api |
|---|
| Methods in com.ebmwebsourcing.easybox.api that return XmlContext | |
|---|---|
XmlContext |
XmlObject.getXmlContext()
Get XmlContext from which this XmlObject originated. |
XmlContext |
XmlContextFactory.newContext()
|
XmlContext |
XmlContextFactory.newContext(java.lang.String[] bindingNames)
|
| Methods in com.ebmwebsourcing.easybox.api with parameters of type XmlContext | ||
|---|---|---|
|
XmlObjectBinding.create(XmlContext xmlContext,
java.lang.Class<X> xmlObjectImplClass)
Create a new XmlObject. |
|
|
XmlObjectBinding.wrap(XmlContext xmlContext,
java.lang.Class<X> xmlObjectImplClass,
java.lang.Object obj)
Wrap an internal model object into an implementation of XmlObject
. |
|
XmlObjectNode |
XmlObjectBinding.wrap(XmlContext xmlContext,
java.lang.Object obj)
Wrap any internal model object into an XmlObject, guessing the
proper XmlObject implementation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||