109110111112113114115116117118119
{ return new RPCBinding(); } else if (style.equals(SoapConstants.STYLE_MESSAGE) && use.equals(SoapConstants.USE_LITERAL)) { return new MessageBinding(); } else { throw new UnsupportedOperationException("Service style/use not supported: " + style + "/" + use);