public abstract class AbstractXmlTransformer
extends org.springframework.integration.transformer.AbstractTransformer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DOM_RESULT |
static java.lang.String |
STRING_RESULT |
Constructor and Description |
---|
AbstractXmlTransformer() |
Modifier and Type | Method and Description |
---|---|
ResultFactory |
getResultFactory() |
java.lang.String |
getResultFactoryName() |
java.lang.String |
getResultType() |
protected void |
onInit() |
void |
setResultFactory(ResultFactory resultFactory) |
void |
setResultFactoryName(java.lang.String resultFactoryName) |
void |
setResultType(java.lang.String resultType) |
doTransform, transform
afterPropertiesSet, getApplicationContext, getApplicationContextId, getBeanFactory, getComponentName, getComponentType, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setMessageBuilderFactory, setTaskScheduler, toString
public static final java.lang.String DOM_RESULT
public static final java.lang.String STRING_RESULT
public void setResultFactoryName(java.lang.String resultFactoryName)
public void setResultType(java.lang.String resultType)
public void setResultFactory(ResultFactory resultFactory)
public java.lang.String getResultType()
public java.lang.String getResultFactoryName()
public ResultFactory getResultFactory()
protected void onInit() throws java.lang.Exception
onInit
in class org.springframework.integration.context.IntegrationObjectSupport
java.lang.Exception