org.resteasy
Class PathParamMarshaller

java.lang.Object
  extended by org.resteasy.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)
           
 
Method Summary
 void marshall(java.lang.Object object, UriBuilderImpl uri, ClientHttpOutput output)
           
 
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)
Method Detail

marshall

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


Copyright © 2008. All Rights Reserved.