com.sun.jersey.test.framework.impl.container.inmemory
Class TestResourceClientHandler

java.lang.Object
  extended by com.sun.jersey.api.client.TerminatingClientHandler
      extended by com.sun.jersey.test.framework.impl.container.inmemory.TestResourceClientHandler
All Implemented Interfaces:
ClientHandler

public class TestResourceClientHandler
extends TerminatingClientHandler

Author:
Paul.Sandoz@Sun.COM

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jersey.api.client.TerminatingClientHandler
TerminatingClientHandler.RequestEntityWriter, TerminatingClientHandler.RequestEntityWriterListener
 
Field Summary
 
Fields inherited from class com.sun.jersey.api.client.TerminatingClientHandler
EMPTY_ANNOTATIONS
 
Constructor Summary
TestResourceClientHandler(URI baseUri, WebApplication w)
           
 
Method Summary
 ClientResponse handle(ClientRequest clientRequest)
          Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.
 
Methods inherited from class com.sun.jersey.api.client.TerminatingClientHandler
getMessageBodyWorkers, getRequestEntityWriter, headerValueToString, writeRequestEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResourceClientHandler

public TestResourceClientHandler(URI baseUri,
                                 WebApplication w)
Method Detail

handle

public ClientResponse handle(ClientRequest clientRequest)
Description copied from interface: ClientHandler
Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.

Parameters:
clientRequest - the HTTP request.
Returns:
the HTTP response.


Copyright © 2013 Oracle Corporation. All Rights Reserved.