Class 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.jee2 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 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.jee2
    • Method Detail

      • createEjbJar

        public jakarta.xml.bind.JAXBElement<EjbJar> createEjbJar​(EjbJar value)
        Create an instance of JAXBElement<EjbJar>}
      • createEjbRelationTypeEjbRelationName

        public jakarta.xml.bind.JAXBElement<String> createEjbRelationTypeEjbRelationName​(String value)
        Create an instance of JAXBElement<String>}
      • createEjbRelationTypeDescription

        public jakarta.xml.bind.JAXBElement<Text> createEjbRelationTypeDescription​(Text value)
        Create an instance of JAXBElement<Text>}
      • createWebResourceCollectionTypeHttpMethod

        public jakarta.xml.bind.JAXBElement<String> createWebResourceCollectionTypeHttpMethod​(String value)
        Create an instance of JAXBElement<String>}
      • createWebApp

        public jakarta.xml.bind.JAXBElement<WebApp> createWebApp​(WebApp value)
        Create an instance of JAXBElement<WebApp>}
      • createTldTaglib

        public jakarta.xml.bind.JAXBElement<TldTaglib> createTldTaglib​(TldTaglib value)
        Create an instance of JAXBElement<TldTaglib>}
      • createConnector

        public jakarta.xml.bind.JAXBElement<Connector> createConnector​(Connector value)
        Create an instance of JAXBElement<Connector>}