org.resteasy
Class MessageBodyParameterMarshaller
java.lang.Object
org.resteasy.MessageBodyParameterMarshaller
- All Implemented Interfaces:
- Marshaller
public class MessageBodyParameterMarshaller
- extends java.lang.Object
- implements Marshaller
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.