All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.cxf.transport.jms.wsdl.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 2.7.18
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2012.05.30 at 11:00:04 AM EDT 
//


package org.apache.cxf.transport.jms.wsdl;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.apache.cxf.transport.jms.wsdl 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. * */ @XmlRegistry public class ObjectFactory { private final static QName _Priority_QNAME = new QName("http://www.w3.org/2010/soapjms/", "priority"); private final static QName _JndiContextParameter_QNAME = new QName("http://www.w3.org/2010/soapjms/", "jndiContextParameter"); private final static QName _JndiURL_QNAME = new QName("http://www.w3.org/2010/soapjms/", "jndiURL"); private final static QName _ReplyToName_QNAME = new QName("http://www.w3.org/2010/soapjms/", "replyToName"); private final static QName _JndiInitialContextFactory_QNAME = new QName("http://www.w3.org/2010/soapjms/", "jndiInitialContextFactory"); private final static QName _TopicReplyToName_QNAME = new QName("http://www.w3.org/2010/soapjms/", "topicReplyToName"); private final static QName _JndiConnectionFactoryName_QNAME = new QName("http://www.w3.org/2010/soapjms/", "jndiConnectionFactoryName"); private final static QName _TimeToLive_QNAME = new QName("http://www.w3.org/2010/soapjms/", "timeToLive"); private final static QName _DeliveryMode_QNAME = new QName("http://www.w3.org/2010/soapjms/", "deliveryMode"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transport.jms.wsdl * */ public ObjectFactory() { } /** * Create an instance of {@link TimeToLiveType } * */ public TimeToLiveType createTimeToLiveType() { return new TimeToLiveType(); } /** * Create an instance of {@link TopicReplyToNameType } * */ public TopicReplyToNameType createTopicReplyToNameType() { return new TopicReplyToNameType(); } /** * Create an instance of {@link JndiInitialContextFactoryType } * */ public JndiInitialContextFactoryType createJndiInitialContextFactoryType() { return new JndiInitialContextFactoryType(); } /** * Create an instance of {@link ReplyToNameType } * */ public ReplyToNameType createReplyToNameType() { return new ReplyToNameType(); } /** * Create an instance of {@link JndiContextParameterType } * */ public JndiContextParameterType createJndiContextParameterType() { return new JndiContextParameterType(); } /** * Create an instance of {@link DeliveryModeType } * */ public DeliveryModeType createDeliveryModeType() { return new DeliveryModeType(); } /** * Create an instance of {@link PriorityType } * */ public PriorityType createPriorityType() { return new PriorityType(); } /** * Create an instance of {@link JndiURLType } * */ public JndiURLType createJndiURLType() { return new JndiURLType(); } /** * Create an instance of {@link JndiConnectionFactoryNameType } * */ public JndiConnectionFactoryNameType createJndiConnectionFactoryNameType() { return new JndiConnectionFactoryNameType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link PriorityType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "priority") public JAXBElement createPriority(PriorityType value) { return new JAXBElement(_Priority_QNAME, PriorityType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link JndiContextParameterType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "jndiContextParameter") public JAXBElement createJndiContextParameter(JndiContextParameterType value) { return new JAXBElement(_JndiContextParameter_QNAME, JndiContextParameterType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link JndiURLType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "jndiURL") public JAXBElement createJndiURL(JndiURLType value) { return new JAXBElement(_JndiURL_QNAME, JndiURLType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ReplyToNameType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "replyToName") public JAXBElement createReplyToName(ReplyToNameType value) { return new JAXBElement(_ReplyToName_QNAME, ReplyToNameType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link JndiInitialContextFactoryType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "jndiInitialContextFactory") public JAXBElement createJndiInitialContextFactory(JndiInitialContextFactoryType value) { return new JAXBElement(_JndiInitialContextFactory_QNAME, JndiInitialContextFactoryType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TopicReplyToNameType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "topicReplyToName") public JAXBElement createTopicReplyToName(TopicReplyToNameType value) { return new JAXBElement(_TopicReplyToName_QNAME, TopicReplyToNameType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link JndiConnectionFactoryNameType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "jndiConnectionFactoryName") public JAXBElement createJndiConnectionFactoryName(JndiConnectionFactoryNameType value) { return new JAXBElement(_JndiConnectionFactoryName_QNAME, JndiConnectionFactoryNameType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TimeToLiveType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "timeToLive") public JAXBElement createTimeToLive(TimeToLiveType value) { return new JAXBElement(_TimeToLive_QNAME, TimeToLiveType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DeliveryModeType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2010/soapjms/", name = "deliveryMode") public JAXBElement createDeliveryMode(DeliveryModeType value) { return new JAXBElement(_DeliveryMode_QNAME, DeliveryModeType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy