at.spardat.xma.mdl
Class AtomTransferServer

java.lang.Object
  extended byat.spardat.xma.mdl.AtomTransferServer

public class AtomTransferServer
extends java.lang.Object

Provides functionality to convert between IAtomics and attribute classes and types. This functionality is extendable by an optional plugin for IAtomTransfer.


Constructor Summary
AtomTransferServer()
           
 
Method Summary
static Atom newInstance(java.lang.Object o)
          Constructs an Atom from an Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomTransferServer

public AtomTransferServer()
Method Detail

newInstance

public static Atom newInstance(java.lang.Object o)
Constructs an Atom from an Object. If a plugin for IAtomTransfer is configured, it is used. Otherwise it just uses Atom.newInstance(o).

Throws:
java.lang.IllegalArgumentException - if the provided Object is of unsupported type