org.sapia.soto.config.types
Class ResourceType

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

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

Author:
yduchesne

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

Constructor Detail

ResourceType

public ResourceType()
Creates a new instance of ResourceType

Method Detail

setUri

public void setUri(java.lang.String uri)

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.

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.