Class EmailVerificationServiceComponent
- java.lang.Object
-
- org.wso2.carbon.email.verification.internal.EmailVerificationServiceComponent
-
public class EmailVerificationServiceComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description EmailVerificationServiceComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext context)protected voiddeactivate(org.osgi.service.component.ComponentContext context)static org.apache.axis2.context.ConfigurationContextgetConfigurationContext()protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)protected voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)voidstart(org.osgi.framework.BundleContext context)protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)protected voidunsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext context)
-
start
public void start(org.osgi.framework.BundleContext context)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext context)
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
-
getConfigurationContext
public static org.apache.axis2.context.ConfigurationContext getConfigurationContext()
-
-