public abstract class AbstractXmlTransformer extends AbstractTransformer
| Modifier and Type | Field and Description |
|---|---|
static String |
DOM_RESULT |
static String |
STRING_RESULT |
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, transformafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getComponentType, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setTaskScheduler, toStringpublic 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()
throws Exception
IntegrationObjectSupportonInit in class IntegrationObjectSupportException - Any exception.