public interface IMEIncomingHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleIncomingErrorResponse(IncomingEDMErrorResponse aErrorResponse)
Handle an incoming error response for step 4/4.
|
void |
handleIncomingRequest(IncomingEDMRequest aRequest)
Handle an incoming request for step 2/4.
|
void |
handleIncomingResponse(IncomingEDMResponse aResponse)
Handle an incoming response for step 4/4.
|
void handleIncomingRequest(@Nonnull IncomingEDMRequest aRequest) throws MEIncomingException
aRequest - The request to handle. Never null.MEIncomingException - In case of error.void handleIncomingResponse(@Nonnull IncomingEDMResponse aResponse) throws MEIncomingException
aResponse - The response to handle. Contains attachments and metadata. Never
null.MEIncomingException - In case of error.void handleIncomingErrorResponse(@Nonnull IncomingEDMErrorResponse aErrorResponse) throws MEIncomingException
aErrorResponse - The response to handle. Never null.MEIncomingException - In case of error.Copyright © 2020 toop.eu. All rights reserved.