Interface IAS4IncomingReceiverConfiguration

All Known Implementing Classes:
AS4IncomingReceiverConfiguration

public interface IAS4IncomingReceiverConfiguration
Contains some configuration properties for incoming messages.
Since:
3.0.0
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the URL of this receiving AS4 endpoint.
  • Method Details

    • getReceiverEndpointAddress

      @Nullable String getReceiverEndpointAddress()
      Get the URL of this receiving AS4 endpoint. This is used e.g. to resolve a PMode and use the correct address.
      Returns:
      The URL of the receiving AS4 endpoint.