Uses of Interface
org.jboss.resteasy.client.core.Marshaller

Packages that use Marshaller
org.jboss.resteasy.client   
org.jboss.resteasy.client.core   
 

Uses of Marshaller in org.jboss.resteasy.client
 

Methods in org.jboss.resteasy.client with parameters of type Marshaller
 ClientRequest ClientRequest.marshaller(Marshaller marshaller, java.lang.Object value)
          This is mostly used internally, but the Marshaller can be used as an "interceptor"
 

Uses of Marshaller in org.jboss.resteasy.client.core
 

Classes in org.jboss.resteasy.client.core that implement Marshaller
 class CookieParamMarshaller
           
 class FormMarshaller
           
 class FormParamMarshaller
           
 class HeaderParamMarshaller
           
 class MatrixParamMarshaller
           
 class MessageBodyParameterMarshaller
           
 class PathParamMarshaller
           
 class QueryParamMarshaller
           
 

Fields in org.jboss.resteasy.client.core with type parameters of type Marshaller
protected  java.util.HashMap<java.lang.reflect.Field,Marshaller> FormMarshaller.fieldMap
           
 

Methods in org.jboss.resteasy.client.core that return Marshaller
static Marshaller ClientMarshallerFactory.createMarshaller(java.lang.Class<?> declaring, ResteasyProviderFactory providerFactory, java.lang.Class<?> type, java.lang.annotation.Annotation[] annotations, java.lang.reflect.Type genericType, java.lang.reflect.AccessibleObject target, boolean ignoreBody)
           
static Marshaller[] ClientMarshallerFactory.createMarshallers(java.lang.reflect.Method method, ResteasyProviderFactory providerFactory)
           
 Marshaller[] WebRequestIntializer.getParams()
           
 

Constructors in org.jboss.resteasy.client.core with parameters of type Marshaller
WebRequestIntializer(Marshaller[] marshallers)
           
 



Copyright © 2009. All Rights Reserved.