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()
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 javax.xml.bind.JAXBElement<CMPAttribute> createCMPAttribute(CMPAttribute value)
public javax.xml.bind.JAXBElement<ExcludeList> createExcludeList(ExcludeList value)
public javax.xml.bind.JAXBElement<MessageDriven> createMessageDriven(MessageDriven value)
public javax.xml.bind.JAXBElement<EJBMethodCategory> createEJBMethodCategory(EJBMethodCategory value)
public javax.xml.bind.JAXBElement<EnterpriseBean> createEnterpriseBean(EnterpriseBean value)
public javax.xml.bind.JAXBElement<ContainerManagedEntity> createContainerManagedEntity(ContainerManagedEntity value)
public javax.xml.bind.JAXBElement<MessageDrivenDestination> createMessageDrivenDestination(MessageDrivenDestination value)
public javax.xml.bind.JAXBElement<EJBRelation> createEJBRelation(EJBRelation value)
public javax.xml.bind.JAXBElement<EJBRelationshipRole> createEJBRelationshipRole(EJBRelationshipRole value)
public javax.xml.bind.JAXBElement<RoleSource> createRoleSource(RoleSource value)
public javax.xml.bind.JAXBElement<ActivationConfigProperty> createActivationConfigProperty(ActivationConfigProperty value)
public javax.xml.bind.JAXBElement<MethodElement> createMethodElement(MethodElement value)
public javax.xml.bind.JAXBElement<MethodTransaction> createMethodTransaction(MethodTransaction value)
public javax.xml.bind.JAXBElement<AssemblyDescriptor> createAssemblyDescriptor(AssemblyDescriptor value)
public javax.xml.bind.JAXBElement<MethodPermission> createMethodPermission(MethodPermission value)
public javax.xml.bind.JAXBElement<Relationships> createRelationships(Relationships value)
public javax.xml.bind.JAXBElement<QueryMethod> createQueryMethod(QueryMethod value)
public javax.xml.bind.JAXBElement<ActivationConfig> createActivationConfig(ActivationConfig value)