targetGBean.setAttribute(POJO_CLASS_ATTR, implClassName);
// TODO: add support for handlers defined in the webservice.xml
/*List<Handler> handlers =*/ buildHandlerChain(portInfo);
CeltixWebServiceContainer container = new CeltixWebServiceContainer(portInfo);
targetGBean.setAttribute(WEB_SERVICE_CONTAINER_ATTR, new StoredObject(container));
} catch (IOException ex) {
throw new DeploymentException("unable to store CeltixWebServiceContainer", ex);
} finally {