biz.hammurapi.rules.jsr94
Class FileRuleServiceProvider.Registration

java.lang.Object
  extended by biz.hammurapi.rules.jsr94.FileRuleServiceProvider.Registration
All Implemented Interfaces:
biz.hammurapi.xml.dom.DomSerializable
Enclosing class:
FileRuleServiceProvider

public static class FileRuleServiceProvider.Registration
extends java.lang.Object
implements biz.hammurapi.xml.dom.DomSerializable

Registration entry

Version:
${Revision}
Author:
Pavel Vlasov

Constructor Summary
FileRuleServiceProvider.Registration(org.w3c.dom.Node configNode)
           
FileRuleServiceProvider.Registration(java.lang.String uri, java.lang.String ref, org.w3c.dom.Node value, java.util.Map properties)
           
 
Method Summary
 java.util.Map getProperties()
           
 java.lang.String getRef()
           
 java.lang.String getUri()
           
 org.w3c.dom.Node getValue()
           
 void setRef(java.lang.String ref)
           
 void setUri(java.lang.String uri)
           
 void setValue(org.w3c.dom.Node value)
           
 void toDom(org.w3c.dom.Element holder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileRuleServiceProvider.Registration

public FileRuleServiceProvider.Registration(org.w3c.dom.Node configNode)
                                     throws biz.hammurapi.config.ConfigurationException,
                                            javax.xml.xpath.XPathExpressionException
Throws:
biz.hammurapi.config.ConfigurationException
javax.xml.xpath.XPathExpressionException

FileRuleServiceProvider.Registration

public FileRuleServiceProvider.Registration(java.lang.String uri,
                                            java.lang.String ref,
                                            org.w3c.dom.Node value,
                                            java.util.Map properties)
Method Detail

getUri

public java.lang.String getUri()
Returns:
Returns the uri.

setUri

public void setUri(java.lang.String uri)
Parameters:
uri - The uri to set.

getRef

public java.lang.String getRef()
Returns:
Returns the ref.

setRef

public void setRef(java.lang.String ref)
Parameters:
ref - The ref to set.

getValue

public org.w3c.dom.Node getValue()
Returns:
Returns the value.

setValue

public void setValue(org.w3c.dom.Node value)
Parameters:
value - The value to set.

toDom

public void toDom(org.w3c.dom.Element holder)
Specified by:
toDom in interface biz.hammurapi.xml.dom.DomSerializable

getProperties

public java.util.Map getProperties()
Returns:
Returns the properties.


Copyright © 2005 Hammurapi Group. All Rights Reserved.