public class MunitProcessorInterceptorFactory extends Object implements org.mule.runtime.api.interception.ProcessorInterceptorFactory
| Constructor and Description |
|---|
MunitProcessorInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected MunitProcessorInterceptor |
createInterceptor(org.mule.munit.common.behavior.BehaviorManager behaviorManager,
org.mule.runtime.core.exception.ErrorTypeRepository errorTypeRepository) |
org.mule.runtime.api.interception.ProcessorInterceptor |
get() |
boolean |
intercept(org.mule.runtime.api.component.location.ComponentLocation location) |
void |
setBehaviorManager(org.mule.munit.common.behavior.BehaviorManager behaviorManager) |
void |
setErrorTypeRepository(org.mule.runtime.core.exception.ErrorTypeRepository errorTypeRepository) |
public void setBehaviorManager(org.mule.munit.common.behavior.BehaviorManager behaviorManager)
public void setErrorTypeRepository(org.mule.runtime.core.exception.ErrorTypeRepository errorTypeRepository)
public org.mule.runtime.api.interception.ProcessorInterceptor get()
get in interface java.util.function.Supplier<org.mule.runtime.api.interception.ProcessorInterceptor>public boolean intercept(org.mule.runtime.api.component.location.ComponentLocation location)
intercept in interface org.mule.runtime.api.interception.ProcessorInterceptorFactoryprotected MunitProcessorInterceptor createInterceptor(org.mule.munit.common.behavior.BehaviorManager behaviorManager, org.mule.runtime.core.exception.ErrorTypeRepository errorTypeRepository)
Copyright © 2017. All Rights Reserved.