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