Package com.sun.enterprise.tools.admingui.bean

Examples of com.sun.enterprise.tools.admingui.bean.WebServiceBean


     */
    @Handler(id="getWebServiceBean",
         output={
            @HandlerOutput(name="WebServiceBean", type=WebServiceBean.class)})
    public static void getWebServiceHandlers(HandlerContext handlerCtx) {
        handlerCtx.setOutputValue("WebServiceBean", new WebServiceBean());
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.tools.admingui.bean.WebServiceBean

Copyright © 2018 www.massapicom. 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.