RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.client.core.marshallers
Class ClientMarshallerFactory

java.lang.Object
  extended by org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory

public class ClientMarshallerFactory
extends Object


Constructor Summary
ClientMarshallerFactory()
           
 
Method Summary
static Marshaller createMarshaller(Class<?> declaring, ResteasyProviderFactory providerFactory, Class<?> type, Annotation[] annotations, Type genericType, AccessibleObject target, boolean ignoreBody)
           
static Marshaller createMarshaller(Class<?> declaring, ResteasyProviderFactory providerFactory, Class<?> type, Annotation[] annotations, Type genericType, AccessibleObject target, javax.ws.rs.core.MediaType defaultConsumes, boolean ignoreBody)
           
static Marshaller[] createMarshallers(Class declaringClass, Method method, ResteasyProviderFactory providerFactory)
           
static Marshaller[] createMarshallers(Class declaringClass, Method method, ResteasyProviderFactory providerFactory, javax.ws.rs.core.MediaType defaultConsumes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientMarshallerFactory

public ClientMarshallerFactory()
Method Detail

createMarshallers

public static Marshaller[] createMarshallers(Class declaringClass,
                                             Method method,
                                             ResteasyProviderFactory providerFactory)

createMarshallers

public static Marshaller[] createMarshallers(Class declaringClass,
                                             Method method,
                                             ResteasyProviderFactory providerFactory,
                                             javax.ws.rs.core.MediaType defaultConsumes)

createMarshaller

public static Marshaller createMarshaller(Class<?> declaring,
                                          ResteasyProviderFactory providerFactory,
                                          Class<?> type,
                                          Annotation[] annotations,
                                          Type genericType,
                                          AccessibleObject target,
                                          boolean ignoreBody)

createMarshaller

public static Marshaller createMarshaller(Class<?> declaring,
                                          ResteasyProviderFactory providerFactory,
                                          Class<?> type,
                                          Annotation[] annotations,
                                          Type genericType,
                                          AccessibleObject target,
                                          javax.ws.rs.core.MediaType defaultConsumes,
                                          boolean ignoreBody)

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.