org.jboss.resteasy.client.core
Class PathParamMarshaller

java.lang.Object
  extended by org.jboss.resteasy.client.core.PathParamMarshaller
All Implemented Interfaces:
Marshaller

public class PathParamMarshaller
extends java.lang.Object
implements Marshaller

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
PathParamMarshaller(java.lang.String paramName, boolean encoded, ResteasyProviderFactory factory)
           
 
Method Summary
 void buildRequest(java.lang.Object object, org.apache.commons.httpclient.HttpMethodBase httpMethod)
           
 void buildUri(java.lang.Object object, UriBuilderImpl uri)
           
 void setHeaders(java.lang.Object object, org.apache.commons.httpclient.HttpMethodBase httpMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathParamMarshaller

public PathParamMarshaller(java.lang.String paramName,
                           boolean encoded,
                           ResteasyProviderFactory factory)
Method Detail

buildUri

public void buildUri(java.lang.Object object,
                     UriBuilderImpl uri)
Specified by:
buildUri in interface Marshaller

setHeaders

public void setHeaders(java.lang.Object object,
                       org.apache.commons.httpclient.HttpMethodBase httpMethod)
Specified by:
setHeaders in interface Marshaller

buildRequest

public void buildRequest(java.lang.Object object,
                         org.apache.commons.httpclient.HttpMethodBase httpMethod)
Specified by:
buildRequest in interface Marshaller


Copyright © 2009. All Rights Reserved.