|
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 | |
---|---|
OutputStreamMessageContext |
createOutputStreamContext(javax.xml.ws.handler.MessageContext context)
|
void |
finalPrepareOutputStreamContext(OutputStreamMessageContext context)
|
InputStreamMessageContext |
invoke(OutputStreamMessageContext context)
invoke on a two-way operation on the remote service. |
Future<InputStreamMessageContext> |
invokeAsync(OutputStreamMessageContext context)
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 |
---|
shutdown |
Method Detail |
---|
OutputStreamMessageContext createOutputStreamContext(javax.xml.ws.handler.MessageContext context) throws IOException
context
- The associated MessageContext.
IOException
void finalPrepareOutputStreamContext(OutputStreamMessageContext context) throws IOException
context
- The OutputStreamMessageContext
to prepare.
IOException
void invokeOneway(OutputStreamMessageContext context) throws IOException
context
-
IOException
InputStreamMessageContext invoke(OutputStreamMessageContext context) throws IOException
context
-
IOException
Future<InputStreamMessageContext> invokeAsync(OutputStreamMessageContext context) throws IOException
context
-
IOException
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |