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

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

There is a newer version: 3.0.0-milestone2
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: 2011.12.13 at 02:58:03 PM EST 
//


package org.apache.cxf.transport.jms;

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 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 _Address_QNAME = new QName("http://cxf.apache.org/transports/jms", "address"); private final static QName _Server_QNAME = new QName("http://cxf.apache.org/transports/jms", "server"); private final static QName _SessionPool_QNAME = new QName("http://cxf.apache.org/transports/jms", "sessionPool"); private final static QName _Client_QNAME = new QName("http://cxf.apache.org/transports/jms", "client"); private final static QName _ClientConfig_QNAME = new QName("http://cxf.apache.org/transports/jms", "clientConfig"); private final static QName _ServerConfig_QNAME = new QName("http://cxf.apache.org/transports/jms", "serverConfig"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transport.jms * */ public ObjectFactory() { } /** * Create an instance of {@link ServerBehaviorPolicyType } * */ public ServerBehaviorPolicyType createServerBehaviorPolicyType() { return new ServerBehaviorPolicyType(); } /** * Create an instance of {@link JMSNamingPropertyType } * */ public JMSNamingPropertyType createJMSNamingPropertyType() { return new JMSNamingPropertyType(); } /** * Create an instance of {@link ServerConfig } * */ public ServerConfig createServerConfig() { return new ServerConfig(); } /** * Create an instance of {@link ClientBehaviorPolicyType } * */ public ClientBehaviorPolicyType createClientBehaviorPolicyType() { return new ClientBehaviorPolicyType(); } /** * Create an instance of {@link AddressType } * */ public AddressType createAddressType() { return new AddressType(); } /** * Create an instance of {@link ClientConfig } * */ public ClientConfig createClientConfig() { return new ClientConfig(); } /** * Create an instance of {@link SessionPoolType } * */ public SessionPoolType createSessionPoolType() { return new SessionPoolType(); } /** * Create an instance of {@link JMSFaultType } * */ public JMSFaultType createJMSFaultType() { return new JMSFaultType(); } /** * Create an instance of {@link JMSPropertyType } * */ public JMSPropertyType createJMSPropertyType() { return new JMSPropertyType(); } /** * Create an instance of {@link JMSMessageHeadersType } * */ public JMSMessageHeadersType createJMSMessageHeadersType() { return new JMSMessageHeadersType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AddressType }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/transports/jms", name = "address") public JAXBElement createAddress(AddressType value) { return new JAXBElement(_Address_QNAME, AddressType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ServerBehaviorPolicyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/transports/jms", name = "server") public JAXBElement createServer(ServerBehaviorPolicyType value) { return new JAXBElement(_Server_QNAME, ServerBehaviorPolicyType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SessionPoolType }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/transports/jms", name = "sessionPool") public JAXBElement createSessionPool(SessionPoolType value) { return new JAXBElement(_SessionPool_QNAME, SessionPoolType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ClientBehaviorPolicyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/transports/jms", name = "client") public JAXBElement createClient(ClientBehaviorPolicyType value) { return new JAXBElement(_Client_QNAME, ClientBehaviorPolicyType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ClientConfig }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/transports/jms", name = "clientConfig") public JAXBElement createClientConfig(ClientConfig value) { return new JAXBElement(_ClientConfig_QNAME, ClientConfig.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ServerConfig }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/transports/jms", name = "serverConfig") public JAXBElement createServerConfig(ServerConfig value) { return new JAXBElement(_ServerConfig_QNAME, ServerConfig.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy