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

java.lang.Object
  extended by org.jboss.resteasy.client.core.marshallers.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)
           
 
Method Summary
 void build(ClientRequest request, java.lang.Object object)
           
 MediaType getMediaType()
           
 java.lang.Class getType()
           
 
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)
Method Detail

build

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

getType

public java.lang.Class getType()

getMediaType

public MediaType getMediaType()


Copyright © 2009. All Rights Reserved.