Uses of Interface
com.ebmwebsourcing.easybox.api.XmlContext

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
<X extends XmlObjectNode>
X
XmlObjectBinding.create(XmlContext xmlContext, java.lang.Class<X> xmlObjectImplClass)
          Create a new XmlObject.
<X extends XmlObjectNode>
X
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.
 



Copyright © 2011 Petals Link. All Rights Reserved.