org.ow2.jonas.ws.axis2.easybeans.ext
Class Axis2ConfigurationExtension

java.lang.Object
  extended by org.ow2.jonas.ws.axis2.easybeans.ext.Axis2ConfigurationExtension
All Implemented Interfaces:
org.ow2.easybeans.api.EZBConfigurationExtension, org.ow2.easybeans.server.EasyBeansConfigurationExtension

public class Axis2ConfigurationExtension
extends Object
implements org.ow2.easybeans.server.EasyBeansConfigurationExtension

Called by Easybeans Runtime to provide a Hook for Axis2.

Author:
youchao, Guillaume Sauthier, Florent Benoit

Constructor Summary
Axis2ConfigurationExtension()
           
 
Method Summary
 void bindWebDeployer(IWebDeployer deployer)
          Bind an IWebDeployer that will be used to deploy web services enabled EjbJars
 void configure(org.ow2.easybeans.api.EZBContainerConfig easybeansContainerConfig)
          Adapt the given configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2ConfigurationExtension

public Axis2ConfigurationExtension()
Method Detail

configure

public void configure(org.ow2.easybeans.api.EZBContainerConfig easybeansContainerConfig)
Adapt the given configuration.

Specified by:
configure in interface org.ow2.easybeans.api.EZBConfigurationExtension
Specified by:
configure in interface org.ow2.easybeans.server.EasyBeansConfigurationExtension
Parameters:
easybeansContainerConfig - JContainerConfig instance.

bindWebDeployer

public void bindWebDeployer(IWebDeployer deployer)
Bind an IWebDeployer that will be used to deploy web services enabled EjbJars

Parameters:
deployer - deployer manager


Copyright © 2010 OW2 Consortium. All Rights Reserved.