org.apache.openejb.jee.was.v6.ejb
Class ObjectFactory

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.ejb.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.openejb.jee.was.v6.ejb package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
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
 
Method Summary
 ActivationConfig createActivationConfig()
          Create an instance of ActivationConfig
 javax.xml.bind.JAXBElement<ActivationConfig> createActivationConfig(ActivationConfig value)
          Create an instance of JAXBElement< ActivationConfig>
 ActivationConfigProperty createActivationConfigProperty()
          Create an instance of ActivationConfigProperty
 javax.xml.bind.JAXBElement<ActivationConfigProperty> createActivationConfigProperty(ActivationConfigProperty value)
          Create an instance of JAXBElement< ActivationConfigProperty>
 AssemblyDescriptor createAssemblyDescriptor()
          Create an instance of AssemblyDescriptor
 javax.xml.bind.JAXBElement<AssemblyDescriptor> createAssemblyDescriptor(AssemblyDescriptor value)
          Create an instance of JAXBElement< AssemblyDescriptor>
 CMPAttribute createCMPAttribute()
          Create an instance of CMPAttribute
 javax.xml.bind.JAXBElement<CMPAttribute> createCMPAttribute(CMPAttribute value)
          Create an instance of JAXBElement<CMPAttribute >
 CMRField createCMRField()
          Create an instance of CMRField
 javax.xml.bind.JAXBElement<CMRField> createCMRField(CMRField value)
          Create an instance of JAXBElement<CMRField>
 ContainerManagedEntity createContainerManagedEntity()
          Create an instance of ContainerManagedEntity
 javax.xml.bind.JAXBElement<ContainerManagedEntity> createContainerManagedEntity(ContainerManagedEntity value)
          Create an instance of JAXBElement< ContainerManagedEntity>
 EJBJar createEJBJar()
          Create an instance of EJBJar
 javax.xml.bind.JAXBElement<EJBJar> createEJBJar(EJBJar value)
          Create an instance of JAXBElement<EJBJar>
 EJBMethodCategory createEJBMethodCategory()
          Create an instance of EJBMethodCategory
 javax.xml.bind.JAXBElement<EJBMethodCategory> createEJBMethodCategory(EJBMethodCategory value)
          Create an instance of JAXBElement< EJBMethodCategory>
 EJBRelation createEJBRelation()
          Create an instance of EJBRelation
 javax.xml.bind.JAXBElement<EJBRelation> createEJBRelation(EJBRelation value)
          Create an instance of JAXBElement<EJBRelation >
 EJBRelationshipRole createEJBRelationshipRole()
          Create an instance of EJBRelationshipRole
 javax.xml.bind.JAXBElement<EJBRelationshipRole> createEJBRelationshipRole(EJBRelationshipRole value)
          Create an instance of JAXBElement< EJBRelationshipRole>
 EnterpriseBean createEnterpriseBean()
          Create an instance of EnterpriseBean
 javax.xml.bind.JAXBElement<EnterpriseBean> createEnterpriseBean(EnterpriseBean value)
          Create an instance of JAXBElement<EnterpriseBean >
 Entity createEntity()
          Create an instance of Entity
 javax.xml.bind.JAXBElement<Entity> createEntity(Entity value)
          Create an instance of JAXBElement<Entity>
 ExcludeList createExcludeList()
          Create an instance of ExcludeList
 javax.xml.bind.JAXBElement<ExcludeList> createExcludeList(ExcludeList value)
          Create an instance of JAXBElement<ExcludeList >
 MessageDriven createMessageDriven()
          Create an instance of MessageDriven
 javax.xml.bind.JAXBElement<MessageDriven> createMessageDriven(MessageDriven value)
          Create an instance of JAXBElement<MessageDriven >
 MessageDrivenDestination createMessageDrivenDestination()
          Create an instance of MessageDrivenDestination
 javax.xml.bind.JAXBElement<MessageDrivenDestination> createMessageDrivenDestination(MessageDrivenDestination value)
          Create an instance of JAXBElement< MessageDrivenDestination>
 MethodElement createMethodElement()
          Create an instance of MethodElement
 javax.xml.bind.JAXBElement<MethodElement> createMethodElement(MethodElement value)
          Create an instance of JAXBElement<MethodElement >
 MethodPermission createMethodPermission()
          Create an instance of MethodPermission
 javax.xml.bind.JAXBElement<MethodPermission> createMethodPermission(MethodPermission value)
          Create an instance of JAXBElement< MethodPermission>
 MethodTransaction createMethodTransaction()
          Create an instance of MethodTransaction
 javax.xml.bind.JAXBElement<MethodTransaction> createMethodTransaction(MethodTransaction value)
          Create an instance of JAXBElement< MethodTransaction>
 Query createQuery()
          Create an instance of Query
 javax.xml.bind.JAXBElement<Query> createQuery(Query value)
          Create an instance of JAXBElement<Query>
 QueryMethod createQueryMethod()
          Create an instance of QueryMethod
 javax.xml.bind.JAXBElement<QueryMethod> createQueryMethod(QueryMethod value)
          Create an instance of JAXBElement<QueryMethod >
 Relationships createRelationships()
          Create an instance of Relationships
 javax.xml.bind.JAXBElement<Relationships> createRelationships(Relationships value)
          Create an instance of JAXBElement<Relationships >
 RoleSource createRoleSource()
          Create an instance of RoleSource
 javax.xml.bind.JAXBElement<RoleSource> createRoleSource(RoleSource value)
          Create an instance of JAXBElement<RoleSource >
 Session createSession()
          Create an instance of Session
 javax.xml.bind.JAXBElement<Session> createSession(Session value)
          Create an instance of JAXBElement<Session>
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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

