/* */ {
/* 111 */ this.log.trace("CommonConfig newChild: " + localName);
/* */
/* 113 */ if ("pre-handler-chains".equals(localName))
/* */ {
/* 115 */ HandlerChainsConfigJAXWS preHandlerChains = new HandlerChainsConfigJAXWS();
/* 116 */ commonConfig.setPreHandlerChains(preHandlerChains);
/* 117 */ return preHandlerChains;
/* */ }
/* 119 */ if ("post-handler-chains".equals(localName))
/* */ {
/* 121 */ HandlerChainsConfigJAXWS postHandlerChains = new HandlerChainsConfigJAXWS();
/* 122 */ commonConfig.setPostHandlerChains(postHandlerChains);
/* 123 */ return postHandlerChains;
/* */ }
/* */
/* 126 */ return null;