Class ObjectFactory
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.ejbbnd.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.ejbbnd 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.ejbbnd
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMPConnectionFactoryBindingcreateCMPConnectionFactoryBinding()Create an instance ofCMPConnectionFactoryBindingjakarta.xml.bind.JAXBElement<CMPConnectionFactoryBinding>createCMPConnectionFactoryBinding(CMPConnectionFactoryBinding value)EJBJarBindingcreateEJBJarBinding()Create an instance ofEJBJarBindingjakarta.xml.bind.JAXBElement<EJBJarBinding>createEJBJarBinding(EJBJarBinding value)EnterpriseBeanBindingcreateEnterpriseBeanBinding()Create an instance ofEnterpriseBeanBindingjakarta.xml.bind.JAXBElement<EnterpriseBeanBinding>createEnterpriseBeanBinding(EnterpriseBeanBinding value)MessageDrivenBeanBindingcreateMessageDrivenBeanBinding()Create an instance ofMessageDrivenBeanBindingjakarta.xml.bind.JAXBElement<MessageDrivenBeanBinding>createMessageDrivenBeanBinding(MessageDrivenBeanBinding value)
-
-
-
Method Detail
-
createEnterpriseBeanBinding
public EnterpriseBeanBinding createEnterpriseBeanBinding()
Create an instance ofEnterpriseBeanBinding
-
createCMPConnectionFactoryBinding
public CMPConnectionFactoryBinding createCMPConnectionFactoryBinding()
Create an instance ofCMPConnectionFactoryBinding
-
createEJBJarBinding
public EJBJarBinding createEJBJarBinding()
Create an instance ofEJBJarBinding
-
createMessageDrivenBeanBinding
public MessageDrivenBeanBinding createMessageDrivenBeanBinding()
Create an instance ofMessageDrivenBeanBinding
-
createEJBJarBinding
public jakarta.xml.bind.JAXBElement<EJBJarBinding> createEJBJarBinding(EJBJarBinding value)
-
createMessageDrivenBeanBinding
public jakarta.xml.bind.JAXBElement<MessageDrivenBeanBinding> createMessageDrivenBeanBinding(MessageDrivenBeanBinding value)
-
createCMPConnectionFactoryBinding
public jakarta.xml.bind.JAXBElement<CMPConnectionFactoryBinding> createCMPConnectionFactoryBinding(CMPConnectionFactoryBinding value)
-
createEnterpriseBeanBinding
public jakarta.xml.bind.JAXBElement<EnterpriseBeanBinding> createEnterpriseBeanBinding(EnterpriseBeanBinding value)
-
-