org.mule.model
Class MuleContainerContext

java.lang.Object
  extended byorg.mule.model.MuleContainerContext
All Implemented Interfaces:
UMOContainerContext

public class MuleContainerContext
extends java.lang.Object
implements UMOContainerContext

MuleContainerContext is a default resolver that doesn't support external reference resolution. It's function is to provide a complete implementation when a componenet resolver is not defined. The default (legacy) behaviour is to build a component key as a fully qualified class name

Version:
$Revision: 1.2 $
Author:
Ross Mason

Constructor Summary
MuleContainerContext()
           
 
Method Summary
 void configure(java.io.Reader configuration, java.util.Map configurationProperties)
           
 java.lang.Object getComponent(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleContainerContext

public MuleContainerContext()
Method Detail

getComponent

public java.lang.Object getComponent(java.lang.Object key)
                              throws ComponentNotFoundException
Specified by:
getComponent in interface UMOContainerContext
Throws:
ComponentNotFoundException

configure

public void configure(java.io.Reader configuration,
                      java.util.Map configurationProperties)
Specified by:
configure in interface UMOContainerContext


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