org.jboss.resteasy.spi.interception
Interface ClientExecutionContext

All Known Implementing Classes:
ClientExecutionContextImpl

public interface ClientExecutionContext

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 ClientRequest getRequest()
           
 ClientResponse proceed()
           
 

Method Detail

getRequest

ClientRequest getRequest()

proceed

ClientResponse proceed()
                       throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.