org.jboss.resteasy.client.core
Class ClientMarshallerFactory

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

public class ClientMarshallerFactory
extends java.lang.Object


Constructor Summary
ClientMarshallerFactory()
           
 
Method Summary
static Marshaller 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[] createMarshallers(java.lang.reflect.Method method, ResteasyProviderFactory providerFactory)
           
 
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(java.lang.reflect.Method method,
                                             ResteasyProviderFactory providerFactory)

createMarshaller

public static Marshaller 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)


Copyright © 2009. All Rights Reserved.