org.jboss.resteasy.client.core.marshallers
Class QueryParamMarshaller

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

public class QueryParamMarshaller
extends java.lang.Object
implements Marshaller

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
QueryParamMarshaller(java.lang.String paramName)
           
 
Method Summary
 void build(ClientRequest request, java.lang.Object object)
           
 void buildRequest(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

QueryParamMarshaller

public QueryParamMarshaller(java.lang.String paramName)
Method Detail

build

public void build(ClientRequest request,
                  java.lang.Object object)
Specified by:
build in interface Marshaller

buildRequest

public void buildRequest(java.lang.Object object,
                         org.apache.commons.httpclient.HttpMethodBase httpMethod)


Copyright © 2009. All Rights Reserved.