Examples of AxisWebServiceManager


Examples of org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AxisWebServiceManager

    microPlatform.define( IPluginManager.class, DefaultPluginManager.class, Scope.GLOBAL );
    microPlatform.define( IServiceManager.class, DefaultServiceManager.class, Scope.GLOBAL );
    microPlatform.define( IPluginProvider.class, TstPluginProvider.class );
    microPlatform.define( IThemeManager.class, DefaultThemeManager.class );

    IServiceTypeManager axisManager = new AxisWebServiceManager();
    DefaultServiceManager sm = (DefaultServiceManager) PentahoSystem.get( IServiceManager.class );
    sm.setServiceTypeManagers( Arrays.asList( axisManager ) );

    microPlatform.init();
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.