org.jboss.resteasy.client.core.marshallers
Class MessageBodyParameterMarshaller
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageBodyParameterMarshaller
public MessageBodyParameterMarshaller(MediaType mediaType,
java.lang.Class type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations)
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 © 2010. All Rights Reserved.