org.acme.sample.tmplugin.data
Class DataBinder

java.lang.Object
  extended by org.acme.sample.tmplugin.data.DataBinder
All Implemented Interfaces:
Serializable

public class DataBinder
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DataBinder()
           
 
Method Summary
 SampleRequest bind(Element e)
           
 Element bind(Object o)
           
 org.gcube.data.trees.data.Tree bind(SampleData data)
           
 SampleData bind(org.gcube.data.trees.data.Tree tree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBinder

public DataBinder()
Method Detail

bind

public SampleRequest bind(Element e)
                   throws org.gcube.data.tml.exceptions.InvalidRequestException
Throws:
org.gcube.data.tml.exceptions.InvalidRequestException

bind

public org.gcube.data.trees.data.Tree bind(SampleData data)
                                    throws Exception
Throws:
Exception

bind

public SampleData bind(org.gcube.data.trees.data.Tree tree)
                throws Exception
Throws:
Exception

bind

public Element bind(Object o)
             throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.