110111112113114115116117118119120121
{ return _forwardingAddress.$connect(); } try { Connection conn = $getNamingContext().getConnectionPool().get(_protocol, $getEndpoint(), this); conn.beforeInvoke(); return conn; } catch (RuntimeException ex) { throw ex;