public class ToDPViaToopInterfaceHttp extends Object implements IToDP
IToDP using the HTTP based message passing to the
Toop-Interface URL| Constructor and Description |
|---|
ToDPViaToopInterfaceHttp() |
| 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 public com.helger.commons.state.ESuccess passRequestOnToDP(@Nonnull eu.toop.commons.exchange.ToopRequestWithAttachments140 aRequestWA)
IToDPpassRequestOnToDP in interface IToDPaRequestWA - The TOOP request for the DP.ESuccess@Nonnull public com.helger.commons.state.ESuccess returnErrorResponseToDP(@Nonnull eu.toop.commons.exchange.ToopResponseWithAttachments140 aResponseWA)
IToDPreturnErrorResponseToDP in interface IToDPaResponseWA - The TOOP response with the contained errorsESuccessCopyright © 2018–2020 toop.eu. All rights reserved.