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 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)