PartnerDirectory Event

Fired before accessing partner.cfg of a trading partner.

Syntax

public class DefaultAs2profilemgrEventListener implements As2profilemgrEventListener {
  ...
  public void partnerDirectory(As2profilemgrPartnerDirectoryEvent e) {}
  ...
}

public class As2profilemgrPartnerDirectoryEvent {
  public String name;
  public String directory;
}

Remarks

This event is fired every time partner.cfg needs to be accessed i.e when LoadProfile or GetTPInfo are invoked with partner name not being "self". The Name provides the partner name and Directory indicates the directory in which partner profile is expected. Setting Directory to a different path will make the component look for partner.cfg in that directory. Note: PartnerDirectory event is not fired when ListPartners is invoked.

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