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

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

public class URIParamMarshaller
extends java.lang.Object
implements Marshaller

allows a user to specify the url.

Version:
$Revision: 1 $
Author:
Solomon Duskis

Constructor Summary
URIParamMarshaller()
           
 
Method Summary
 void build(ClientRequest request, java.lang.Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIParamMarshaller

public URIParamMarshaller()
Method Detail

build

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


Copyright © 2009. All Rights Reserved.