Interface PAServer
-
- All Superinterfaces:
DoubleDispatchServer
- All Known Implementing Classes:
PAServer2
public interface PAServer extends DoubleDispatchServer
A server tasked with processing requests for a protected asset.Created by Jeff Gaynor
on 6/3/13 at 10:46 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PAResponse
processPARequest(PARequest request)
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.common.services.DoubleDispatchServer
process
-
-
-
-
Method Detail
-
processPARequest
PAResponse processPARequest(PARequest request)
-
-