org.sapia.soto.config
Class NewTag

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

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


Nested Class Summary
static class NewTag.Arg
           
static class NewTag.Constructor
           
 
Constructor Summary
NewTag()
           
 
Method Summary
 NewTag.Arg createArg()
           
 java.lang.Object getWrappedObject()
           
 java.lang.Object onCreate()
           
 void setClass(java.lang.String className)
           
 void setEnv(Env env)
           
 void setNameInfo(java.lang.String name, java.lang.String prefix, java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewTag

public NewTag()
Method Detail

setClass

public void setClass(java.lang.String className)
              throws org.sapia.util.xml.confix.ConfigurationException
Throws:
org.sapia.util.xml.confix.ConfigurationException

createArg

public NewTag.Arg createArg()
                     throws org.sapia.util.xml.confix.ConfigurationException
Throws:
org.sapia.util.xml.confix.ConfigurationException

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.

setNameInfo

public void setNameInfo(java.lang.String name,
                        java.lang.String prefix,
                        java.lang.String uri)
Specified by:
setNameInfo in interface XmlAware
Parameters:
name - the local name of the corresponding this instance.
prefix - the XML namespace prefix of this instance.
uri - the XML uri of this instance.

getWrappedObject

public java.lang.Object getWrappedObject()
Specified by:
getWrappedObject in interface org.sapia.util.xml.confix.ObjectWrapperIF

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.