Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.enterprise.client.jaxrs.api.ResponseCallback

Packages that use ResponseCallback
org.jboss.errai.enterprise.client.jaxrs.api.interceptor   
 

Uses of ResponseCallback in org.jboss.errai.enterprise.client.jaxrs.api.interceptor
 

Methods in org.jboss.errai.enterprise.client.jaxrs.api.interceptor with parameters of type ResponseCallback
abstract  void RestCallContext.proceed(ResponseCallback callback)
          Proceeds to the next interceptor in the chain or with the execution of the intercepted method if all interceptors have been executed.
abstract  void RestCallContext.proceed(ResponseCallback callback, ErrorCallback<?> errorCallback)
          Proceeds to the next interceptor in the chain or with the execution of the intercepted method if all interceptors have been executed.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.