public class ObjectFactory
extends java.lang.Object
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of
schema derived classes for package: org.apache.openejb.jee.was.v6.ejb
|
public ObjectFactory()
public ActivationConfig createActivationConfig()
ActivationConfig
public MessageDrivenDestination createMessageDrivenDestination()
MessageDrivenDestination
public EnterpriseBean createEnterpriseBean()
EnterpriseBean
public MessageDriven createMessageDriven()
MessageDriven
public EJBRelation createEJBRelation()
EJBRelation
public AssemblyDescriptor createAssemblyDescriptor()
AssemblyDescriptor
public EJBMethodCategory createEJBMethodCategory()
EJBMethodCategory
public MethodTransaction createMethodTransaction()
MethodTransaction
public MethodElement createMethodElement()
MethodElement
public ContainerManagedEntity createContainerManagedEntity()
ContainerManagedEntity
public MethodPermission createMethodPermission()
MethodPermission
public Relationships createRelationships()
Relationships
public QueryMethod createQueryMethod()
QueryMethod
public ExcludeList createExcludeList()
ExcludeList
public RoleSource createRoleSource()
RoleSource
public ActivationConfigProperty createActivationConfigProperty()
ActivationConfigProperty
public CMPAttribute createCMPAttribute()
CMPAttribute
public EJBRelationshipRole createEJBRelationshipRole()
EJBRelationshipRole
public <any> createCMPAttribute(CMPAttribute value)
public <any> createExcludeList(ExcludeList value)
public <any> createEJBJar(EJBJar value)
public <any> createMessageDriven(MessageDriven value)
public <any> createEJBMethodCategory(EJBMethodCategory value)
public <any> createEnterpriseBean(EnterpriseBean value)
public <any> createContainerManagedEntity(ContainerManagedEntity value)
public <any> createMessageDrivenDestination(MessageDrivenDestination value)
public <any> createEJBRelation(EJBRelation value)
public <any> createEJBRelationshipRole(EJBRelationshipRole value)
public <any> createRoleSource(RoleSource value)
public <any> createActivationConfigProperty(ActivationConfigProperty value)
public <any> createSession(Session value)
public <any> createMethodElement(MethodElement value)
public <any> createMethodTransaction(MethodTransaction value)
public <any> createAssemblyDescriptor(AssemblyDescriptor value)
public <any> createEntity(Entity value)
public <any> createQuery(Query value)
public <any> createMethodPermission(MethodPermission value)
public <any> createRelationships(Relationships value)
public <any> createCMRField(CMRField value)
public <any> createQueryMethod(QueryMethod value)
public <any> createActivationConfig(ActivationConfig value)