public abstract class IntegrationComponentSpec<S extends IntegrationComponentSpec<S,T>,T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
protected org.apache.commons.logging.Log |
logger |
protected static org.springframework.expression.spel.standard.SpelExpressionParser |
PARSER |
protected T |
target |
Constructor and Description |
---|
IntegrationComponentSpec() |
Modifier and Type | Method and Description |
---|---|
protected S |
_this() |
protected abstract T |
doGet() |
T |
get() |
java.lang.String |
getId() |
protected S |
id(java.lang.String id) |
protected static final org.springframework.expression.spel.standard.SpelExpressionParser PARSER
protected final org.apache.commons.logging.Log logger
protected volatile T target
protected java.lang.String id