Package com.sun.appserv.management.ext.wsmgmt

Examples of com.sun.appserv.management.ext.wsmgmt.WebServiceEndpointInfoImpl


                    final String serviceUrl =
                    getServiceURL(wsdl,port) ;

                    // populate web service endpoint info object
                    WebServiceEndpointInfoImpl wsInfo = new
                        WebServiceEndpointInfoImpl(pt.getPortComponentName(),
                            uri, appId, bundleName, isAppStandAloneModule,
                            wsdlFile, mapping, wsFile,implType,implName,
                            implClass, serviceUrl, wsDescrInfo.isSecure());

                    wsInfo.putField(
                    WebServiceEndpointInfo.SUN_WEB_XML_KEY, (Serializable)propMap.get(
                        WebServiceInfoProvider.SUN_WEB_XML_PROP_NAME));

                    wsInfo.putField(
                    WebServiceEndpointInfo.WEB_XML_KEY, (Serializable)propMap.get(
                        WebServiceInfoProvider.WEB_XML_PROP_NAME));

                    wsInfo.putField(
                    WebServiceEndpointInfo.SUN_EJB_XML_KEY, (Serializable)propMap.get(
                        WebServiceInfoProvider.SUN_EJB_JAR_XML_PROP_NAME));

                    wsInfo.putField(
                    WebServiceEndpointInfo.EJB_XML_KEY, (Serializable)propMap.get(
                        WebServiceInfoProvider.EJB_JAR_XML_PROP_NAME));

                    wsInfo.putField(
                    WebServiceEndpointInfo.APPLICATION_XML_KEY, (Serializable)propMap.get(
                        WebServiceInfoProvider.APPLICATION_XML_PROP_NAME));

                    wsInfo.putField(
                    WebServiceEndpointInfo.MAPPING_FILE_LOCATION_KEY,
                  (Serializable)mappingFileName);

                    wsInfo.putField(
                    WebServiceEndpointInfo.WSDL_FILE_LOCATION_KEY,
                  (Serializable)wsdl);

                    // add to the list
                    aList.add(wsInfo);
View Full Code Here

TOP

Related Classes of com.sun.appserv.management.ext.wsmgmt.WebServiceEndpointInfoImpl

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.