org.mule.umo.model
Interface UMOContainerContext

All Known Implementing Classes:
MuleContainerContext, PicoContainerContext, PlexusContainerContext, SpringContainerContext

public interface UMOContainerContext

Author:
ROSS

To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments


Method Summary
 void configure(java.io.Reader configuration, java.util.Map configurationProperties)
           
 java.lang.Object getComponent(java.lang.Object key)
           
 

Method Detail

getComponent

public java.lang.Object getComponent(java.lang.Object key)
                              throws ComponentNotFoundException
Throws:
ComponentNotFoundException

configure

public void configure(java.io.Reader configuration,
                      java.util.Map configurationProperties)
               throws ComponentResolverException
Throws:
ComponentResolverException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.