9899100101102103104105
{ binding = (type == Type.JAXWS ? new SOAP12BindingJAXWS(true) : new SOAP12BindingJAXRPC(true)); } else if (HTTPBinding.HTTP_BINDING.equals(bindingId)) { binding = new HTTPBindingJAXWS(); } }
979899100101102103104
96979899100101102103
949596979899100101
5960616263646566
/* */ { /* 95 */ this.binding = (type == EndpointMetaData.Type.JAXWS ? new SOAP12BindingJAXWS(true) : new SOAP12BindingJAXRPC(true)); /* */ } /* 97 */ else if ("http://www.w3.org/2004/08/wsdl/http".equals(bindingId)) /* */ { /* 99 */ this.binding = new HTTPBindingJAXWS(); /* */ } /* */ }
9293949596979899