public interface IToopInterfaceDP
TDETOOPRequestType.| Modifier and Type | Method and Description |
|---|---|
void |
onToopErrorResponse(eu.toop.commons.exchange.ToopResponseWithAttachments140 aResponse)
If the TOOP connector cannot handle the TOOP Response in step 3/4 it sends
it back to the DP for correction.
|
void |
onToopRequest(eu.toop.commons.exchange.ToopRequestWithAttachments140 aRequest)
Invoked every time a TOOP Request Message is received
|
void onToopRequest(@Nonnull eu.toop.commons.exchange.ToopRequestWithAttachments140 aRequest) throws IOException
aRequest - Message object. Never null.IOException - in case of processing errorsvoid onToopErrorResponse(@Nonnull eu.toop.commons.exchange.ToopResponseWithAttachments140 aResponse) throws IOException
aResponse - Message object. Never null.IOException - in case of processing errorsCopyright © 2018–2019 toop.eu. All rights reserved.