/* 287 */ throw new IllegalStateException("Unsupported binding: " + bindingID);
/* */ RemotingConnection remotingConnection;
/* */ RemotingConnection remotingConnection;
/* 290 */ if ("http://www.w3.org/2004/08/wsdl/http".equals(bindingID))
/* */ {
/* 292 */ remotingConnection = new HTTPRemotingConnection();
/* */ }
/* */ else
/* */ {
/* 296 */ remotingConnection = new SOAPRemotingConnection();
/* */ }