com.smallx.xml.component
Interface Component

All Superinterfaces:
ItemDestination
All Known Implementing Classes:
ComponentBase

public interface Component
extends ItemDestination


Method Summary
 void attach(ItemDestination output)
           
 ComponentContext getContext()
           
 Name getName()
           
 java.lang.String getVersion()
           
 void init(ComponentContext context)
           
 
Methods inherited from interface com.smallx.xml.infoset.ItemDestination
send, setOutputType
 

Method Detail

getName

public Name getName()

getVersion

public java.lang.String getVersion()

init

public void init(ComponentContext context)
          throws XMLException
Throws:
XMLException

attach

public void attach(ItemDestination output)
            throws XMLException
Throws:
XMLException

getContext

public ComponentContext getContext()