org.exoplatform.services.ws.impl.cxf
Class WebServiceLoader
java.lang.Object
org.exoplatform.services.ws.impl.cxf.WebServiceLoader
public class WebServiceLoader
- extends Object
- Version:
- $Id: $
- Author:
- Alexey
Zavizionov
|
Constructor Summary |
WebServiceLoader(org.exoplatform.container.ExoContainerContext containerContext)
Constructs instance of WebServiceLoader. |
|
Method Summary |
void |
addPlugin(org.exoplatform.container.component.BaseComponentPlugin plugin)
Add plugin component for deploy service. |
void |
init()
Register all available container components in a CXF engine from Servlet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceLoader
public WebServiceLoader(org.exoplatform.container.ExoContainerContext containerContext)
- Constructs instance of WebServiceLoader.
- Parameters:
containerContext - the ExoContainer context.
init
public void init()
- Register all available container components in a CXF engine from Servlet.
addPlugin
public void addPlugin(org.exoplatform.container.component.BaseComponentPlugin plugin)
- Add plugin component for deploy service.
- Parameters:
plugin -
Copyright © 2009 eXo Platform SAS. All Rights Reserved.