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, transformafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getComponentType, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toStringpublic 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.IntegrationObjectSupportjava.lang.Exception