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

org.apache.cxf.ws.rm.policy.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, v2.0-b52-fcs 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2009.02.05 at 01:59:18 PM EST 
//


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

import javax.xml.bind.annotation.XmlRegistry;
import org.apache.cxf.ws.rm.policy.RMAssertion.AcknowledgementInterval;
import org.apache.cxf.ws.rm.policy.RMAssertion.BaseRetransmissionInterval;
import org.apache.cxf.ws.rm.policy.RMAssertion.ExponentialBackoff;
import org.apache.cxf.ws.rm.policy.RMAssertion.InactivityTimeout;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.apache.cxf.ws.rm.policy 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 { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.rm.policy * */ public ObjectFactory() { } /** * Create an instance of {@link ExponentialBackoff } * */ public ExponentialBackoff createRMAssertionExponentialBackoff() { return new ExponentialBackoff(); } /** * Create an instance of {@link BaseRetransmissionInterval } * */ public BaseRetransmissionInterval createRMAssertionBaseRetransmissionInterval() { return new BaseRetransmissionInterval(); } /** * Create an instance of {@link InactivityTimeout } * */ public InactivityTimeout createRMAssertionInactivityTimeout() { return new InactivityTimeout(); } /** * Create an instance of {@link AcknowledgementInterval } * */ public AcknowledgementInterval createRMAssertionAcknowledgementInterval() { return new AcknowledgementInterval(); } /** * Create an instance of {@link RMAssertion } * */ public RMAssertion createRMAssertion() { return new RMAssertion(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy