-
Oct 12th, 2012, 09:52 AM
#1
Implementing EndpointInterceptor
I'm implementing EndpointInterceptor to record the incoming request and outgoing request for auditing. The interface defines a handleRequest method and a handleResponse method.
I need to have the request/response associated in a single row in the database. How do I pass an Id from the handleRequest method to the handleResponse?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules