net.sourceforge.hiveutils.service.impl
Class DeferredObjectTranslator

java.lang.Object
  extended by net.sourceforge.hiveutils.service.impl.DeferredObjectTranslator
All Implemented Interfaces:
org.apache.hivemind.schema.Translator

public class DeferredObjectTranslator
extends java.lang.Object
implements org.apache.hivemind.schema.Translator

Author:
Jean-Francois Poilpret

Constructor Summary
DeferredObjectTranslator()
           
 
Method Summary
 java.lang.Object translate(org.apache.hivemind.internal.Module contributingModule, java.lang.Class propertyType, java.lang.String inputValue, org.apache.hivemind.Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeferredObjectTranslator

public DeferredObjectTranslator()
Method Detail

translate

public java.lang.Object translate(org.apache.hivemind.internal.Module contributingModule,
                                  java.lang.Class propertyType,
                                  java.lang.String inputValue,
                                  org.apache.hivemind.Location location)
Specified by:
translate in interface org.apache.hivemind.schema.Translator