org.resteasy.plugins.client.httpclient
Class PutInvoker

java.lang.Object
  extended by org.resteasy.ClientInvoker
      extended by org.resteasy.plugins.client.httpclient.HttpClientInvoker
          extended by org.resteasy.plugins.client.httpclient.PutInvoker

public class PutInvoker
extends HttpClientInvoker

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.resteasy.ClientInvoker
accepts, builder, declaring, method, params, providerFactory
 
Constructor Summary
PutInvoker(org.apache.commons.httpclient.HttpClient client, java.lang.Class<?> declaring, java.lang.reflect.Method method, ResteasyProviderFactory providerFactory)
           
 
Method Summary
 org.apache.commons.httpclient.HttpMethodBase createBaseMethod(java.lang.String uri)
           
 
Methods inherited from class org.resteasy.plugins.client.httpclient.HttpClientInvoker
extractClientResponse, invoke
 
Methods inherited from class org.resteasy.ClientInvoker
determineMediaType, setBaseUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutInvoker

public PutInvoker(org.apache.commons.httpclient.HttpClient client,
                  java.lang.Class<?> declaring,
                  java.lang.reflect.Method method,
                  ResteasyProviderFactory providerFactory)
Method Detail

createBaseMethod

public org.apache.commons.httpclient.HttpMethodBase createBaseMethod(java.lang.String uri)
Specified by:
createBaseMethod in class HttpClientInvoker


Copyright © 2008. All Rights Reserved.