/* */ {
/* 87 */ this.binding = (type == EndpointMetaData.Type.JAXWS ? new SOAP11BindingJAXWS(true) : new SOAP11BindingJAXRPC(true));
/* */ }
/* 89 */ else if ("http://www.w3.org/2003/05/soap/bindings/HTTP/".equals(bindingId))
/* */ {
/* 91 */ this.binding = (type == EndpointMetaData.Type.JAXWS ? new SOAP12BindingJAXWS() : new SOAP12BindingJAXRPC());
/* */ }
/* 93 */ else if ("http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true".equals(bindingId))
/* */ {
/* 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();
/* */ }