|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectorInvocation
Represents a request invocation / request execution.
ConnectorRequestInterceptor.handleInvocation(ConnectorInvocation)| Method Summary | |
|---|---|
ConnectorRequest<?> |
getRequest()
The connector request as created through the API. |
Object |
getTarget()
The underlying raw request. |
Object |
proceed()
Makes the request proceed through the interceptor chain. |
| Method Detail |
|---|
Object getTarget()
ConnectorRequest<?> getRequest()
The connector request as created through the API. Accessing the request from an
interceptor may be useful for setting additional properties on the raw request
(returned by getTarget()) that are not supported by the connector.
NOTE: setting parameters on the request (via) ConnectorRequest.setRequestParameter(String, Object)
will not have any effects once the request is executed.
Object proceed()
throws Exception
ConnectorRequestInterceptor implementations are responsible for
calling this method on the invocation.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||