@ThreadRestricted(value="constructor") public abstract class Call extends Object
Modifier | Constructor and Description |
---|---|
protected |
Call(String _prefix,
Requesting _req,
ResponseConfiguration _resConfig)
Constructs a Call.
|
Modifier and Type | Method and Description |
---|---|
static void |
init(WAP wap)
The class initializer.
|
String |
prefix()
The prefix assigned to this call.
|
Requesting |
req()
The request context.
|
abstract void |
respond(Responding res)
Responds to the call.
|
protected Call(String _prefix, Requesting _req, ResponseConfiguration _resConfig) throws HTTPRequestException
HTTPRequestException
prefix()
,
req()
@ThreadSafe public static void init(WAP wap) throws ServletException
ServletException
public final Requesting req()
public abstract void respond(Responding res) throws IOException
IOException