Method Detail

createActivationConfig

public ActivationConfig createActivationConfig()
Create an instance of ActivationConfig


createMessageDrivenDestination

public MessageDrivenDestination createMessageDrivenDestination()
Create an instance of MessageDrivenDestination


createSession

public Session createSession()
Create an instance of Session


createEnterpriseBean

public EnterpriseBean createEnterpriseBean()
Create an instance of EnterpriseBean


createQuery

public Query createQuery()
Create an instance of Query


createMessageDriven

public MessageDriven createMessageDriven()
Create an instance of MessageDriven


createEJBRelation

public EJBRelation createEJBRelation()
Create an instance of EJBRelation


createAssemblyDescriptor

public AssemblyDescriptor createAssemblyDescriptor()
Create an instance of AssemblyDescriptor


createEJBMethodCategory

public EJBMethodCategory createEJBMethodCategory()
Create an instance of EJBMethodCategory


createMethodTransaction

public MethodTransaction createMethodTransaction()
Create an instance of MethodTransaction


createCMRField

public CMRField createCMRField()
Create an instance of CMRField


createMethodElement

public MethodElement createMethodElement()
Create an instance of MethodElement


createContainerManagedEntity

public ContainerManagedEntity createContainerManagedEntity()
Create an instance of ContainerManagedEntity


createMethodPermission

public MethodPermission createMethodPermission()
Create an instance of MethodPermission


createRelationships

public Relationships createRelationships()
Create an instance of Relationships


createQueryMethod

public QueryMethod createQueryMethod()
Create an instance of QueryMethod


createExcludeList

public ExcludeList createExcludeList()
Create an instance of ExcludeList


createRoleSource

public RoleSource createRoleSource()
Create an instance of RoleSource


createEJBJar

public EJBJar createEJBJar()
Create an instance of EJBJar


createEntity

public Entity createEntity()
Create an instance of Entity


createActivationConfigProperty

public ActivationConfigProperty createActivationConfigProperty()
Create an instance of ActivationConfigProperty


createCMPAttribute

public CMPAttribute createCMPAttribute()
Create an instance of CMPAttribute


createEJBRelationshipRole

public EJBRelationshipRole createEJBRelationshipRole()
Create an instance of EJBRelationshipRole


createCMPAttribute

public javax.xml.bind.JAXBElement<CMPAttribute> createCMPAttribute(CMPAttribute value)
Create an instance of JAXBElement<CMPAttribute >


