/* */ private RemotingConnection getRemotingConnection()
/* */ {
/* 285 */ String bindingID = ((Binding21)this.bindingProvider.getBinding()).getBindingID();
/* 286 */ if (!EndpointMetaData.SUPPORTED_BINDINGS.contains(bindingID))
/* 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