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

org.apache.cxf.ws.rm.manager.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 12:16:16 PM EDT 
//


package org.apache.cxf.ws.rm.manager;

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.ws.rm.manager 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 _DestinationPolicy_QNAME = new QName("http://cxf.apache.org/ws/rm/manager", "destinationPolicy"); private final static QName _DeliveryAssurance_QNAME = new QName("http://cxf.apache.org/ws/rm/manager", "deliveryAssurance"); private final static QName _SourcePolicy_QNAME = new QName("http://cxf.apache.org/ws/rm/manager", "sourcePolicy"); private final static QName _RM10AddressingNamespace_QNAME = new QName("http://cxf.apache.org/ws/rm/manager", "RM10AddressingNamespace"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.rm.manager * */ public ObjectFactory() { } /** * Create an instance of {@link AcksPolicyType } * */ public AcksPolicyType createAcksPolicyType() { return new AcksPolicyType(); } /** * Create an instance of {@link SequenceTerminationPolicyType } * */ public SequenceTerminationPolicyType createSequenceTerminationPolicyType() { return new SequenceTerminationPolicyType(); } /** * Create an instance of {@link DeliveryAssuranceType.AtLeastOnce } * */ public DeliveryAssuranceType.AtLeastOnce createDeliveryAssuranceTypeAtLeastOnce() { return new DeliveryAssuranceType.AtLeastOnce(); } /** * Create an instance of {@link DeliveryAssuranceType.AtMostOnce } * */ public DeliveryAssuranceType.AtMostOnce createDeliveryAssuranceTypeAtMostOnce() { return new DeliveryAssuranceType.AtMostOnce(); } /** * Create an instance of {@link RM10AddressingNamespaceType } * */ public RM10AddressingNamespaceType createRM10AddressingNamespaceType() { return new RM10AddressingNamespaceType(); } /** * Create an instance of {@link DestinationPolicyType } * */ public DestinationPolicyType createDestinationPolicyType() { return new DestinationPolicyType(); } /** * Create an instance of {@link RetryPolicyType } * */ public RetryPolicyType createRetryPolicyType() { return new RetryPolicyType(); } /** * Create an instance of {@link DeliveryAssuranceType.ExactlyOnce } * */ public DeliveryAssuranceType.ExactlyOnce createDeliveryAssuranceTypeExactlyOnce() { return new DeliveryAssuranceType.ExactlyOnce(); } /** * Create an instance of {@link DeliveryAssuranceType } * */ public DeliveryAssuranceType createDeliveryAssuranceType() { return new DeliveryAssuranceType(); } /** * Create an instance of {@link DeliveryAssuranceType.InOrder } * */ public DeliveryAssuranceType.InOrder createDeliveryAssuranceTypeInOrder() { return new DeliveryAssuranceType.InOrder(); } /** * Create an instance of {@link SourcePolicyType } * */ public SourcePolicyType createSourcePolicyType() { return new SourcePolicyType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DestinationPolicyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/ws/rm/manager", name = "destinationPolicy") public JAXBElement createDestinationPolicy(DestinationPolicyType value) { return new JAXBElement(_DestinationPolicy_QNAME, DestinationPolicyType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DeliveryAssuranceType }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/ws/rm/manager", name = "deliveryAssurance") public JAXBElement createDeliveryAssurance(DeliveryAssuranceType value) { return new JAXBElement(_DeliveryAssurance_QNAME, DeliveryAssuranceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SourcePolicyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/ws/rm/manager", name = "sourcePolicy") public JAXBElement createSourcePolicy(SourcePolicyType value) { return new JAXBElement(_SourcePolicy_QNAME, SourcePolicyType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RM10AddressingNamespaceType }{@code >}} * */ @XmlElementDecl(namespace = "http://cxf.apache.org/ws/rm/manager", name = "RM10AddressingNamespace") public JAXBElement createRM10AddressingNamespace(RM10AddressingNamespaceType value) { return new JAXBElement(_RM10AddressingNamespace_QNAME, RM10AddressingNamespaceType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy