public abstract class AbstractXmlTransformer extends AbstractTransformer
Modifier and Type | Field and Description |
---|---|
static String |
DOM_RESULT |
static String |
STRING_RESULT |
EXPRESSION_PARSER, logger
Constructor and Description |
---|
AbstractXmlTransformer() |
Modifier and Type | Method and Description |
---|---|
ResultFactory |
getResultFactory() |
String |
getResultFactoryName() |
String |
getResultType() |
protected void |
onInit()
Subclasses may implement this for initialization logic.
|
void |
setResultFactory(ResultFactory resultFactory) |
void |
setResultFactoryName(String resultFactoryName) |
void |
setResultType(String resultType) |
doTransform, transform
afterPropertiesSet, extractTypeIfPossible, generateId, getApplicationContext, getApplicationContextId, getBeanDescription, getBeanFactory, getBeanName, getChannelResolver, getComponentName, getComponentType, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toString
public static final String DOM_RESULT
public static final String STRING_RESULT
public void setResultFactoryName(String resultFactoryName)
public void setResultType(String resultType)
public void setResultFactory(ResultFactory resultFactory)
public String getResultType()
public String getResultFactoryName()
public ResultFactory getResultFactory()
protected void onInit()
IntegrationObjectSupport
onInit
in class IntegrationObjectSupport