org.drools.xml
Class WrapperSemanticModule

java.lang.Object
  extended by org.drools.xml.WrapperSemanticModule
All Implemented Interfaces:
SemanticModule

public class WrapperSemanticModule
extends Object
implements SemanticModule


Constructor Summary
WrapperSemanticModule(String uri, SemanticModule module)
           
 
Method Summary
 void addHandler(String name, Handler handler)
           
 Handler getHandler(String name)
           
 Handler getHandlerByClass(Class<?> clazz)
           
 SemanticModule getModule()
           
 String getUri()
           
 void setModule(SemanticModule module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrapperSemanticModule

public WrapperSemanticModule(String uri,
                             SemanticModule module)
Method Detail

getUri

public String getUri()
Specified by:
getUri in interface SemanticModule

addHandler

public void addHandler(String name,
                       Handler handler)
Specified by:
addHandler in interface SemanticModule

getHandler

public Handler getHandler(String name)
Specified by:
getHandler in interface SemanticModule

getHandlerByClass

public Handler getHandlerByClass(Class<?> clazz)
Specified by:
getHandlerByClass in interface SemanticModule

getModule

public SemanticModule getModule()

setModule

public void setModule(SemanticModule module)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.