org.apache.openejb.jee.jba
Class ObjectFactory

java.lang.Object
  extended by org.apache.openejb.jee.jba.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.jba 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.jba
 
Method Summary
 ActivationConfig createActivationConfig()
          Create an instance of ActivationConfig
 ActivationConfigProperty createActivationConfigProperty()
          Create an instance of ActivationConfigProperty
 AsContext createAsContext()
          Create an instance of AsContext
 AssemblyDescriptor createAssemblyDescriptor()
          Create an instance of AssemblyDescriptor
 BatchCommitStrategy createBatchCommitStrategy()
          Create an instance of BatchCommitStrategy
 Bean createBean()
          Create an instance of Bean
 CacheInvalidationConfig createCacheInvalidationConfig()
          Create an instance of CacheInvalidationConfig
 CachePolicyConf createCachePolicyConf()
          Create an instance of CachePolicyConf
 CachePolicyConfOther createCachePolicyConfOther()
          Create an instance of CachePolicyConfOther
 ClientInterceptors createClientInterceptors()
          Create an instance of ClientInterceptors
 ClusterConfig createClusterConfig()
          Create an instance of ClusterConfig
 ContainerCacheConf createContainerCacheConf()
          Create an instance of ContainerCacheConf
 ContainerConfiguration createContainerConfiguration()
          Create an instance of ContainerConfiguration
 ContainerConfigurations createContainerConfigurations()
          Create an instance of ContainerConfigurations
 ContainerInterceptors createContainerInterceptors()
          Create an instance of ContainerInterceptors
 ContainerPoolConf createContainerPoolConf()
          Create an instance of ContainerPoolConf
 Depends createDepends()
          Create an instance of Depends
 DLQConfig createDLQConfig()
          Create an instance of DLQConfig
 EjbLocalRef createEjbLocalRef()
          Create an instance of EjbLocalRef
 EjbRef createEjbRef()
          Create an instance of EjbRef
 EjbTimeoutIdentity createEjbTimeoutIdentity()
          Create an instance of EjbTimeoutIdentity
 EndpointInterceptors createEndpointInterceptors()
          Create an instance of EndpointInterceptors
 EnterpriseBeans createEnterpriseBeans()
          Create an instance of EnterpriseBeans
 Entity createEntity()
          Create an instance of Entity
 Handler createHandler()
          Create an instance of Handler
 Home createHome()
          Create an instance of Home
 Interceptor createInterceptor()
          Create an instance of Interceptor
 Invalidable createInvalidable()
          Create an instance of Invalidable
 Invoker createInvoker()
          Create an instance of Invoker
 InvokerBindings createInvokerBindings()
          Create an instance of InvokerBindings
 InvokerProxyBinding createInvokerProxyBinding()
          Create an instance of InvokerProxyBinding
 InvokerProxyBindings createInvokerProxyBindings()
          Create an instance of InvokerProxyBindings
 IorSecurityConfig createIorSecurityConfig()
          Create an instance of IorSecurityConfig
 Jboss createJboss()
          Create an instance of Jboss
 JndiName createJndiName()
          Create an instance of JndiName
 ListEntity createListEntity()
          Create an instance of ListEntity
 LoaderRepository createLoaderRepository()
          Create an instance of LoaderRepository
 LoaderRepositoryConfig createLoaderRepositoryConfig()
          Create an instance of LoaderRepositoryConfig
 MDBConfig createMDBConfig()
          Create an instance of MDBConfig
 MessageDestination createMessageDestination()
          Create an instance of MessageDestination
 MessageDestinationRef createMessageDestinationRef()
          Create an instance of MessageDestinationRef
 MessageDriven createMessageDriven()
          Create an instance of MessageDriven
 Method createMethod()
          Create an instance of Method
 MethodAttributes createMethodAttributes()
          Create an instance of MethodAttributes
 Partitions createPartitions()
          Create an instance of Partitions
 PortComponent createPortComponent()
          Create an instance of PortComponent
 PrincipalName createPrincipalName()
          Create an instance of PrincipalName
 ProxyFactoryConfig createProxyFactoryConfig()
          Create an instance of ProxyFactoryConfig
 ResJndiName createResJndiName()
          Create an instance of ResJndiName
 ResourceEnvRef createResourceEnvRef()
          Create an instance of ResourceEnvRef
 ResourceManager createResourceManager()
          Create an instance of ResourceManager
 ResourceManagers createResourceManagers()
          Create an instance of ResourceManagers
 ResourceName createResourceName()
          Create an instance of ResourceName
 ResourceRef createResourceRef()
          Create an instance of ResourceRef
 ResUrl createResUrl()
          Create an instance of ResUrl
 RetryHandlers createRetryHandlers()
          Create an instance of RetryHandlers
 SasContext createSasContext()
          Create an instance of SasContext
 SecurityIdentity createSecurityIdentity()
          Create an instance of SecurityIdentity
 SecurityRole createSecurityRole()
          Create an instance of SecurityRole
 ServiceRef createServiceRef()
          Create an instance of ServiceRef
 Session createSession()
          Create an instance of Session
 TransportConfig createTransportConfig()
          Create an instance of TransportConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.openejb.jee.jba

Method Detail

createResJndiName

public ResJndiName createResJndiName()
Create an instance of ResJndiName


createContainerCacheConf

public ContainerCacheConf createContainerCacheConf()
Create an instance of ContainerCacheConf


createResourceManager

public ResourceManager createResourceManager()
Create an instance of ResourceManager


createBean

public Bean createBean()
Create an instance of Bean


createResourceEnvRef

public ResourceEnvRef createResourceEnvRef()
Create an instance of ResourceEnvRef


createDepends

public Depends createDepends()
Create an instance of Depends


createListEntity

public ListEntity createListEntity()
Create an instance of ListEntity


createContainerConfiguration

public ContainerConfiguration createContainerConfiguration()
Create an instance of ContainerConfiguration


createEndpointInterceptors

public EndpointInterceptors createEndpointInterceptors()
Create an instance of EndpointInterceptors


createInterceptor

public Interceptor createInterceptor()
Create an instance of Interceptor


createInvokerProxyBinding

public InvokerProxyBinding createInvokerProxyBinding()
Create an instance of InvokerProxyBinding


createJboss

public Jboss createJboss()
Create an instance of Jboss


createCacheInvalidationConfig

public CacheInvalidationConfig createCacheInvalidationConfig()
Create an instance of CacheInvalidationConfig


createActivationConfigProperty

public ActivationConfigProperty createActivationConfigProperty()
Create an instance of ActivationConfigProperty


createInvokerBindings

public InvokerBindings createInvokerBindings()
Create an instance of InvokerBindings


createInvoker

public Invoker createInvoker()
Create an instance of Invoker


createActivationConfig

public ActivationConfig createActivationConfig()
Create an instance of ActivationConfig


createResourceRef

public ResourceRef createResourceRef()
Create an instance of ResourceRef


createTransportConfig

public TransportConfig createTransportConfig()
Create an instance of TransportConfig


createSasContext

public SasContext createSasContext()
Create an instance of SasContext


createLoaderRepositoryConfig

public LoaderRepositoryConfig createLoaderRepositoryConfig()
Create an instance of LoaderRepositoryConfig


createPartitions

public Partitions createPartitions()
Create an instance of Partitions


createEjbRef

public EjbRef createEjbRef()
Create an instance of EjbRef


createInvokerProxyBindings

public InvokerProxyBindings createInvokerProxyBindings()
Create an instance of InvokerProxyBindings


createRetryHandlers

public RetryHandlers createRetryHandlers()
Create an instance of RetryHandlers


createEnterpriseBeans

public EnterpriseBeans createEnterpriseBeans()
Create an instance of EnterpriseBeans


createCachePolicyConfOther

public CachePolicyConfOther createCachePolicyConfOther()
Create an instance of CachePolicyConfOther


createCachePolicyConf

public CachePolicyConf createCachePolicyConf()
Create an instance of CachePolicyConf


createHome

public Home createHome()
Create an instance of Home


createMessageDriven

public MessageDriven createMessageDriven()
Create an instance of MessageDriven


createEjbLocalRef

public EjbLocalRef createEjbLocalRef()
Create an instance of EjbLocalRef


createClientInterceptors

public ClientInterceptors createClientInterceptors()
Create an instance of ClientInterceptors


createMethod

public Method createMethod()
Create an instance of Method


createClusterConfig

public ClusterConfig createClusterConfig()
Create an instance of ClusterConfig


createMDBConfig

public MDBConfig createMDBConfig()
Create an instance of MDBConfig


createAssemblyDescriptor

public AssemblyDescriptor createAssemblyDescriptor()
Create an instance of AssemblyDescriptor


createResUrl

public ResUrl createResUrl()
Create an instance of ResUrl


createContainerInterceptors

public ContainerInterceptors createContainerInterceptors()
Create an instance of ContainerInterceptors


createMessageDestination

public MessageDestination createMessageDestination()
Create an instance of MessageDestination


createDLQConfig

public DLQConfig createDLQConfig()
Create an instance of DLQConfig


createLoaderRepository

public LoaderRepository createLoaderRepository()
Create an instance of LoaderRepository


createInvalidable

public Invalidable createInvalidable()
Create an instance of Invalidable


createEjbTimeoutIdentity

public EjbTimeoutIdentity createEjbTimeoutIdentity()
Create an instance of EjbTimeoutIdentity


createMessageDestinationRef

public MessageDestinationRef createMessageDestinationRef()
Create an instance of MessageDestinationRef


createResourceManagers

public ResourceManagers createResourceManagers()
Create an instance of ResourceManagers


createIorSecurityConfig

public IorSecurityConfig createIorSecurityConfig()
Create an instance of IorSecurityConfig


createPortComponent

public PortComponent createPortComponent()
Create an instance of PortComponent


createAsContext

public AsContext createAsContext()
Create an instance of AsContext


createSecurityIdentity

public SecurityIdentity createSecurityIdentity()
Create an instance of SecurityIdentity


createHandler

public Handler createHandler()
Create an instance of Handler


createBatchCommitStrategy

public BatchCommitStrategy createBatchCommitStrategy()
Create an instance of BatchCommitStrategy


createContainerPoolConf

public ContainerPoolConf createContainerPoolConf()
Create an instance of ContainerPoolConf


createMethodAttributes

public MethodAttributes createMethodAttributes()
Create an instance of MethodAttributes


createPrincipalName

public PrincipalName createPrincipalName()
Create an instance of PrincipalName


createJndiName

public JndiName createJndiName()
Create an instance of JndiName


createSession

public Session createSession()
Create an instance of Session


createEntity

public Entity createEntity()
Create an instance of Entity


createServiceRef

public ServiceRef createServiceRef()
Create an instance of ServiceRef


createContainerConfigurations

public ContainerConfigurations createContainerConfigurations()
Create an instance of ContainerConfigurations


createProxyFactoryConfig

public ProxyFactoryConfig createProxyFactoryConfig()
Create an instance of ProxyFactoryConfig


createSecurityRole

public SecurityRole createSecurityRole()
Create an instance of SecurityRole


createResourceName

public ResourceName createResourceName()
Create an instance of ResourceName



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.