*/
protected TransferObject respond(TransferObject tobj, final boolean bResponse) throws IntegrationException
{
if (m_server != null)
{
throw new StateException("err.integration.state.respond", new Object[]{m_channel.getName()});
}
if (s_logger.isDebugEnabled())
{
s_logger.debug("Sending a " + ((bResponse) ? "message" : "request") +