org.jboss.resteasy.client.core
Class MessageBodyParameterMarshaller

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

public class MessageBodyParameterMarshaller
extends java.lang.Object
implements Marshaller

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
MessageBodyParameterMarshaller(MediaType mediaType, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, ResteasyProviderFactory factory)
           
 
Method Summary
 void buildRequest(java.lang.Object object, org.apache.commons.httpclient.HttpMethodBase httpMethod)
           
 void buildUri(java.lang.Object object, UriBuilderImpl uri)
           
 MediaType getMediaType()
           
 MessageBodyWriter getMessageBodyWriter()
           
 java.lang.Class getType()
           
 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

MessageBodyParameterMarshaller

public MessageBodyParameterMarshaller(MediaType mediaType,
                                      java.lang.Class type,
                                      java.lang.reflect.Type genericType,
                                      java.lang.annotation.Annotation[] annotations,
                                      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

getMessageBodyWriter

public MessageBodyWriter getMessageBodyWriter()

getType

public java.lang.Class getType()

getMediaType

public MediaType getMediaType()


Copyright © 2009. All Rights Reserved.