|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ServiceClient).
This interface contains methods used for configuring a service stub on the client side.
| Nested Class Summary |
| Nested classes inherited from class org.idoox.wasp.config.ProcessingConfiguration |
ProcessingConfiguration.Header, ProcessingConfiguration.HeaderProcessorEntry, ProcessingConfiguration.InterceptorEntry, ProcessingConfiguration.Schema |
| Method Summary | |
java.lang.String |
getAsyncProtocol()
Deprecated. Get the protocol name on which responses for the stub are received. |
int |
getAsyncTimeout()
Deprecated. Get the timeout (in seconds) for waiting on asynchronous transport. |
void |
setAsyncProtocol(java.lang.String protocol)
Deprecated. Set the protocol name on which responses for the stub should be received. |
void |
setAsyncTimeout(int timeout)
Deprecated. Set the timeout (in seconds) for waiting on asynchronous transport. |
| Method Detail |
public java.lang.String getAsyncProtocol()
"http" or "mailto"), or
null when the invocation goes synchronously over
request/response protocol.public void setAsyncProtocol(java.lang.String protocol)
protocol - protocol name (configuration name, usually protocol
schema like "http" or "mailto"), or
null if the invocation should go synchronously over
request/response protocol.public int getAsyncTimeout()
null.
public void setAsyncTimeout(int timeout)
null.
timeout - the timeout in seconds; zero means infinity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||