org.exoplatform.services.ws.impl.cxf
Class WebServiceLoaderPlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by 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

Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
WebServiceLoaderPlugin(org.exoplatform.container.xml.InitParams params)
           
 
Method Summary
 java.util.List<java.lang.Class<?>> getJcs()
           
 
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
 

Constructor Detail

WebServiceLoaderPlugin

public WebServiceLoaderPlugin(org.exoplatform.container.xml.InitParams params)
Parameters:
params - initialize parameters
See Also:
InitParams
Method Detail

getJcs

public java.util.List<java.lang.Class<?>> getJcs()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.