|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientTransport
ClientTransport
Method Summary | |
---|---|
InputStreamMessageContext |
invoke(OutputStreamMessageContext context)
invoke on a two-way operation on the remote service. |
Future<InputStreamMessageContext> |
invokeAsync(OutputStreamMessageContext context,
Executor executor)
invoke on a two-way operation on the remote service asyncronously. |
void |
invokeOneway(OutputStreamMessageContext context)
invoke on a oneway operation on a remote service. |
Methods inherited from interface org.objectweb.celtix.transports.Transport |
---|
createOutputStreamContext, finalPrepareOutputStreamContext, shutdown |
Method Detail |
---|
void invokeOneway(OutputStreamMessageContext context) throws IOException
context
-
IOException
InputStreamMessageContext invoke(OutputStreamMessageContext context) throws IOException
context
-
IOException
Future<InputStreamMessageContext> invokeAsync(OutputStreamMessageContext context, Executor executor) throws IOException
context
-
IOException
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |