java.lang.Object
com.aquima.interactions.communication.impl.evaluator.composer.RestComposer

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

    • RestComposer

      public RestComposer(IRestServiceDefinition definition, ICommunicationEngineHandler handler, IValueFormatter valueFormatter, IDomainSchemaRegistry schemaRegistry)
      Construct a rest 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