org.apache.webbeans.config
Class DeploymentValidationService
java.lang.Object
org.apache.webbeans.config.DeploymentValidationService
public class DeploymentValidationService
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentValidationService
public DeploymentValidationService(WebBeansContext webBeansContext)
validateProxyable
public void validateProxyable(OwbBean<?> bean)
- Checks the unproxyable condition.
- Throws:
WebBeansConfigurationException - if bean is not proxied by the container
validatePassivationCapable
public <T> void validatePassivationCapable(OwbBean<T> bean)
- If bean is passivation capable, it validate all of its dependencies.
- Throws:
WebBeansConfigurationException - if not satisfy passivation dependencies
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.