/* 344 */ log.debug("Sending response to addressing destination: " + wsaTo);
/* 345 */ new SOAPConnectionImpl().callOneWay((SOAPMessage)resMessage, wsaTo);
/* */ }
/* */ else
/* */ {
/* 349 */ resMessage.writeTo(outputStream);
/* */ }
/* */ }
/* */
/* */ private MessageAbstraction processRequest(Endpoint ep, MimeHeaderSource headerSource, InvocationContext reqContext, InputStream inputStream)
/* */ throws BindingException