-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Chris Smith edited this page Dec 19, 2018
·
3 revisions
See the navigation bar on the right for an overview of the Data Exchange Layer (DXL), the OpenDXL Java client, and examples.
The OpenDXL Java Client enables the development of applications that connect to the McAfee Data Exchange Layer messaging fabric for the purposes of sending/receiving events and invoking/providing services.
To start using the OpenDXL Java client:
- Download the Latest Release
- Extract the release .zip (Windows) or .tar (Linux) file
- View the
README.htmlfile located at the root of the extracted files.- The
READMElinks to the SDK documentation which includes installation instructions, API details, and samples. - The SDK documentation is also available on-line here.
- The
Data Exchange Layer (DXL) Overview
OpenDXL Java Client
Documentation
Main Classes
- DxlClient
- DxlClientConfig
- ServiceRegistrationInfo
- Messages
- Message (Base Class)
- Event
- Request
- Response
- ErrorResponse
- Callbacks
Examples