public interface AsyncPreCallContext
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
setProperty(java.lang.String name,
java.lang.Object value) |
Deprecated.
Set a property on the context.
|
void |
setTimeout(long numSec) |
Deprecated.
Set the timeout for the particular asynchronous web services invoke.
|
java.lang.Object setProperty(java.lang.String name, java.lang.Object value)
name
- Name of the propertyvalue
- Value of the propertyvoid setTimeout(long numSec)
numSec
- Number of seconds for the timeout.