|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
eFax Developer™ inbound processing.
See:
Description
| Class Summary | |
|---|---|
| Barcode | Barcode |
| InboundRequest | InboundRequest application interface |
| InboundRequestServlet | InboundRequestServlet (Sample code) |
Java application interface for
eFax Developer™ inbound processing.
Inbound Request
Clients can choose to have their inbound faxes forwarded to a specified endpoint via HTTP(S) POST request. The processor that resides at the designated endpoint can use an instance of theInboundRequestapplication interface to access the XML-formatted content received from eFax Developer™ Inbound Services.// Establish a new InboundRequest object for the request
InboundRequest req = new InboundRequest(request.getParameter("xml"));
Process the InboundRequest content...Related Documentation
- eFax Developer Java User Guide for Inbound Processing can be found within the "\docs\inbound" subfolder of this SDK package.
- Since:
- Version 2.0
Overview Package Class Use Tree Deprecated Index Help PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES