public class ObjectFactory extends Object
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.
| Type | Property and Description |
|---|---|
ActivationConfigProperty |
createActivationConfig
Create an instance of
ActivationConfigProperty |
| 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
|
ActivationConfigPropertypublic ObjectFactory()
public ActivationConfig createActivationConfig()
ActivationConfigpublic MessageDrivenDestination createMessageDrivenDestination()
MessageDrivenDestinationpublic EnterpriseBean createEnterpriseBean()
EnterpriseBeanpublic MessageDriven createMessageDriven()
MessageDrivenpublic EJBRelation createEJBRelation()
EJBRelationpublic AssemblyDescriptor createAssemblyDescriptor()
AssemblyDescriptorpublic EJBMethodCategory createEJBMethodCategory()
EJBMethodCategorypublic MethodTransaction createMethodTransaction()
MethodTransactionpublic MethodElement createMethodElement()
MethodElementpublic ContainerManagedEntity createContainerManagedEntity()
ContainerManagedEntitypublic MethodPermission createMethodPermission()
MethodPermissionpublic Relationships createRelationships()
Relationshipspublic QueryMethod createQueryMethod()
QueryMethodpublic ExcludeList createExcludeList()
ExcludeListpublic RoleSource createRoleSource()
RoleSourcepublic ActivationConfigProperty createActivationConfigProperty()
ActivationConfigPropertypublic CMPAttribute createCMPAttribute()
CMPAttributepublic EJBRelationshipRole createEJBRelationshipRole()
EJBRelationshipRolepublic JAXBElement<CMPAttribute> createCMPAttribute(CMPAttribute value)
public JAXBElement<ExcludeList> createExcludeList(ExcludeList value)
public JAXBElement<EJBJar> createEJBJar(EJBJar value)
public JAXBElement<MessageDriven> createMessageDriven(MessageDriven value)
public JAXBElement<EJBMethodCategory> createEJBMethodCategory(EJBMethodCategory value)
public JAXBElement<EnterpriseBean> createEnterpriseBean(EnterpriseBean value)
public JAXBElement<ContainerManagedEntity> createContainerManagedEntity(ContainerManagedEntity value)
public JAXBElement<MessageDrivenDestination> createMessageDrivenDestination(MessageDrivenDestination value)
public JAXBElement<EJBRelation> createEJBRelation(EJBRelation value)
public JAXBElement<EJBRelationshipRole> createEJBRelationshipRole(EJBRelationshipRole value)
public JAXBElement<RoleSource> createRoleSource(RoleSource value)
public JAXBElement<ActivationConfigProperty> createActivationConfigProperty(ActivationConfigProperty value)
public JAXBElement<Session> createSession(Session value)
public JAXBElement<MethodElement> createMethodElement(MethodElement value)
public JAXBElement<MethodTransaction> createMethodTransaction(MethodTransaction value)
public JAXBElement<AssemblyDescriptor> createAssemblyDescriptor(AssemblyDescriptor value)
public JAXBElement<Entity> createEntity(Entity value)
public JAXBElement<Query> createQuery(Query value)
public JAXBElement<MethodPermission> createMethodPermission(MethodPermission value)
public JAXBElement<Relationships> createRelationships(Relationships value)
public JAXBElement<CMRField> createCMRField(CMRField value)
public JAXBElement<QueryMethod> createQueryMethod(QueryMethod value)
public JAXBElement<ActivationConfig> createActivationConfig(ActivationConfig value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.