createOutputStreamContext(MessageContext context) Create a context from which an OutputStream for the Transport can
be obtained.
Parameters: context - The associated MessageContext.
Create a context from which an OutputStream for the Transport can
be obtained.
Parameters: context - The associated MessageContext. the context that will be used to obtain the OutputStream throws: IOException - If there is an error creating the context.
Prepare the OutputStream context before writing.
Parameters: context - The OutputStreamMessageContext to prepare. throws: IOException - If there is an error preparing the context.