org.apache.cxf.jaxws.javaee.ObjectFactory Maven / Gradle / Ivy
Show all versions of cxf-bundle-minimal Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.3-b01-fcs
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2006.10.31 at 10:25:50 AM GMT+08:00
//
package org.apache.cxf.jaxws.javaee;
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.jaxws.javaee 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 _HandlerChains_QNAME = new QName("http://java.sun.com/xml/ns/javaee", "handler-chains");
private final static QName _Webservices_QNAME = new QName("http://java.sun.com/xml/ns/javaee", "webservices");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.jaxws.javaee
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link PropertyType }
*
*/
public PropertyType createPropertyType() {
return new PropertyType();
}
/**
* Create an instance of {@link PersistenceContextRefType }
*
*/
public PersistenceContextRefType createPersistenceContextRefType() {
return new PersistenceContextRefType();
}
/**
* Create an instance of {@link DescriptionType }
*
*/
public DescriptionType createDescriptionType() {
return new DescriptionType();
}
/**
* Create an instance of {@link ServletLinkType }
*
*/
public ServletLinkType createServletLinkType() {
return new ServletLinkType();
}
/**
* Create an instance of {@link EjbLinkType }
*
*/
public EjbLinkType createEjbLinkType() {
return new EjbLinkType();
}
/**
* Create an instance of {@link EnvEntryTypeValuesType }
*
*/
public EnvEntryTypeValuesType createEnvEntryTypeValuesType() {
return new EnvEntryTypeValuesType();
}
/**
* Create an instance of {@link ResourceRefType }
*
*/
public ResourceRefType createResourceRefType() {
return new ResourceRefType();
}
/**
* Create an instance of {@link RunAsType }
*
*/
public RunAsType createRunAsType() {
return new RunAsType();
}
/**
* Create an instance of {@link PortComponentType }
*
*/
public PortComponentType createPortComponentType() {
return new PortComponentType();
}
/**
* Create an instance of {@link ResAuthType }
*
*/
public ResAuthType createResAuthType() {
return new ResAuthType();
}
/**
* Create an instance of {@link XsdNMTOKENType }
*
*/
public XsdNMTOKENType createXsdNMTOKENType() {
return new XsdNMTOKENType();
}
/**
* Create an instance of {@link ServiceRefHandlerChainType }
*
*/
public ServiceRefHandlerChainType createServiceRefHandlerChainType() {
return new ServiceRefHandlerChainType();
}
/**
* Create an instance of {@link LocalType }
*
*/
public LocalType createLocalType() {
return new LocalType();
}
/**
* Create an instance of {@link MessageDestinationLinkType }
*
*/
public MessageDestinationLinkType createMessageDestinationLinkType() {
return new MessageDestinationLinkType();
}
/**
* Create an instance of {@link HomeType }
*
*/
public HomeType createHomeType() {
return new HomeType();
}
/**
* Create an instance of {@link WebserviceDescriptionType }
*
*/
public WebserviceDescriptionType createWebserviceDescriptionType() {
return new WebserviceDescriptionType();
}
/**
* Create an instance of {@link ServiceRefType }
*
*/
public ServiceRefType createServiceRefType() {
return new ServiceRefType();
}
/**
* Create an instance of {@link MessageDestinationUsageType }
*
*/
public MessageDestinationUsageType createMessageDestinationUsageType() {
return new MessageDestinationUsageType();
}
/**
* Create an instance of {@link RemoteType }
*
*/
public RemoteType createRemoteType() {
return new RemoteType();
}
/**
* Create an instance of {@link JndiNameType }
*
*/
public JndiNameType createJndiNameType() {
return new JndiNameType();
}
/**
* Create an instance of {@link XsdStringType }
*
*/
public XsdStringType createXsdStringType() {
return new XsdStringType();
}
/**
* Create an instance of {@link PortComponentRefType }
*
*/
public PortComponentRefType createPortComponentRefType() {
return new PortComponentRefType();
}
/**
* Create an instance of {@link UrlPatternType }
*
*/
public UrlPatternType createUrlPatternType() {
return new UrlPatternType();
}
/**
* Create an instance of {@link ServiceImplBeanType }
*
*/
public ServiceImplBeanType createServiceImplBeanType() {
return new ServiceImplBeanType();
}
/**
* Create an instance of {@link ServiceRefHandlerType }
*
*/
public ServiceRefHandlerType createServiceRefHandlerType() {
return new ServiceRefHandlerType();
}
/**
* Create an instance of {@link SecurityRoleType }
*
*/
public SecurityRoleType createSecurityRoleType() {
return new SecurityRoleType();
}
/**
* Create an instance of {@link JavaIdentifierType }
*
*/
public JavaIdentifierType createJavaIdentifierType() {
return new JavaIdentifierType();
}
/**
* Create an instance of {@link EnvEntryType }
*
*/
public EnvEntryType createEnvEntryType() {
return new EnvEntryType();
}
/**
* Create an instance of {@link JavaTypeType }
*
*/
public JavaTypeType createJavaTypeType() {
return new JavaTypeType();
}
/**
* Create an instance of {@link FullyQualifiedClassType }
*
*/
public FullyQualifiedClassType createFullyQualifiedClassType() {
return new FullyQualifiedClassType();
}
/**
* Create an instance of {@link ResSharingScopeType }
*
*/
public ResSharingScopeType createResSharingScopeType() {
return new ResSharingScopeType();
}
/**
* Create an instance of {@link PortComponentHandlerType }
*
*/
public PortComponentHandlerType createPortComponentHandlerType() {
return new PortComponentHandlerType();
}
/**
* Create an instance of {@link DisplayNameType }
*
*/
public DisplayNameType createDisplayNameType() {
return new DisplayNameType();
}
/**
* Create an instance of {@link MessageDestinationRefType }
*
*/
public MessageDestinationRefType createMessageDestinationRefType() {
return new MessageDestinationRefType();
}
/**
* Create an instance of {@link EjbRefTypeType }
*
*/
public EjbRefTypeType createEjbRefTypeType() {
return new EjbRefTypeType();
}
/**
* Create an instance of {@link PathType }
*
*/
public PathType createPathType() {
return new PathType();
}
/**
* Create an instance of {@link MessageDestinationType }
*
*/
public MessageDestinationType createMessageDestinationType() {
return new MessageDestinationType();
}
/**
* Create an instance of {@link XsdNonNegativeIntegerType }
*
*/
public XsdNonNegativeIntegerType createXsdNonNegativeIntegerType() {
return new XsdNonNegativeIntegerType();
}
/**
* Create an instance of {@link CString }
*
*/
public CString createString() {
return new CString();
}
/**
* Create an instance of {@link XsdQNameType }
*
*/
public XsdQNameType createXsdQNameType() {
return new XsdQNameType();
}
/**
* Create an instance of {@link LifecycleCallbackType }
*
*/
public LifecycleCallbackType createLifecycleCallbackType() {
return new LifecycleCallbackType();
}
/**
* Create an instance of {@link ListenerType }
*
*/
public ListenerType createListenerType() {
return new ListenerType();
}
/**
* Create an instance of {@link PersistenceUnitRefType }
*
*/
public PersistenceUnitRefType createPersistenceUnitRefType() {
return new PersistenceUnitRefType();
}
/**
* Create an instance of {@link HandlerChainType }
*
*/
public HandlerChainType createHandlerChainType() {
return new HandlerChainType();
}
/**
* Create an instance of {@link InjectionTargetType }
*
*/
public InjectionTargetType createInjectionTargetType() {
return new InjectionTargetType();
}
/**
* Create an instance of {@link IconType }
*
*/
public IconType createIconType() {
return new IconType();
}
/**
* Create an instance of {@link HandlerChainsType }
*
*/
public HandlerChainsType createHandlerChainsType() {
return new HandlerChainsType();
}
/**
* Create an instance of {@link ResourceEnvRefType }
*
*/
public ResourceEnvRefType createResourceEnvRefType() {
return new ResourceEnvRefType();
}
/**
* Create an instance of {@link RoleNameType }
*
*/
public RoleNameType createRoleNameType() {
return new RoleNameType();
}
/**
* Create an instance of {@link WebservicesType }
*
*/
public WebservicesType createWebservicesType() {
return new WebservicesType();
}
/**
* Create an instance of {@link EjbRefType }
*
*/
public EjbRefType createEjbRefType() {
return new EjbRefType();
}
/**
* Create an instance of {@link XsdBooleanType }
*
*/
public XsdBooleanType createXsdBooleanType() {
return new XsdBooleanType();
}
/**
* Create an instance of {@link XsdPositiveIntegerType }
*
*/
public XsdPositiveIntegerType createXsdPositiveIntegerType() {
return new XsdPositiveIntegerType();
}
/**
* Create an instance of {@link EjbRefNameType }
*
*/
public EjbRefNameType createEjbRefNameType() {
return new EjbRefNameType();
}
/**
* Create an instance of {@link TrueFalseType }
*
*/
public TrueFalseType createTrueFalseType() {
return new TrueFalseType();
}
/**
* Create an instance of {@link XsdAnyURIType }
*
*/
public XsdAnyURIType createXsdAnyURIType() {
return new XsdAnyURIType();
}
/**
* Create an instance of {@link PersistenceContextTypeType }
*
*/
public PersistenceContextTypeType createPersistenceContextTypeType() {
return new PersistenceContextTypeType();
}
/**
* Create an instance of {@link MessageDestinationTypeType }
*
*/
public MessageDestinationTypeType createMessageDestinationTypeType() {
return new MessageDestinationTypeType();
}
/**
* Create an instance of {@link XsdIntegerType }
*
*/
public XsdIntegerType createXsdIntegerType() {
return new XsdIntegerType();
}
/**
* Create an instance of {@link EjbLocalRefType }
*
*/
public EjbLocalRefType createEjbLocalRefType() {
return new EjbLocalRefType();
}
/**
* Create an instance of {@link ParamValueType }
*
*/
public ParamValueType createParamValueType() {
return new ParamValueType();
}
/**
* Create an instance of {@link LocalHomeType }
*
*/
public LocalHomeType createLocalHomeType() {
return new LocalHomeType();
}
/**
* Create an instance of {@link ServiceRefHandlerChainsType }
*
*/
public ServiceRefHandlerChainsType createServiceRefHandlerChainsType() {
return new ServiceRefHandlerChainsType();
}
/**
* Create an instance of {@link EmptyType }
*
*/
public EmptyType createEmptyType() {
return new EmptyType();
}
/**
* Create an instance of {@link SecurityRoleRefType }
*
*/
public SecurityRoleRefType createSecurityRoleRefType() {
return new SecurityRoleRefType();
}
/**
* Create an instance of {@link GenericBooleanType }
*
*/
public GenericBooleanType createGenericBooleanType() {
return new GenericBooleanType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link HandlerChainsType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://java.sun.com/xml/ns/javaee", name = "handler-chains")
public JAXBElement createHandlerChains(HandlerChainsType value) {
return new JAXBElement(_HandlerChains_QNAME, HandlerChainsType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link WebservicesType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://java.sun.com/xml/ns/javaee", name = "webservices")
public JAXBElement createWebservices(WebservicesType value) {
return new JAXBElement(_Webservices_QNAME, WebservicesType.class, null, value);
}
}