com.servingxml.ioc.components
Class ConfigurationComponent

java.lang.Object
  extended by com.servingxml.ioc.components.ConfigurationComponent
All Implemented Interfaces:
Component

public class ConfigurationComponent
extends java.lang.Object
implements Component


Constructor Summary
ConfigurationComponent(Name name, int nameSymbol, ComponentAssembler componentAssembler)
           
 
Method Summary
 ComponentAssembler getComponentAssembler()
           
 java.lang.Class getInterface()
           
 Name getName()
           
 int getNameSymbol()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationComponent

public ConfigurationComponent(Name name,
                              int nameSymbol,
                              ComponentAssembler componentAssembler)
Method Detail

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