Examples of publishToRegistry()


Examples of com.sun.appserv.management.ext.wsmgmt.WebServiceMgr.publishToRegistry()

            map.put(WebServiceMgr.CATEGORIES_KEY, (String)handlerCtx.getInputValue("Categories"));
            map.put(WebServiceMgr.DESCRIPTION_KEY, (String)handlerCtx.getInputValue("Description"));
            map.put(WebServiceMgr.ORGANIZATION_KEY, (String)handlerCtx.getInputValue("Organization"));
            WebServiceMgr wsm = (WebServiceMgr)AMXUtil.getDomainRoot().getWebServiceMgr();
            try {
                wsm.publishToRegistry(registries, webServiceKey, map);
            } catch (Exception ex) {
                GuiUtil.handleException(handlerCtx, ex);
            }
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.