com.servingxml.ioc.components
Class ConfigurationComponent
java.lang.Object
com.servingxml.ioc.components.ConfigurationComponent
- All Implemented Interfaces:
- Component
public class ConfigurationComponent
- extends java.lang.Object
- implements Component
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigurationComponent
public ConfigurationComponent(Name name,
int nameSymbol,
ComponentAssembler componentAssembler)
getName
public Name getName()
getNameSymbol
public int getNameSymbol()
getInterface
public java.lang.Class getInterface()
getComponentAssembler
public ComponentAssembler getComponentAssembler()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object