org.resteasy
Class MessageBodyParameterMarshaller

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

public class MessageBodyParameterMarshaller
extends java.lang.Object
implements Marshaller

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
MessageBodyParameterMarshaller(javax.ws.rs.core.MediaType mediaType, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, ResteasyProviderFactory factory)
           
 
Method Summary
 javax.ws.rs.core.MediaType getMediaType()
           
 javax.ws.rs.ext.MessageBodyWriter getMessageBodyWriter()
           
 java.lang.Class getType()
           
 void marshall(java.lang.Object obj, UriBuilderImpl uri, ClientHttpOutput output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageBodyParameterMarshaller

public MessageBodyParameterMarshaller(javax.ws.rs.core.MediaType mediaType,
                                      java.lang.Class type,
                                      java.lang.reflect.Type genericType,
                                      java.lang.annotation.Annotation[] annotations,
                                      ResteasyProviderFactory factory)
Method Detail

marshall

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

getMessageBodyWriter

public javax.ws.rs.ext.MessageBodyWriter getMessageBodyWriter()

getType

public java.lang.Class getType()

getMediaType

public javax.ws.rs.core.MediaType getMediaType()


Copyright © 2008. All Rights Reserved.