|
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. |
OutputStreamMessageContext |
createOutputStreamContext(javax.xml.ws.handler.MessageContext context)
|
void |
deactivate()
deactivate the server transport, involves stopping the listeners or message queues. |
void |
finalPrepareOutputStreamContext(OutputStreamMessageContext context)
|
Methods inherited from interface org.objectweb.celtix.transports.Transport |
---|
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
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
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |