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.
| 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.ejbbnd
|
| Modifier and Type | Method and Description |
|---|---|
CMPConnectionFactoryBinding |
createCMPConnectionFactoryBinding()
Create an instance of
CMPConnectionFactoryBinding |
JAXBElement<CMPConnectionFactoryBinding> |
createCMPConnectionFactoryBinding(CMPConnectionFactoryBinding value)
|
EJBJarBinding |
createEJBJarBinding()
Create an instance of
EJBJarBinding |
JAXBElement<EJBJarBinding> |
createEJBJarBinding(EJBJarBinding value)
|
EnterpriseBeanBinding |
createEnterpriseBeanBinding()
Create an instance of
EnterpriseBeanBinding |
JAXBElement<EnterpriseBeanBinding> |
createEnterpriseBeanBinding(EnterpriseBeanBinding value)
|
MessageDrivenBeanBinding |
createMessageDrivenBeanBinding()
Create an instance of
MessageDrivenBeanBinding |
JAXBElement<MessageDrivenBeanBinding> |
createMessageDrivenBeanBinding(MessageDrivenBeanBinding value)
|
public ObjectFactory()
public EnterpriseBeanBinding createEnterpriseBeanBinding()
EnterpriseBeanBindingpublic CMPConnectionFactoryBinding createCMPConnectionFactoryBinding()
CMPConnectionFactoryBindingpublic EJBJarBinding createEJBJarBinding()
EJBJarBindingpublic MessageDrivenBeanBinding createMessageDrivenBeanBinding()
MessageDrivenBeanBindingpublic JAXBElement<EJBJarBinding> createEJBJarBinding(EJBJarBinding value)
public JAXBElement<MessageDrivenBeanBinding> createMessageDrivenBeanBinding(MessageDrivenBeanBinding value)
public JAXBElement<CMPConnectionFactoryBinding> createCMPConnectionFactoryBinding(CMPConnectionFactoryBinding value)
public JAXBElement<EnterpriseBeanBinding> createEnterpriseBeanBinding(EnterpriseBeanBinding value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.