com.smallx.xml.pipeline
Interface Pipeline


public interface Pipeline


Method Summary
 ComponentContext getContext()
           
 java.lang.String getName()
           
 ItemDestination getStart()
           
 void init(ComponentContext context)
           
 void setEnd(ItemDestination end)
           
 

Method Detail

getName

public java.lang.String getName()

getStart

public ItemDestination getStart()

setEnd

public void setEnd(ItemDestination end)
            throws XMLException
Throws:
XMLException

init

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

getContext

public ComponentContext getContext()