Interface ISoapMessagePartVisitor

All Known Implementing Classes:
ReportingSoapMessagePartVisitor, SoapMessagePartVisitor

public interface ISoapMessagePartVisitor
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This methods adds a messagepart to the message.
  • Method Details

    • addMessagePart

      void addMessagePart(ISoapMessagePartDS datasource)
      This methods adds a messagepart to the message.
      Parameters:
      datasource - The datasource of the messagepart.
      Throws:
      InitializationException - This exception is thrown when the soap messagepart could not be initialized with the provided data source.