org.jboss.resteasy.client.core.marshallers
Interface Marshaller

All Known Implementing Classes:
CookieParamMarshaller, FormMarshaller, FormParamMarshaller, HeaderParamMarshaller, MatrixParamMarshaller, MessageBodyParameterMarshaller, NOOPMarshaller, PathParamMarshaller, QueryParamMarshaller, URIParamMarshaller

public interface Marshaller

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 void build(ClientRequest request, Object target)
           
 

Method Detail

build

void build(ClientRequest request,
           Object target)


Copyright © 2012. All Rights Reserved.