Interface Payload.Inbound

Enclosing interface:
Payload

public static interface Payload.Inbound
Public API for inbound payloads.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the header that should be set in the outgoing and incoming http request or response.
    Returns the parts from the inbound payload.
  • Method Details

    • parts

      Returns the parts from the inbound payload.
      Returns:
      Iterator over the inbound Parts
    • getHeaderName

      String getHeaderName()
      Returns the name of the header that should be set in the outgoing and incoming http request or response.
      Returns:
      the header name