|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.ejb.ObjectFactory
public class ObjectFactory
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public ActivationConfig createActivationConfig()
ActivationConfig
public MessageDrivenDestination createMessageDrivenDestination()
MessageDrivenDestination
public Session createSession()
Session
public EnterpriseBean createEnterpriseBean()
EnterpriseBean
public Query createQuery()
Query
public MessageDriven createMessageDriven()
MessageDriven
public EJBRelation createEJBRelation()
EJBRelation
public AssemblyDescriptor createAssemblyDescriptor()
AssemblyDescriptor
public EJBMethodCategory createEJBMethodCategory()
EJBMethodCategory
public MethodTransaction createMethodTransaction()
MethodTransaction
public CMRField createCMRField()
CMRField
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 EJBJar createEJBJar()
EJBJar
public Entity createEntity()
Entity
public ActivationConfigProperty createActivationConfigProperty()
ActivationConfigProperty
public CMPAttribute createCMPAttribute()
CMPAttribute
public EJBRelationshipRole createEJBRelationshipRole()
EJBRelationshipRole
public javax.xml.bind.JAXBElement<CMPAttribute> createCMPAttribute(CMPAttribute value)
JAXBElement
<
CMPAttribute
>
public javax.xml.bind.JAXBElement<ExcludeList> createExcludeList(ExcludeList value)
JAXBElement
<
ExcludeList
>
public javax.xml.bind.JAXBElement<EJBJar> createEJBJar(EJBJar value)
JAXBElement
<
EJBJar
>
public javax.xml.bind.JAXBElement<MessageDriven> createMessageDriven(MessageDriven value)
JAXBElement
<
MessageDriven
>
public javax.xml.bind.JAXBElement<EJBMethodCategory> createEJBMethodCategory(EJBMethodCategory value)
JAXBElement
<
EJBMethodCategory
>
public javax.xml.bind.JAXBElement<EnterpriseBean> createEnterpriseBean(EnterpriseBean value)
JAXBElement
<
EnterpriseBean
>
public javax.xml.bind.JAXBElement<ContainerManagedEntity> createContainerManagedEntity(ContainerManagedEntity value)
JAXBElement
<
ContainerManagedEntity
>
public javax.xml.bind.JAXBElement<MessageDrivenDestination> createMessageDrivenDestination(MessageDrivenDestination value)
JAXBElement
<
MessageDrivenDestination
>
public javax.xml.bind.JAXBElement<EJBRelation> createEJBRelation(EJBRelation value)
JAXBElement
<
EJBRelation
>
public javax.xml.bind.JAXBElement<EJBRelationshipRole> createEJBRelationshipRole(EJBRelationshipRole value)
JAXBElement
<
EJBRelationshipRole
>
public javax.xml.bind.JAXBElement<RoleSource> createRoleSource(RoleSource value)
JAXBElement
<
RoleSource
>
public javax.xml.bind.JAXBElement<ActivationConfigProperty> createActivationConfigProperty(ActivationConfigProperty value)
JAXBElement
<
ActivationConfigProperty
>
public javax.xml.bind.JAXBElement<Session> createSession(Session value)
JAXBElement
<
Session
>
public javax.xml.bind.JAXBElement<MethodElement> createMethodElement(MethodElement value)
JAXBElement
<
MethodElement
>
public javax.xml.bind.JAXBElement<MethodTransaction> createMethodTransaction(MethodTransaction value)
JAXBElement
<
MethodTransaction
>
public javax.xml.bind.JAXBElement<AssemblyDescriptor> createAssemblyDescriptor(AssemblyDescriptor value)
JAXBElement
<
AssemblyDescriptor
>
public javax.xml.bind.JAXBElement<Entity> createEntity(Entity value)
JAXBElement
<
Entity
>
public javax.xml.bind.JAXBElement<Query> createQuery(Query value)
JAXBElement
<
Query
>
public javax.xml.bind.JAXBElement<MethodPermission> createMethodPermission(MethodPermission value)
JAXBElement
<
MethodPermission
>
public javax.xml.bind.JAXBElement<Relationships> createRelationships(Relationships value)
JAXBElement
<
Relationships
>
public javax.xml.bind.JAXBElement<CMRField> createCMRField(CMRField value)
JAXBElement
<
CMRField
>
public javax.xml.bind.JAXBElement<QueryMethod> createQueryMethod(QueryMethod value)
JAXBElement
<
QueryMethod
>
public javax.xml.bind.JAXBElement<ActivationConfig> createActivationConfig(ActivationConfig value)
JAXBElement
<
ActivationConfig
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |