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

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


public interface ResteasyClientProxy

implemented by every generated proxy

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 void applyClientInvokerModifier(ClientInvokerModifier modifier)
           
<T> T
as(Class<T> iface)
           
 Collection<ClientInvoker> getResteasyClientInvokers()
           
 

Method Detail

getResteasyClientInvokers

Collection<ClientInvoker> getResteasyClientInvokers()

applyClientInvokerModifier

void applyClientInvokerModifier(ClientInvokerModifier modifier)

as

<T> T as(Class<T> iface)

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

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