Class ObjectFactory
- java.lang.Object
-
- 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
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createActivationConfig
public ActivationConfig createActivationConfig()
Create an instance ofActivationConfig
-
createMessageDrivenDestination
public MessageDrivenDestination createMessageDrivenDestination()
Create an instance ofMessageDrivenDestination
-
createEnterpriseBean
public EnterpriseBean createEnterpriseBean()
Create an instance ofEnterpriseBean
-
createMessageDriven
public MessageDriven createMessageDriven()
Create an instance ofMessageDriven
-
createEJBRelation
public EJBRelation createEJBRelation()
Create an instance ofEJBRelation
-
createAssemblyDescriptor
public AssemblyDescriptor createAssemblyDescriptor()
Create an instance ofAssemblyDescriptor
-
createEJBMethodCategory
public EJBMethodCategory createEJBMethodCategory()
Create an instance ofEJBMethodCategory
-
createMethodTransaction
public MethodTransaction createMethodTransaction()
Create an instance ofMethodTransaction
-
createMethodElement
public MethodElement createMethodElement()
Create an instance ofMethodElement
-
createContainerManagedEntity
public ContainerManagedEntity createContainerManagedEntity()
Create an instance ofContainerManagedEntity
-
createMethodPermission
public MethodPermission createMethodPermission()
Create an instance ofMethodPermission
-
createRelationships
public Relationships createRelationships()
Create an instance ofRelationships
-
createQueryMethod
public QueryMethod createQueryMethod()
Create an instance ofQueryMethod
-
createExcludeList
public ExcludeList createExcludeList()
Create an instance ofExcludeList
-
createRoleSource
public RoleSource createRoleSource()
Create an instance ofRoleSource
-
createActivationConfigProperty
public ActivationConfigProperty createActivationConfigProperty()
Create an instance ofActivationConfigProperty
-
createCMPAttribute
public CMPAttribute createCMPAttribute()
Create an instance ofCMPAttribute
-
createEJBRelationshipRole
public EJBRelationshipRole createEJBRelationshipRole()
Create an instance ofEJBRelationshipRole
-
createCMPAttribute
public jakarta.xml.bind.JAXBElement<CMPAttribute> createCMPAttribute(CMPAttribute value)
-
createExcludeList
public jakarta.xml.bind.JAXBElement<ExcludeList> createExcludeList(ExcludeList value)
-
createMessageDriven
public jakarta.xml.bind.JAXBElement<MessageDriven> createMessageDriven(MessageDriven value)
-
createEJBMethodCategory
public jakarta.xml.bind.JAXBElement<EJBMethodCategory> createEJBMethodCategory(EJBMethodCategory value)
-
createEnterpriseBean
public jakarta.xml.bind.JAXBElement<EnterpriseBean> createEnterpriseBean(EnterpriseBean value)
-
createContainerManagedEntity
public jakarta.xml.bind.JAXBElement<ContainerManagedEntity> createContainerManagedEntity(ContainerManagedEntity value)
-
createMessageDrivenDestination
public jakarta.xml.bind.JAXBElement<MessageDrivenDestination> createMessageDrivenDestination(MessageDrivenDestination value)
-
createEJBRelation
public jakarta.xml.bind.JAXBElement<EJBRelation> createEJBRelation(EJBRelation value)
-
createEJBRelationshipRole
public jakarta.xml.bind.JAXBElement<EJBRelationshipRole> createEJBRelationshipRole(EJBRelationshipRole value)
-
createRoleSource
public jakarta.xml.bind.JAXBElement<RoleSource> createRoleSource(RoleSource value)
-
createActivationConfigProperty
public jakarta.xml.bind.JAXBElement<ActivationConfigProperty> createActivationConfigProperty(ActivationConfigProperty value)
-
createMethodElement
public jakarta.xml.bind.JAXBElement<MethodElement> createMethodElement(MethodElement value)
-
createMethodTransaction
public jakarta.xml.bind.JAXBElement<MethodTransaction> createMethodTransaction(MethodTransaction value)
-
createAssemblyDescriptor
public jakarta.xml.bind.JAXBElement<AssemblyDescriptor> createAssemblyDescriptor(AssemblyDescriptor value)
-
createMethodPermission
public jakarta.xml.bind.JAXBElement<MethodPermission> createMethodPermission(MethodPermission value)
-
createRelationships
public jakarta.xml.bind.JAXBElement<Relationships> createRelationships(Relationships value)
-
createQueryMethod
public jakarta.xml.bind.JAXBElement<QueryMethod> createQueryMethod(QueryMethod value)
-
createActivationConfig
public jakarta.xml.bind.JAXBElement<ActivationConfig> createActivationConfig(ActivationConfig value)
-
-