|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerTransport
ServerTransport
Method Summary | |
---|---|
void |
activate(ServerTransportCallback callback)
activate the server transport, involves starting listeners or creating of message queues. |
void |
deactivate()
deactivate the server transport, involves stopping the listeners or message queues. |
void |
postDispatch(javax.xml.ws.handler.MessageContext bindingContext,
OutputStreamMessageContext context)
Do the post dispatch task here. |
Methods inherited from interface org.objectweb.celtix.transports.Transport |
---|
createOutputStreamContext, finalPrepareOutputStreamContext, shutdown |
Method Detail |
---|
void activate(ServerTransportCallback callback) throws IOException
callback
- - The call back object that the transport calls when there is a message to
dispatch
IOException
void deactivate() throws IOException
IOException
void postDispatch(javax.xml.ws.handler.MessageContext bindingContext, OutputStreamMessageContext context) throws IOException
IOException
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |