クラス AbstractXmlTransformer

実装されたすべてのインターフェース:
AwareBeanFactoryAwareBeanNameAwareInitializingBeanApplicationContextAwareExpressionCapableGenericTransformer<Message<?>,Message<?>>NamedComponentTransformer
既知の直属サブクラス
MarshallingTransformerXsltPayloadTransformer

public abstract class AbstractXmlTransformer extends AbstractTransformer
XML トランスフォーマーのスーパークラス。
作成者:
Jonas Partner, Mark Fisher, Artem Bilan, Liujiong, Gary Russell
  • フィールドの詳細

  • コンストラクターの詳細

    • AbstractXmlTransformer

      public AbstractXmlTransformer()
  • メソッドの詳細

    • setResultFactoryName

      public void setResultFactoryName(StringSE resultFactoryName)
    • setResultType

      public void setResultType(StringSE resultType)
    • setResultFactory

      public void setResultFactory(ResultFactory resultFactory)
    • getResultType

      public StringSE getResultType()
    • getResultFactoryName

      public StringSE getResultFactoryName()
    • getResultFactory

      public ResultFactory getResultFactory()
    • onInit

      protected void onInit()
      クラスからコピーされた説明: IntegrationObjectSupport
      サブクラスは、初期化ロジック用にこれを実装できます。
      オーバーライド:
      クラス IntegrationObjectSupportonInit