UVM sequence

Hi,
1.Is it possible to access the inbuilt response queue and request queue which is there inside a sequencer if yes then is it possible to take a handle of that queue and access the response in another UVM component class.

2.i want to store the data coming from a slave side to the master driver side and from driver it will send that data as a response to the sequence and from this sequence I want to take this response data which is received in this sequence class and store it in a different queue which is defined in another UVM component class…is it possible?.. according to me what we can do is we can take a handle of this sequence class inside that component where we want to store this response in a queue and using this sequence handle class we can access the response and store it in a different queue…let me know whether this will works or not

In reply to yunusmujawar:
It is a little bit unclear to me what your intention is. I guess you want to use transaction data from the slave in the master and also transaction data from the master in the slave. Is this correct?