Package com.skava.log
Class AuditLogProcessor
java.lang.Object
com.skava.log.AuditLogProcessor
- All Implemented Interfaces:
org.apache.camel.Processor
The Class AuditLogProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getServiceNameFromUri
(String httpUri) Fetches the service name from the HTTP_URI stringvoid
process
(org.apache.camel.Exchange exchange)
-
Constructor Details
-
AuditLogProcessor
public AuditLogProcessor()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) - Specified by:
process
in interfaceorg.apache.camel.Processor
-
getServiceNameFromUri
Fetches the service name from the HTTP_URI string- Parameters:
httpUri
- Holds the HTTP_URI value- Returns:
- the service name
-