createExcludeList

public javax.xml.bind.JAXBElement<ExcludeList> createExcludeList(ExcludeList value)
Create an instance of JAXBElement<ExcludeList >


createEJBJar

public javax.xml.bind.JAXBElement<EJBJar> createEJBJar(EJBJar value)
Create an instance of JAXBElement<EJBJar>


createMessageDriven

public javax.xml.bind.JAXBElement<MessageDriven> createMessageDriven(MessageDriven value)
Create an instance of JAXBElement<MessageDriven >


createEJBMethodCategory

public javax.xml.bind.JAXBElement<EJBMethodCategory> createEJBMethodCategory(EJBMethodCategory value)
Create an instance of JAXBElement< EJBMethodCategory>


createEnterpriseBean

public javax.xml.bind.JAXBElement<EnterpriseBean> createEnterpriseBean(EnterpriseBean value)
Create an instance of JAXBElement<EnterpriseBean >


createContainerManagedEntity

public javax.xml.bind.JAXBElement<ContainerManagedEntity> createContainerManagedEntity(ContainerManagedEntity value)
Create an instance of JAXBElement< ContainerManagedEntity>


createMessageDrivenDestination

public javax.xml.bind.JAXBElement<MessageDrivenDestination> createMessageDrivenDestination(MessageDrivenDestination value)
Create an instance of JAXBElement< MessageDrivenDestination>


createEJBRelation

public javax.xml.bind.JAXBElement<EJBRelation> createEJBRelation(EJBRelation value)
Create an instance of JAXBElement<EJBRelation >


createEJBRelationshipRole

public javax.xml.bind.JAXBElement<EJBRelationshipRole> createEJBRelationshipRole(EJBRelationshipRole value)
Create an instance of JAXBElement< EJBRelationshipRole>


createRoleSource

public javax.xml.bind.JAXBElement<RoleSource> createRoleSource(RoleSource value)
Create an instance of JAXBElement<RoleSource >


createActivationConfigProperty

public javax.xml.bind.JAXBElement<ActivationConfigProperty> createActivationConfigProperty(ActivationConfigProperty value)
Create an instance of JAXBElement< ActivationConfigProperty>


createSession

public javax.xml.bind.JAXBElement<Session> createSession(Session value)
Create an instance of JAXBElement<Session>


createMethodElement

public javax.xml.bind.JAXBElement<MethodElement> createMethodElement(MethodElement value)
Create an instance of JAXBElement<MethodElement >


createMethodTransaction

public javax.xml.bind.JAXBElement<MethodTransaction> createMethodTransaction(MethodTransaction value)
Create an instance of JAXBElement< MethodTransaction>


createAssemblyDescriptor

public javax.xml.bind.JAXBElement<AssemblyDescriptor> createAssemblyDescriptor(AssemblyDescriptor value)
Create an instance of JAXBElement< AssemblyDescriptor>


createEntity

public javax.xml.bind.JAXBElement<Entity> createEntity(Entity value)
Create an instance of JAXBElement<Entity>


createQuery

public javax.xml.bind.JAXBElement<Query> createQuery(Query value)
Create an instance of JAXBElement<Query>


createMethodPermission

public javax.xml.bind.JAXBElement<MethodPermission> createMethodPermission(MethodPermission value)
Create an instance of JAXBElement< MethodPermission>


createRelationships

public javax.xml.bind.JAXBElement<Relationships> createRelationships(Relationships value)
Create an instance of JAXBElement<Relationships >


createCMRField

public javax.xml.bind.JAXBElement<CMRField> createCMRField(CMRField value)
Create an instance of JAXBElement<CMRField>


createQueryMethod

public javax.xml.bind.JAXBElement<QueryMethod> createQueryMethod(QueryMethod value)
Create an instance of JAXBElement<QueryMethod >


createActivationConfig

public javax.xml.bind.JAXBElement<ActivationConfig> createActivationConfig(ActivationConfig value)
Create an instance of JAXBElement< ActivationConfig>



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.