|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transport
Transport
Method Summary | |
---|---|
OutputStreamMessageContext |
createOutputStreamContext(javax.xml.ws.handler.MessageContext context)
Create a context from which an OutputStream for the Transport can be obtained. |
void |
finalPrepareOutputStreamContext(OutputStreamMessageContext context)
Prepare the OutputStream context before writing. |
void |
shutdown()
Shutdown the Transport . |
Method Detail |
---|
void shutdown()
Transport
.
OutputStreamMessageContext createOutputStreamContext(javax.xml.ws.handler.MessageContext context) throws IOException
context
- The associated MessageContext.
IOException
- If there is an error creating the context.void finalPrepareOutputStreamContext(OutputStreamMessageContext context) throws IOException
context
- The OutputStreamMessageContext
to prepare.
IOException
- If there is an error preparing the context.
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |