Interface CBServer
-
- All Superinterfaces:
DoubleDispatchServer
public interface CBServer extends DoubleDispatchServer
Models a server that handles the callback, if there is one.Created by Jeff Gaynor
on 6/3/13 at 11:02 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallbackResponse
processCallback(CallbackRequest callbackRequest)
-
Methods inherited from interface org.oa4mp.delegation.common.services.DoubleDispatchServer
process
-
-
-
-
Method Detail
-
processCallback
CallbackResponse processCallback(CallbackRequest callbackRequest)
-
-