@IsSPIInterface
public interface IAS2IncomingSBDHandlerSPI
| Modifier and Type | Method and Description |
|---|---|
void |
handleIncomingSBD(com.helger.commons.http.HttpHeaderMap aHeaders,
org.unece.cefact.namespaces.sbdh.StandardBusinessDocument aSBD)
Handle the provided incoming StandardBusinessDocument
|
void handleIncomingSBD(@Nonnull com.helger.commons.http.HttpHeaderMap aHeaders, @Nonnull org.unece.cefact.namespaces.sbdh.StandardBusinessDocument aSBD) throws Exception
aHeaders - The HTTP headers of the incoming request. Never null.aSBD - The incoming document that is never null.Exception - In case it cannot be processed.Copyright © 2014–2020 Philip Helger. All rights reserved.