Partner Event

Fired when ListPartners is invoked.

Syntax

public class DefaultAs2profilemgrEventListener implements As2profilemgrEventListener {
  ...
  public void partner(As2profilemgrPartnerEvent e) {}
  ...
}

public class As2profilemgrPartnerEvent {
  public String partnerIdentifier;
  public String partnerURL;
}

Remarks

This event is fired when ListPartners is called. It fires for each partner found by the AS2ProfileMgr in DataDir. The parameter partnerIdentifier is same as provided to SaveProfile to save the partner profile. The URL provided by the trading partner to post AS2 messages can be read from partnerURL.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Java Edition - Version 20.0 [Build 8203]