Source Code Cross Referenced for ObjectFactory.java in  » J2EE » openejb3 » org » apache » openejb » jee » sun » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » openejb3 » org.apache.openejb.jee.sun 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /**
002:         * Licensed to the Apache Software Foundation (ASF) under one or more
003:         * contributor license agreements.  See the NOTICE file distributed with
004:         * this work for additional information regarding copyright ownership.
005:         * The ASF licenses this file to You under the Apache License, Version 2.0
006:         * (the "License"); you may not use this file except in compliance with
007:         * the License.  You may obtain a copy of the License at
008:         *
009:         *     http://www.apache.org/licenses/LICENSE-2.0
010:         *
011:         * Unless required by applicable law or agreed to in writing, software
012:         * distributed under the License is distributed on an "AS IS" BASIS,
013:         * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
014:         * See the License for the specific language governing permissions and
015:         * limitations under the License.
016:         */package org.apache.openejb.jee.sun;
017:
018:        import javax.xml.bind.annotation.XmlRegistry;
019:
020:        /**
021:         * This object contains factory methods for each 
022:         * Java content interface and Java element interface 
023:         * generated in the org.apache.openejb.jee.sun package. 
024:         * <p>An ObjectFactory allows you to programatically 
025:         * construct new instances of the Java representation 
026:         * for XML content. The Java representation of XML 
027:         * content can consist of schema derived interfaces 
028:         * and classes representing the binding of schema 
029:         * type definitions, element declarations and model 
030:         * groups.  Factory methods for each of these are 
031:         * provided in this class.
032:         * 
033:         */
034:        @XmlRegistry
035:        public class ObjectFactory {
036:
037:            /**
038:             * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.openejb.jee.sun
039:             * 
040:             */
041:            public ObjectFactory() {
042:            }
043:
044:            /**
045:             * Create an instance of {@link CmpFieldMapping }
046:             * 
047:             */
048:            public CmpFieldMapping createCmpFieldMapping() {
049:                return new CmpFieldMapping();
050:            }
051:
052:            /**
053:             * Create an instance of {@link ColumnPair }
054:             * 
055:             */
056:            public ColumnPair createColumnPair() {
057:                return new ColumnPair();
058:            }
059:
060:            /**
061:             * Create an instance of {@link EntityMapping }
062:             * 
063:             */
064:            public EntityMapping createEntityMapping() {
065:                return new EntityMapping();
066:            }
067:
068:            /**
069:             * Create an instance of {@link NamedGroup }
070:             * 
071:             */
072:            public NamedGroup createNamedGroup() {
073:                return new NamedGroup();
074:            }
075:
076:            /**
077:             * Create an instance of {@link CheckVersionOfAccessedInstances }
078:             * 
079:             */
080:            public CheckVersionOfAccessedInstances createCheckVersionOfAccessedInstances() {
081:                return new CheckVersionOfAccessedInstances();
082:            }
083:
084:            /**
085:             * Create an instance of {@link LockWhenModified }
086:             * 
087:             */
088:            public LockWhenModified createLockWhenModified() {
089:                return new LockWhenModified();
090:            }
091:
092:            /**
093:             * Create an instance of {@link SecondaryTable }
094:             * 
095:             */
096:            public SecondaryTable createSecondaryTable() {
097:                return new SecondaryTable();
098:            }
099:
100:            /**
101:             * Create an instance of {@link Level }
102:             * 
103:             */
104:            public Level createLevel() {
105:                return new Level();
106:            }
107:
108:            /**
109:             * Create an instance of {@link CheckModifiedAtCommit }
110:             * 
111:             */
112:            public CheckModifiedAtCommit createCheckModifiedAtCommit() {
113:                return new CheckModifiedAtCommit();
114:            }
115:
116:            /**
117:             * Create an instance of {@link Consistency }
118:             * 
119:             */
120:            public Consistency createConsistency() {
121:                return new Consistency();
122:            }
123:
124:            /**
125:             * Create an instance of {@link ReadOnly }
126:             * 
127:             */
128:            public ReadOnly createReadOnly() {
129:                return new ReadOnly();
130:            }
131:
132:            /**
133:             * Create an instance of {@link LockWhenLoaded }
134:             * 
135:             */
136:            public LockWhenLoaded createLockWhenLoaded() {
137:                return new LockWhenLoaded();
138:            }
139:
140:            /**
141:             * Create an instance of {@link Default }
142:             * 
143:             */
144:            public Default createDefault() {
145:                return new Default();
146:            }
147:
148:            /**
149:             * Create an instance of {@link CheckAllAtCommit }
150:             * 
151:             */
152:            public CheckAllAtCommit createCheckAllAtCommit() {
153:                return new CheckAllAtCommit();
154:            }
155:
156:            /**
157:             * Create an instance of {@link SunCmpMapping }
158:             * 
159:             */
160:            public SunCmpMapping createSunCmpMapping() {
161:                return new SunCmpMapping();
162:            }
163:
164:            /**
165:             * Create an instance of {@link None }
166:             * 
167:             */
168:            public None createNone() {
169:                return new None();
170:            }
171:
172:            /**
173:             * Create an instance of {@link CmrFieldMapping }
174:             * 
175:             */
176:            public CmrFieldMapping createCmrFieldMapping() {
177:                return new CmrFieldMapping();
178:            }
179:
180:            /**
181:             * Create an instance of {@link FetchedWith }
182:             * 
183:             */
184:            public FetchedWith createFetchedWith() {
185:                return new FetchedWith();
186:            }
187:
188:            /**
189:             * Create an instance of {@link ColumnName }
190:             * 
191:             */
192:            public ColumnName createColumnName() {
193:                return new ColumnName();
194:            }
195:
196:            /**
197:             * Create an instance of {@link SunCmpMappings }
198:             * 
199:             */
200:            public SunCmpMappings createSunCmpMappings() {
201:                return new SunCmpMappings();
202:            }
203:
204:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.