net.sf.csutils.groovy
Class RegistryObject

java.lang.Object
  extended by net.sf.csutils.groovy.AbstractGroovyObject
      extended by net.sf.csutils.groovy.RegistryObject
All Implemented Interfaces:
groovy.lang.GroovyObject

public class RegistryObject
extends AbstractGroovyObject


Constructor Summary
RegistryObject(GroovyMetaModel pMetaModel, javax.xml.registry.infomodel.RegistryObject pRegistryObject)
           
RegistryObject(GroovyMetaModel pMetaModel, net.sf.csutils.core.model.ROType pType, javax.xml.registry.infomodel.RegistryObject pRegistryObject)
           
 
Method Summary
 Object getProperty(String pProperty)
           
 Object invokeMethod(String pMethodName, Object pArgs)
           
 void setProperty(String pProperty, Object pValue)
           
 
Methods inherited from class net.sf.csutils.groovy.AbstractGroovyObject
getMetaClass, getMetaModel, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryObject

public RegistryObject(GroovyMetaModel pMetaModel,
                      net.sf.csutils.core.model.ROType pType,
                      javax.xml.registry.infomodel.RegistryObject pRegistryObject)

RegistryObject

public RegistryObject(GroovyMetaModel pMetaModel,
                      javax.xml.registry.infomodel.RegistryObject pRegistryObject)
               throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException
Method Detail

getProperty

public Object getProperty(String pProperty)

invokeMethod

public Object invokeMethod(String pMethodName,
                           Object pArgs)

setProperty

public void setProperty(String pProperty,
                        Object pValue)


Copyright © 2009-2010. All Rights Reserved.