org.exoplatform.services.ws.impl.cxf
Class WebServiceLoaderPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.ws.impl.cxf.WebServiceLoaderPlugin
- All Implemented Interfaces:
- org.exoplatform.container.component.ComponentPlugin
public class WebServiceLoaderPlugin
- extends org.exoplatform.container.component.BaseComponentPlugin
Created by The eXo Platform SAS .
Usage:
<external-component-plugins>
<target-component>org.exoplatform.services.ws.impl.cxf.WebServiceLoader</target-component>
<component-plugin>
<name>WebService loader plugin</name>
<set-method>addPlugin</set-method>
<type>org.exoplatform.services.ws.impl.cxf.WebServiceLoaderPlugin</type>
<description>Custom service loader plugin</description>
<init-params>
<values-param>
<name></name>
<value>org.exoplatform.services.MySimpleService</value>
</values-param>
</init-params>
</component-plugin>
</external-component-plugins>
- Version:
- $Id: $ Nov 4, 2008
- Author:
- Alexey
Zavizionov
| Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin |
desc, name |
| Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin |
getDescription, getName, setDescription, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceLoaderPlugin
public WebServiceLoaderPlugin(org.exoplatform.container.xml.InitParams params)
- Parameters:
params - initialize parameters- See Also:
InitParams
getJcs
public List<Class<?>> getJcs()
Copyright © 2009 eXo Platform SAS. All Rights Reserved.