Class WithMuleContextValueProvider
java.lang.Object
org.mule.test.values.extension.resolver.WithMuleContextValueProvider
- All Implemented Interfaces:
org.mule.runtime.core.api.context.MuleContextAware,org.mule.runtime.extension.api.values.ValueProvider
public class WithMuleContextValueProvider
extends Object
implements org.mule.runtime.extension.api.values.ValueProvider, org.mule.runtime.core.api.context.MuleContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.mule.runtime.api.value.Value>resolve()voidsetMuleContext(org.mule.runtime.core.api.MuleContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.extension.api.values.ValueProvider
getId
-
Constructor Details
-
WithMuleContextValueProvider
public WithMuleContextValueProvider()
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceorg.mule.runtime.extension.api.values.ValueProvider
-
setMuleContext
public void setMuleContext(org.mule.runtime.core.api.MuleContext context) - Specified by:
setMuleContextin interfaceorg.mule.runtime.core.api.context.MuleContextAware
-