org.sapia.soto.config
Class Ref

java.lang.Object
  extended by org.sapia.soto.config.Ref
All Implemented Interfaces:
EnvAware, org.sapia.util.xml.confix.ObjectCreationCallback

public class Ref
extends java.lang.Object
implements EnvAware, org.sapia.util.xml.confix.ObjectCreationCallback

Author:
yduchesne

Constructor Summary
Ref()
          Creates a new instance of Ref
 
Method Summary
 java.lang.Object onCreate()
           
 void setEnv(Env env)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ref

public Ref()
Creates a new instance of Ref

Method Detail

setEnv

public void setEnv(Env env)
Specified by:
setEnv in interface EnvAware
Parameters:
env - an Env instance that indirectly corresponds to the Soto container to which this instance belongs.

setId

public void setId(java.lang.String id)

onCreate

public java.lang.Object onCreate()
                          throws org.sapia.util.xml.confix.ConfigurationException
Specified by:
onCreate in interface org.sapia.util.xml.confix.ObjectCreationCallback
Throws:
org.sapia.util.xml.confix.ConfigurationException


Copyright © 2010 Sapia OSS. All Rights Reserved.