Package org.apache.camel.support
Class DefaultAutoMockInterceptStrategy
java.lang.Object
org.apache.camel.support.DefaultAutoMockInterceptStrategy
- All Implemented Interfaces:
org.apache.camel.spi.AutoMockInterceptStrategy
public class DefaultAutoMockInterceptStrategy
extends Object
implements org.apache.camel.spi.AutoMockInterceptStrategy
Default
AutoMockInterceptStrategy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSkip()voidsetPattern(String pattern) voidsetSkip(boolean skip)
-
Constructor Details
-
DefaultAutoMockInterceptStrategy
-
DefaultAutoMockInterceptStrategy
public DefaultAutoMockInterceptStrategy()
-
-
Method Details
-
getPattern
- Specified by:
getPatternin interfaceorg.apache.camel.spi.AutoMockInterceptStrategy
-
setPattern
- Specified by:
setPatternin interfaceorg.apache.camel.spi.AutoMockInterceptStrategy
-
isSkip
public boolean isSkip()- Specified by:
isSkipin interfaceorg.apache.camel.spi.AutoMockInterceptStrategy
-
setSkip
public void setSkip(boolean skip) - Specified by:
setSkipin interfaceorg.apache.camel.spi.AutoMockInterceptStrategy
-