クラス AbstractXmlTransformer

実装済みのインターフェース一覧:
Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ComponentSourceAware, ExpressionCapable, GenericTransformer<Message<?>, Message<?>>, NamedComponent, Transformer
既知の直属サブクラス
MarshallingTransformer, XsltPayloadTransformer

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 @Nullable StringSE getResultType()
    • getResultFactoryName

      public @Nullable StringSE getResultFactoryName()
    • getResultFactory

      public ResultFactory getResultFactory()
    • onInit

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