this.context = context;
return getResource("/WEB-INF/jax-ws-catalog.xml");
return context.getResource(path);
return context.getResourcePaths(path);