Package | Description |
---|---|
net.sf.cuf.xfer |
The data transfer ("xfer") library is the base for a synchronos or
asynchronos access of the business core.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultResponse<T>
DefaultResponse is a default implementation for the Response interface.
|
Modifier and Type | Method and Description |
---|---|
Response<T> |
Request.execute()
Generate a response for the current request state.
|
Response<T> |
RequestDelegate.execute(Request<T> pRequest)
Generates a response for the handed request.
|
<T> Response<T> |
Dispatch.syncExecute(Request<T> pRequest)
Generate a response (includes delegate handling) but doesn't dispatch the response.
|
<T> Response<T> |
AbstractDispatcher.syncExecute(Request<T> pRequest)
Generate a response (includes delegate handling) but doesn't dispatch the response.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.