Class ObjectFactory
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.commonbnd.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.commonbnd 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.commonbnd
-
Method Summary
-
-
-
Method Detail
-
createResourceEnvRefBinding
public ResourceEnvRefBinding createResourceEnvRefBinding()
Create an instance ofResourceEnvRefBinding
-
createBasicAuthData
public BasicAuthData createBasicAuthData()
Create an instance ofBasicAuthData
-
createMessageDestinationRefBinding
public MessageDestinationRefBinding createMessageDestinationRefBinding()
Create an instance ofMessageDestinationRefBinding
-
createAbstractAuthData
public AbstractAuthData createAbstractAuthData()
Create an instance ofAbstractAuthData
-
createResourceRefBinding
public ResourceRefBinding createResourceRefBinding()
Create an instance ofResourceRefBinding
-
createEjbRefBinding
public EjbRefBinding createEjbRefBinding()
Create an instance ofEjbRefBinding
-
createAbstractAuthData
public jakarta.xml.bind.JAXBElement<AbstractAuthData> createAbstractAuthData(AbstractAuthData value)
-
createResourceEnvRefBinding
public jakarta.xml.bind.JAXBElement<ResourceEnvRefBinding> createResourceEnvRefBinding(ResourceEnvRefBinding value)
-
createResourceRefBinding
public jakarta.xml.bind.JAXBElement<ResourceRefBinding> createResourceRefBinding(ResourceRefBinding value)
-
createBasicAuthData
public jakarta.xml.bind.JAXBElement<BasicAuthData> createBasicAuthData(BasicAuthData value)
-
createMessageDestinationRefBinding
public jakarta.xml.bind.JAXBElement<MessageDestinationRefBinding> createMessageDestinationRefBinding(MessageDestinationRefBinding value)
-
createEjbRefBinding
public jakarta.xml.bind.JAXBElement<EjbRefBinding> createEjbRefBinding(EjbRefBinding value)
-
-