java.lang.Object
com.aquima.interactions.communication.impl.evaluator.composer.SchemaSetComposer
com.aquima.interactions.communication.impl.evaluator.composer.SoapComposer

public final class SoapComposer extends SchemaSetComposer
Internal class to compose a soap message based on a soap service definition and a profile state.
Since:
9.0
Author:
Arjan Pragt
  • Constructor Details

    • SoapComposer

      public SoapComposer(ISoapServiceDefinition definition, ICommunicationEngineHandler handler, IValueFormatter valueFormatter)
      Construct a soap composer with a definition and a handler for custom elements.
      Parameters:
      definition - The service definition, may not be null.
      handler - The handler for custom elements, may not be null.
      valueFormatter - The ValueFormatter to format the ISingleValue elements, may not be null
  • Method Details