public interface IToDP extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.ESuccess |
passRequestOnToDP(eu.toop.commons.exchange.ToopRequestWithAttachments140 aRequestWA)
Forward a new TOOP Request to the DP.
|
com.helger.commons.state.ESuccess |
returnErrorResponseToDP(eu.toop.commons.exchange.ToopResponseWithAttachments140 aResponseWA)
Return a response with errors back to the DP.
|
@Nonnull com.helger.commons.state.ESuccess passRequestOnToDP(@Nonnull eu.toop.commons.exchange.ToopRequestWithAttachments140 aRequestWA)
aRequestWA - The TOOP request for the DP.ESuccess@Nonnull com.helger.commons.state.ESuccess returnErrorResponseToDP(@Nonnull eu.toop.commons.exchange.ToopResponseWithAttachments140 aResponseWA)
aResponseWA - The TOOP response with the contained errorsESuccessCopyright © 2018–2020 toop.eu. All rights reserved.