org.jboss.resteasy.client.core
Interface ClientInterceptor


public interface ClientInterceptor


Method Summary
 void postExecute(ClientResponseImpl clientResponseImpl)
           
 void postUnMarshalling(ClientResponseImpl clientResponseImpl)
           
 void preBaseMethodConstruction(ClientResponseImpl clientResponseImpl)
           
 void preExecute(ClientResponseImpl clientResponseImpl)
           
 

Method Detail

preBaseMethodConstruction

void preBaseMethodConstruction(ClientResponseImpl clientResponseImpl)

preExecute

void preExecute(ClientResponseImpl clientResponseImpl)

postExecute

void postExecute(ClientResponseImpl clientResponseImpl)

postUnMarshalling

void postUnMarshalling(ClientResponseImpl clientResponseImpl)


Copyright © 2009. All Rights Reserved.