I have to exposed a REST service, This service will take json
string and then it will verify against the json schema, to check if input json string confirms the json schema. If input json string confirms the schmea then i have to create a asynch
thread which will process the json data.
Please guide , how can i perform following:
1. After validation is done, then I have send "Accepted" Message.
2. After validation is successful, create a asynch thread which will be process my json string.