Source Code Cross Referenced for ObjectFactory.java in  » Web-Services-apache-cxf-2.0.1 » frontend » org » apache » cxf » jaxws » javaee » 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 » Web Services apache cxf 2.0.1 » frontend » org.apache.cxf.jaxws.javaee 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        //
002:        // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.3-b01-fcs 
003:        // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004:        // Any modifications to this file will be lost upon recompilation of the source schema. 
005:        // Generated on: 2006.10.31 at 10:25:50 AM GMT+08:00 
006:        //
007:
008:        package org.apache.cxf.jaxws.javaee;
009:
010:        import javax.xml.bind.JAXBElement;
011:        import javax.xml.bind.annotation.XmlElementDecl;
012:        import javax.xml.bind.annotation.XmlRegistry;
013:        import javax.xml.namespace.QName;
014:
015:        /**
016:         * This object contains factory methods for each 
017:         * Java content interface and Java element interface 
018:         * generated in the org.apache.cxf.jaxws.javaee package. 
019:         * <p>An ObjectFactory allows you to programatically 
020:         * construct new instances of the Java representation 
021:         * for XML content. The Java representation of XML 
022:         * content can consist of schema derived interfaces 
023:         * and classes representing the binding of schema 
024:         * type definitions, element declarations and model 
025:         * groups.  Factory methods for each of these are 
026:         * provided in this class.
027:         * 
028:         */
029:        @XmlRegistry
030:        public class ObjectFactory {
031:
032:            private final static QName _HandlerChains_QNAME = new QName(
033:                    "http://java.sun.com/xml/ns/javaee", "handler-chains");
034:            private final static QName _Webservices_QNAME = new QName(
035:                    "http://java.sun.com/xml/ns/javaee", "webservices");
036:
037:            /**
038:             * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.jaxws.javaee
039:             * 
040:             */
041:            public ObjectFactory() {
042:            }
043:
044:            /**
045:             * Create an instance of {@link PropertyType }
046:             * 
047:             */
048:            public PropertyType createPropertyType() {
049:                return new PropertyType();
050:            }
051:
052:            /**
053:             * Create an instance of {@link PersistenceContextRefType }
054:             * 
055:             */
056:            public PersistenceContextRefType createPersistenceContextRefType() {
057:                return new PersistenceContextRefType();
058:            }
059:
060:            /**
061:             * Create an instance of {@link DescriptionType }
062:             * 
063:             */
064:            public DescriptionType createDescriptionType() {
065:                return new DescriptionType();
066:            }
067:
068:            /**
069:             * Create an instance of {@link ServletLinkType }
070:             * 
071:             */
072:            public ServletLinkType createServletLinkType() {
073:                return new ServletLinkType();
074:            }
075:
076:            /**
077:             * Create an instance of {@link EjbLinkType }
078:             * 
079:             */
080:            public EjbLinkType createEjbLinkType() {
081:                return new EjbLinkType();
082:            }
083:
084:            /**
085:             * Create an instance of {@link EnvEntryTypeValuesType }
086:             * 
087:             */
088:            public EnvEntryTypeValuesType createEnvEntryTypeValuesType() {
089:                return new EnvEntryTypeValuesType();
090:            }
091:
092:            /**
093:             * Create an instance of {@link ResourceRefType }
094:             * 
095:             */
096:            public ResourceRefType createResourceRefType() {
097:                return new ResourceRefType();
098:            }
099:
100:            /**
101:             * Create an instance of {@link RunAsType }
102:             * 
103:             */
104:            public RunAsType createRunAsType() {
105:                return new RunAsType();
106:            }
107:
108:            /**
109:             * Create an instance of {@link PortComponentType }
110:             * 
111:             */
112:            public PortComponentType createPortComponentType() {
113:                return new PortComponentType();
114:            }
115:
116:            /**
117:             * Create an instance of {@link ResAuthType }
118:             * 
119:             */
120:            public ResAuthType createResAuthType() {
121:                return new ResAuthType();
122:            }
123:
124:            /**
125:             * Create an instance of {@link XsdNMTOKENType }
126:             * 
127:             */
128:            public XsdNMTOKENType createXsdNMTOKENType() {
129:                return new XsdNMTOKENType();
130:            }
131:
132:            /**
133:             * Create an instance of {@link ServiceRefHandlerChainType }
134:             * 
135:             */
136:            public ServiceRefHandlerChainType createServiceRefHandlerChainType() {
137:                return new ServiceRefHandlerChainType();
138:            }
139:
140:            /**
141:             * Create an instance of {@link LocalType }
142:             * 
143:             */
144:            public LocalType createLocalType() {
145:                return new LocalType();
146:            }
147:
148:            /**
149:             * Create an instance of {@link MessageDestinationLinkType }
150:             * 
151:             */
152:            public MessageDestinationLinkType createMessageDestinationLinkType() {
153:                return new MessageDestinationLinkType();
154:            }
155:
156:            /**
157:             * Create an instance of {@link HomeType }
158:             * 
159:             */
160:            public HomeType createHomeType() {
161:                return new HomeType();
162:            }
163:
164:            /**
165:             * Create an instance of {@link WebserviceDescriptionType }
166:             * 
167:             */
168:            public WebserviceDescriptionType createWebserviceDescriptionType() {
169:                return new WebserviceDescriptionType();
170:            }
171:
172:            /**
173:             * Create an instance of {@link ServiceRefType }
174:             * 
175:             */
176:            public ServiceRefType createServiceRefType() {
177:                return new ServiceRefType();
178:            }
179:
180:            /**
181:             * Create an instance of {@link MessageDestinationUsageType }
182:             * 
183:             */
184:            public MessageDestinationUsageType createMessageDestinationUsageType() {
185:                return new MessageDestinationUsageType();
186:            }
187:
188:            /**
189:             * Create an instance of {@link RemoteType }
190:             * 
191:             */
192:            public RemoteType createRemoteType() {
193:                return new RemoteType();
194:            }
195:
196:            /**
197:             * Create an instance of {@link JndiNameType }
198:             * 
199:             */
200:            public JndiNameType createJndiNameType() {
201:                return new JndiNameType();
202:            }
203:
204:            /**
205:             * Create an instance of {@link XsdStringType }
206:             * 
207:             */
208:            public XsdStringType createXsdStringType() {
209:                return new XsdStringType();
210:            }
211:
212:            /**
213:             * Create an instance of {@link PortComponentRefType }
214:             * 
215:             */
216:            public PortComponentRefType createPortComponentRefType() {
217:                return new PortComponentRefType();
218:            }
219:
220:            /**
221:             * Create an instance of {@link UrlPatternType }
222:             * 
223:             */
224:            public UrlPatternType createUrlPatternType() {
225:                return new UrlPatternType();
226:            }
227:
228:            /**
229:             * Create an instance of {@link ServiceImplBeanType }
230:             * 
231:             */
232:            public ServiceImplBeanType createServiceImplBeanType() {
233:                return new ServiceImplBeanType();
234:            }
235:
236:            /**
237:             * Create an instance of {@link ServiceRefHandlerType }
238:             * 
239:             */
240:            public ServiceRefHandlerType createServiceRefHandlerType() {
241:                return new ServiceRefHandlerType();
242:            }
243:
244:            /**
245:             * Create an instance of {@link SecurityRoleType }
246:             * 
247:             */
248:            public SecurityRoleType createSecurityRoleType() {
249:                return new SecurityRoleType();
250:            }
251:
252:            /**
253:             * Create an instance of {@link JavaIdentifierType }
254:             * 
255:             */
256:            public JavaIdentifierType createJavaIdentifierType() {
257:                return new JavaIdentifierType();
258:            }
259:
260:            /**
261:             * Create an instance of {@link EnvEntryType }
262:             * 
263:             */
264:            public EnvEntryType createEnvEntryType() {
265:                return new EnvEntryType();
266:            }
267:
268:            /**
269:             * Create an instance of {@link JavaTypeType }
270:             * 
271:             */
272:            public JavaTypeType createJavaTypeType() {
273:                return new JavaTypeType();
274:            }
275:
276:            /**
277:             * Create an instance of {@link FullyQualifiedClassType }
278:             * 
279:             */
280:            public FullyQualifiedClassType createFullyQualifiedClassType() {
281:                return new FullyQualifiedClassType();
282:            }
283:
284:            /**
285:             * Create an instance of {@link ResSharingScopeType }
286:             * 
287:             */
288:            public ResSharingScopeType createResSharingScopeType() {
289:                return new ResSharingScopeType();
290:            }
291:
292:            /**
293:             * Create an instance of {@link PortComponentHandlerType }
294:             * 
295:             */
296:            public PortComponentHandlerType createPortComponentHandlerType() {
297:                return new PortComponentHandlerType();
298:            }
299:
300:            /**
301:             * Create an instance of {@link DisplayNameType }
302:             * 
303:             */
304:            public DisplayNameType createDisplayNameType() {
305:                return new DisplayNameType();
306:            }
307:
308:            /**
309:             * Create an instance of {@link MessageDestinationRefType }
310:             * 
311:             */
312:            public MessageDestinationRefType createMessageDestinationRefType() {
313:                return new MessageDestinationRefType();
314:            }
315:
316:            /**
317:             * Create an instance of {@link EjbRefTypeType }
318:             * 
319:             */
320:            public EjbRefTypeType createEjbRefTypeType() {
321:                return new EjbRefTypeType();
322:            }
323:
324:            /**
325:             * Create an instance of {@link PathType }
326:             * 
327:             */
328:            public PathType createPathType() {
329:                return new PathType();
330:            }
331:
332:            /**
333:             * Create an instance of {@link MessageDestinationType }
334:             * 
335:             */
336:            public MessageDestinationType createMessageDestinationType() {
337:                return new MessageDestinationType();
338:            }
339:
340:            /**
341:             * Create an instance of {@link XsdNonNegativeIntegerType }
342:             * 
343:             */
344:            public XsdNonNegativeIntegerType createXsdNonNegativeIntegerType() {
345:                return new XsdNonNegativeIntegerType();
346:            }
347:
348:            /**
349:             * Create an instance of {@link String }
350:             * 
351:             */
352:            public String createString() {
353:                return new String();
354:            }
355:
356:            /**
357:             * Create an instance of {@link XsdQNameType }
358:             * 
359:             */
360:            public XsdQNameType createXsdQNameType() {
361:                return new XsdQNameType();
362:            }
363:
364:            /**
365:             * Create an instance of {@link LifecycleCallbackType }
366:             * 
367:             */
368:            public LifecycleCallbackType createLifecycleCallbackType() {
369:                return new LifecycleCallbackType();
370:            }
371:
372:            /**
373:             * Create an instance of {@link ListenerType }
374:             * 
375:             */
376:            public ListenerType createListenerType() {
377:                return new ListenerType();
378:            }
379:
380:            /**
381:             * Create an instance of {@link PersistenceUnitRefType }
382:             * 
383:             */
384:            public PersistenceUnitRefType createPersistenceUnitRefType() {
385:                return new PersistenceUnitRefType();
386:            }
387:
388:            /**
389:             * Create an instance of {@link HandlerChainType }
390:             * 
391:             */
392:            public HandlerChainType createHandlerChainType() {
393:                return new HandlerChainType();
394:            }
395:
396:            /**
397:             * Create an instance of {@link InjectionTargetType }
398:             * 
399:             */
400:            public InjectionTargetType createInjectionTargetType() {
401:                return new InjectionTargetType();
402:            }
403:
404:            /**
405:             * Create an instance of {@link IconType }
406:             * 
407:             */
408:            public IconType createIconType() {
409:                return new IconType();
410:            }
411:
412:            /**
413:             * Create an instance of {@link HandlerChainsType }
414:             * 
415:             */
416:            public HandlerChainsType createHandlerChainsType() {
417:                return new HandlerChainsType();
418:            }
419:
420:            /**
421:             * Create an instance of {@link ResourceEnvRefType }
422:             * 
423:             */
424:            public ResourceEnvRefType createResourceEnvRefType() {
425:                return new ResourceEnvRefType();
426:            }
427:
428:            /**
429:             * Create an instance of {@link RoleNameType }
430:             * 
431:             */
432:            public RoleNameType createRoleNameType() {
433:                return new RoleNameType();
434:            }
435:
436:            /**
437:             * Create an instance of {@link WebservicesType }
438:             * 
439:             */
440:            public WebservicesType createWebservicesType() {
441:                return new WebservicesType();
442:            }
443:
444:            /**
445:             * Create an instance of {@link EjbRefType }
446:             * 
447:             */
448:            public EjbRefType createEjbRefType() {
449:                return new EjbRefType();
450:            }
451:
452:            /**
453:             * Create an instance of {@link XsdBooleanType }
454:             * 
455:             */
456:            public XsdBooleanType createXsdBooleanType() {
457:                return new XsdBooleanType();
458:            }
459:
460:            /**
461:             * Create an instance of {@link XsdPositiveIntegerType }
462:             * 
463:             */
464:            public XsdPositiveIntegerType createXsdPositiveIntegerType() {
465:                return new XsdPositiveIntegerType();
466:            }
467:
468:            /**
469:             * Create an instance of {@link EjbRefNameType }
470:             * 
471:             */
472:            public EjbRefNameType createEjbRefNameType() {
473:                return new EjbRefNameType();
474:            }
475:
476:            /**
477:             * Create an instance of {@link TrueFalseType }
478:             * 
479:             */
480:            public TrueFalseType createTrueFalseType() {
481:                return new TrueFalseType();
482:            }
483:
484:            /**
485:             * Create an instance of {@link XsdAnyURIType }
486:             * 
487:             */
488:            public XsdAnyURIType createXsdAnyURIType() {
489:                return new XsdAnyURIType();
490:            }
491:
492:            /**
493:             * Create an instance of {@link PersistenceContextTypeType }
494:             * 
495:             */
496:            public PersistenceContextTypeType createPersistenceContextTypeType() {
497:                return new PersistenceContextTypeType();
498:            }
499:
500:            /**
501:             * Create an instance of {@link MessageDestinationTypeType }
502:             * 
503:             */
504:            public MessageDestinationTypeType createMessageDestinationTypeType() {
505:                return new MessageDestinationTypeType();
506:            }
507:
508:            /**
509:             * Create an instance of {@link XsdIntegerType }
510:             * 
511:             */
512:            public XsdIntegerType createXsdIntegerType() {
513:                return new XsdIntegerType();
514:            }
515:
516:            /**
517:             * Create an instance of {@link EjbLocalRefType }
518:             * 
519:             */
520:            public EjbLocalRefType createEjbLocalRefType() {
521:                return new EjbLocalRefType();
522:            }
523:
524:            /**
525:             * Create an instance of {@link ParamValueType }
526:             * 
527:             */
528:            public ParamValueType createParamValueType() {
529:                return new ParamValueType();
530:            }
531:
532:            /**
533:             * Create an instance of {@link LocalHomeType }
534:             * 
535:             */
536:            public LocalHomeType createLocalHomeType() {
537:                return new LocalHomeType();
538:            }
539:
540:            /**
541:             * Create an instance of {@link ServiceRefHandlerChainsType }
542:             * 
543:             */
544:            public ServiceRefHandlerChainsType createServiceRefHandlerChainsType() {
545:                return new ServiceRefHandlerChainsType();
546:            }
547:
548:            /**
549:             * Create an instance of {@link EmptyType }
550:             * 
551:             */
552:            public EmptyType createEmptyType() {
553:                return new EmptyType();
554:            }
555:
556:            /**
557:             * Create an instance of {@link SecurityRoleRefType }
558:             * 
559:             */
560:            public SecurityRoleRefType createSecurityRoleRefType() {
561:                return new SecurityRoleRefType();
562:            }
563:
564:            /**
565:             * Create an instance of {@link GenericBooleanType }
566:             * 
567:             */
568:            public GenericBooleanType createGenericBooleanType() {
569:                return new GenericBooleanType();
570:            }
571:
572:            /**
573:             * Create an instance of {@link JAXBElement }{@code <}{@link HandlerChainsType }{@code >}}
574:             * 
575:             */
576:            @XmlElementDecl(namespace="http://java.sun.com/xml/ns/javaee",name="handler-chains")
577:            public JAXBElement<HandlerChainsType> createHandlerChains(
578:                    HandlerChainsType value) {
579:                return new JAXBElement<HandlerChainsType>(_HandlerChains_QNAME,
580:                        HandlerChainsType.class, null, value);
581:            }
582:
583:            /**
584:             * Create an instance of {@link JAXBElement }{@code <}{@link WebservicesType }{@code >}}
585:             * 
586:             */
587:            @XmlElementDecl(namespace="http://java.sun.com/xml/ns/javaee",name="webservices")
588:            public JAXBElement<WebservicesType> createWebservices(
589:                    WebservicesType value) {
590:                return new JAXBElement<WebservicesType>(_Webservices_QNAME,
591:                        WebservicesType.class, null, value);
592:            }
593:
594:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.