org.jboss.ejb3.deployers.metadata.processor
Class SetDefaultLocalBusinessInterfaceProcessorFactory
java.lang.Object
org.jboss.ejb3.deployers.metadata.processor.SetDefaultLocalBusinessInterfaceProcessorFactory
- All Implemented Interfaces:
- JBossMetaDataProcessorFactory<org.jboss.metadata.ejb.jboss.JBossMetaData>
public class SetDefaultLocalBusinessInterfaceProcessorFactory
- extends Object
- implements JBossMetaDataProcessorFactory<org.jboss.metadata.ejb.jboss.JBossMetaData>
SetDefaultLocalBusinessInterfaceProcessorFactory
A JBossMetaDataProcessorFactory responsible for creating the
SetDefaultLocalBusinessInterfaceProcessor.
(JBMETA-122 Implicit Local Business Interface)
- Version:
- $Revision: $
- Author:
- Jaikiran Pai
|
Method Summary |
org.jboss.metadata.process.processor.JBossMetaDataProcessor<org.jboss.metadata.ejb.jboss.JBossMetaData> |
create(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetDefaultLocalBusinessInterfaceProcessorFactory
public SetDefaultLocalBusinessInterfaceProcessorFactory()
create
public org.jboss.metadata.process.processor.JBossMetaDataProcessor<org.jboss.metadata.ejb.jboss.JBossMetaData> create(org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit)
- Specified by:
create in interface JBossMetaDataProcessorFactory<org.jboss.metadata.ejb.jboss.JBossMetaData>
- Throws:
NullPointerException - If the passed deploymentUnit is null- See Also:
JBossMetaDataProcessorFactory.create(org.jboss.deployers.structure.spi.DeploymentUnit)
Copyright © 2010 JBoss Inc.. All Rights Reserved.