Show ObjectFactory.java syntax highlighted
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2007.02.24 at 11:17:35 EST
//
package org.xmlsoap.schemas.ws._2003._03.addressing;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.xmlsoap.schemas.ws._2003._03.addressing package.
* <p>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.
*
*/
public class ObjectFactory
extends org.rickmurphy.exchangepackage.disclosure.impl.runtime.DefaultJAXBContextImpl
{
private static java.util.HashMap defaultImplementations = new java.util.HashMap(21, 0.75F);
private static java.util.HashMap rootTagMap = new java.util.HashMap();
public final static org.rickmurphy.exchangepackage.disclosure.impl.runtime.GrammarInfo grammarInfo = new org.rickmurphy.exchangepackage.disclosure.impl.runtime.GrammarInfoImpl(rootTagMap, defaultImplementations, (org.xmlsoap.schemas.ws._2003._03.addressing.ObjectFactory.class));
public final static java.lang.Class version = (org.xmlsoap.schemas.ws._2003._03.addressing.impl.JAXBVersion.class);
static {
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.Action.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.ActionImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.ReplyTo.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.ReplyToImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.AttributedURI.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.AttributedURIImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.AttributedQName.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.AttributedQNameImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.MessageID.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.MessageIDImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.ReferencePropertiesType.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.ReferencePropertiesTypeImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.From.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.FromImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.EndpointReferenceTypeImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.FaultTo.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.FaultToImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.ServiceNameType.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.ServiceNameTypeImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.To.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.ToImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.Recipient.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.RecipientImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReference.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.EndpointReferenceImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.RelatesTo.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.RelatesToImpl");
defaultImplementations.put((org.xmlsoap.schemas.ws._2003._03.addressing.Relationship.class), "org.xmlsoap.schemas.ws._2003._03.addressing.impl.RelationshipImpl");
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "FaultTo"), (org.xmlsoap.schemas.ws._2003._03.addressing.FaultTo.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "Action"), (org.xmlsoap.schemas.ws._2003._03.addressing.Action.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "From"), (org.xmlsoap.schemas.ws._2003._03.addressing.From.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "Recipient"), (org.xmlsoap.schemas.ws._2003._03.addressing.Recipient.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "To"), (org.xmlsoap.schemas.ws._2003._03.addressing.To.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "MessageID"), (org.xmlsoap.schemas.ws._2003._03.addressing.MessageID.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "ReplyTo"), (org.xmlsoap.schemas.ws._2003._03.addressing.ReplyTo.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "RelatesTo"), (org.xmlsoap.schemas.ws._2003._03.addressing.RelatesTo.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/03/addressing", "EndpointReference"), (org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReference.class));
}
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.schemas.ws._2003._03.addressing
*
*/
public ObjectFactory() {
super(grammarInfo);
}
/**
* Create an instance of the specified Java content interface.
*
* @param javaContentInterface
* the Class object of the javacontent interface to instantiate
* @return
* a new instance
* @throws JAXBException
* if an error occurs
*/
public java.lang.Object newInstance(java.lang.Class javaContentInterface)
throws javax.xml.bind.JAXBException
{
return super.newInstance(javaContentInterface);
}
/**
* Get the specified property. This method can only be
* used to get provider specific properties.
* Attempting to get an undefined property will result
* in a PropertyException being thrown.
*
* @param name
* the name of the property to retrieve
* @return
* the value of the requested property
* @throws PropertyException
* when there is an error retrieving the given property or value
*/
public java.lang.Object getProperty(java.lang.String name)
throws javax.xml.bind.PropertyException
{
return super.getProperty(name);
}
/**
* Set the specified property. This method can only be
* used to set provider specific properties.
* Attempting to set an undefined property will result
* in a PropertyException being thrown.
*
* @param value
* the value of the property to be set
* @param name
* the name of the property to retrieve
* @throws PropertyException
* when there is an error processing the given property or value
*/
public void setProperty(java.lang.String name, java.lang.Object value)
throws javax.xml.bind.PropertyException
{
super.setProperty(name, value);
}
/**
* Create an instance of Action
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.Action createAction()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.ActionImpl();
}
/**
* Create an instance of ReplyTo
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.ReplyTo createReplyTo()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.ReplyToImpl();
}
/**
* Create an instance of AttributedURI
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.AttributedURI createAttributedURI()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.AttributedURIImpl();
}
/**
* Create an instance of AttributedQName
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.AttributedQName createAttributedQName()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.AttributedQNameImpl();
}
/**
* Create an instance of MessageID
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.MessageID createMessageID()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.MessageIDImpl();
}
/**
* Create an instance of ReferencePropertiesType
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.ReferencePropertiesType createReferencePropertiesType()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.ReferencePropertiesTypeImpl();
}
/**
* Create an instance of From
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.From createFrom()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.FromImpl();
}
/**
* Create an instance of EndpointReferenceType
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType createEndpointReferenceType()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.EndpointReferenceTypeImpl();
}
/**
* Create an instance of FaultTo
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.FaultTo createFaultTo()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.FaultToImpl();
}
/**
* Create an instance of ServiceNameType
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.ServiceNameType createServiceNameType()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.ServiceNameTypeImpl();
}
/**
* Create an instance of To
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.To createTo()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.ToImpl();
}
/**
* Create an instance of Recipient
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.Recipient createRecipient()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.RecipientImpl();
}
/**
* Create an instance of EndpointReference
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReference createEndpointReference()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.EndpointReferenceImpl();
}
/**
* Create an instance of RelatesTo
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.RelatesTo createRelatesTo()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.RelatesToImpl();
}
/**
* Create an instance of Relationship
*
* @throws JAXBException
* if an error occurs
*/
public org.xmlsoap.schemas.ws._2003._03.addressing.Relationship createRelationship()
throws javax.xml.bind.JAXBException
{
return new org.xmlsoap.schemas.ws._2003._03.addressing.impl.RelationshipImpl();
}
}
See more files for this project here