Uses of Class
it.negro.jajb.JAJBException

Packages that use JAJBException
it.negro.jajb   
 

Uses of JAJBException in it.negro.jajb
 

Methods in it.negro.jajb that throw JAJBException
protected  it.dangelo.javabinding.mappings.EntityWrapper JAJBContext.getEntityWrapper(java.lang.String key)
          Saves, if is not present into context, the EntityWrapper with passed key parameter like id, and returns it.
 it.dangelo.domjson.JSON JAJB.getJSON(java.io.File file)
          Reads the passed parameter file and uses it to create a JSON object o array.
 it.dangelo.domjson.JSON JAJB.getJSON(java.io.InputStream inputStream)
          Reads the passed parameter inputStream content and uses it to create a JSON object o array.
 it.dangelo.domjson.JSON JAJB.getJSON(java.io.Reader reader)
          Reads the passed parameter reader content and uses it to create a JSON object o array.
 it.dangelo.domjson.JSON JAJB.getJSON(java.lang.String jsonString)
          Converts passed parameter jsonString into a JSON entity.
 it.dangelo.domjson.JSONElement JAJB.marshallToJSONElement(java.lang.Object object, java.lang.String id)
          This method converts passed object parameter into a JSONElement according to passed id parameter that represents the id of passed object into relative mapping file or annotated id or simple mapping id.
static JAJB JAJB.newInstance()
          This method returns a JAJB instance.
static JAJB JAJB.newInstance(java.io.InputStream inputStream)
          This method returns a JAJB instance built parsing the configuration file located at the path specified by passed inputStream parameter.
static JAJB JAJB.newInstance(java.util.Properties properties)
          Builds a new jajb instance configured with desired ProxyResolver class you have to put into passed properties parameter.
protected  void JAJBContext.saveEntityWrapper(it.dangelo.javabinding.mappings.Entity entity)
          Saves into context the EntityWrapper for passed Entity
protected  void JAJBContext.saveEntityWrapper(java.lang.String refId)
          Creates and save an EntityWrapper according to passed refId parameter.
 



Copyright © 2008. All Rights Reserved.