public interface SxmpProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(Account account) |
DeliverResponse |
deliver(Account account,
DeliverRequest deliverRequest) |
DeliveryReportResponse |
deliveryReport(Account account,
DeliveryReportRequest deliveryRequest) |
SubmitResponse |
submit(Account account,
SubmitRequest submitRequest) |
boolean authenticate(Account account) throws SxmpErrorException
SxmpErrorExceptionSubmitResponse submit(Account account, SubmitRequest submitRequest) throws SxmpErrorException
SxmpErrorExceptionDeliverResponse deliver(Account account, DeliverRequest deliverRequest) throws SxmpErrorException
SxmpErrorExceptionDeliveryReportResponse deliveryReport(Account account, DeliveryReportRequest deliveryRequest) throws SxmpErrorException
SxmpErrorExceptionCopyright © 2016. All rights reserved.