Package | Description |
---|---|
org.jboss.errai.enterprise.client.jaxrs.api.interceptor |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.