Package com.efaxdeveloper.util.inbound

Java application interface for eFax Developer™ inbound processing.

See:
          Description

Class Summary
Barcode Barcode
InboundRequest InboundRequest application interface
InboundRequestServlet InboundRequestServlet (Sample code)
 

Package com.efaxdeveloper.util.inbound Description

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 the InboundRequest application 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

Since:
Version 2.0