|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
com.efaxdeveloper.util.inbound | |
com.efaxdeveloper.util.outbound |
eFax Developer™ API for Fax Processing contains a collection of classes that can be used by the client-side developer to interact with eFax Developer™ inbound and outbound fax services.
The eFax Developer™ API is broken into the following packages:
com.efaxdeveloper.util.inbound
Clients can setup their eFax Developer™ account to push inbound faxes to a remote endpoint via an HTTP POST request.
This package contains the
InboundRequest
andBarcode
classes that can be used within the client-side process to parse through the POST request received from eFax Developer™ Inbound Services.
com.efaxdeveloper.util.outbound
This package contains classes to be used by client-side processing to submit outbound fax transmissions and transmission status requests to eFax Developer™ Outbound Services.
The
OutboundRequest
,OutboundResponse
,DocumentBundler
andEmailBundler
classes are provided to support client-side fax transmission processing, while theStatusRequest
andStatusResponse
classes provide support for client-side transmission status requests.Also contained within this package is the
DispositionCatcher
class that can be used by client-side disposition processing to parse through the XML-formatted parameter received from eFax Developer™ Outbound Services.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |