Getting an Instance of the E2E Trace Service

Get an instance of the SUPE2ETraceService interface.

You can create a new instance in one of two ways.

Instantiate the object through its implementation class:

[SUPE2ETraceServiceImpl getInstance]; 

Instantiate the object through SUPApplication:

[SUPApplication getE2ETraceService];