/* 69 */ config.getEndpointConfig().add(wsEndpointConfig);
/* 70 */ return wsEndpointConfig;
/* */ }
/* 72 */ if ("client-config".equals(localName))
/* */ {
/* 74 */ ClientConfigJAXWS clientConfig = new ClientConfigJAXWS();
/* 75 */ config.getClientConfig().add(clientConfig);
/* 76 */ return clientConfig;
/* */ }
/* 78 */ return null;
/* */ }