org.mule.api
Interface GlobalNameableObject

All Known Implementing Classes:
AbstractExceptionListener, AbstractExceptionStrategy, AbstractMessagingExceptionStrategy, AbstractSystemExceptionStrategy, CatchMessagingExceptionStrategy, ChoiceMessagingExceptionStrategy, CxfComponentExceptionStrategy, DefaultMessagingExceptionStrategy, DefaultServiceExceptionStrategy, DefaultSystemExceptionStrategy, QuietExceptionStrategy, RollbackMessagingExceptionStrategy, TemplateMessagingExceptionStrategy

public interface GlobalNameableObject

Beans implementing GlobalNameableObject have globalName set during initialization to the bean name defined in the configuration


Method Summary
 String getGlobalName()
           
 void setGlobalName(String name)
           
 

Method Detail

getGlobalName

String getGlobalName()

setGlobalName

void setGlobalName(String name)


Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.