Version: 1.1.1

org.inb.biomoby
Class MobyMessageContext

java.lang.Object
  extended by org.inb.biomoby.MobyMessageContext

public class MobyMessageContext
extends Object

Utility class with cached JAXBContext. Contains various useful methods to find a relationship between Java 'moby' objects and their ontology names

Author:
Dmitry Repchevsky

Method Summary
static JAXBContext getContext()
           
static String getMobyName(AbstractMobyObject mobyObject)
           
static String marshall(Object message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContext

public static JAXBContext getContext()
                              throws JAXBException
Throws:
JAXBException

getMobyName

public static String getMobyName(AbstractMobyObject mobyObject)
                          throws JAXBException
Throws:
JAXBException

marshall

public static String marshall(Object message)
                       throws JAXBException
Throws:
JAXBException

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010