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.api.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.api.exception.ErrorTypeRepository errorTypeRepository) |
@Inject public void setBehaviorManager(org.mule.munit.common.behavior.BehaviorManager behaviorManager)
@Inject public void setErrorTypeRepository(org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository)
public org.mule.runtime.api.interception.ProcessorInterceptor get()
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.api.exception.ErrorTypeRepository errorTypeRepository)
Copyright © 2018. All rights reserved.