aoqi@0: /* aoqi@0: * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. aoqi@0: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. aoqi@0: * aoqi@0: * This code is free software; you can redistribute it and/or modify it aoqi@0: * under the terms of the GNU General Public License version 2 only, as aoqi@0: * published by the Free Software Foundation. Oracle designates this aoqi@0: * particular file as subject to the "Classpath" exception as provided aoqi@0: * by Oracle in the LICENSE file that accompanied this code. aoqi@0: * aoqi@0: * This code is distributed in the hope that it will be useful, but WITHOUT aoqi@0: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or aoqi@0: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License aoqi@0: * version 2 for more details (a copy is included in the LICENSE file that aoqi@0: * accompanied this code). aoqi@0: * aoqi@0: * You should have received a copy of the GNU General Public License version aoqi@0: * 2 along with this work; if not, write to the Free Software Foundation, aoqi@0: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. aoqi@0: * aoqi@0: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA aoqi@0: * or visit www.oracle.com if you need additional information or have any aoqi@0: * questions. aoqi@0: */ aoqi@0: aoqi@0: package com.oracle.xmlns.internal.webservices.jaxws_databinding; aoqi@0: import javax.xml.bind.JAXBElement; aoqi@0: import javax.xml.bind.annotation.XmlElementDecl; aoqi@0: import javax.xml.bind.annotation.XmlRegistry; aoqi@0: import javax.xml.namespace.QName; aoqi@0: aoqi@0: aoqi@0: /** aoqi@0: * This object contains factory methods for each aoqi@0: * Java content interface and Java element interface aoqi@0: * generated in the com.sun.xml.internal.ws.ext2.java_wsdl package. aoqi@0: *

An ObjectFactory allows you to programatically aoqi@0: * construct new instances of the Java representation aoqi@0: * for XML content. The Java representation of XML aoqi@0: * content can consist of schema derived interfaces aoqi@0: * and classes representing the binding of schema aoqi@0: * type definitions, element declarations and model aoqi@0: * groups. Factory methods for each of these are aoqi@0: * provided in this class. aoqi@0: * aoqi@0: */ aoqi@0: @XmlRegistry aoqi@0: public class ObjectFactory { aoqi@0: aoqi@0: private final static QName _JavaWsdlMapping_QNAME = new QName("http://xmlns.oracle.com/webservices/jaxws-databinding", "java-wsdl-mapping"); aoqi@0: aoqi@0: /** aoqi@0: * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.internal.ws.ext2.java_wsdl aoqi@0: * aoqi@0: */ aoqi@0: public ObjectFactory() { aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link JavaMethod } aoqi@0: * aoqi@0: */ aoqi@0: public JavaMethod createJavaMethod() { aoqi@0: return new JavaMethod(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link JavaWsdlMappingType } aoqi@0: * aoqi@0: */ aoqi@0: public JavaWsdlMappingType createJavaWsdlMappingType() { aoqi@0: return new JavaWsdlMappingType(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebEndpoint } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebEndpoint createWebEndpoint() { aoqi@0: return new XmlWebEndpoint(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlMTOM } aoqi@0: * aoqi@0: */ aoqi@0: public XmlMTOM createMtom() { aoqi@0: return new XmlMTOM(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebServiceClient } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebServiceClient createWebServiceClient() { aoqi@0: return new XmlWebServiceClient(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlServiceMode } aoqi@0: * aoqi@0: */ aoqi@0: public XmlServiceMode createServiceMode() { aoqi@0: return new XmlServiceMode(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlBindingType } aoqi@0: * aoqi@0: */ aoqi@0: public XmlBindingType createBindingType() { aoqi@0: return new XmlBindingType(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebServiceRef } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebServiceRef createWebServiceRef() { aoqi@0: return new XmlWebServiceRef(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link JavaParam } aoqi@0: * aoqi@0: */ aoqi@0: public JavaParam createJavaParam() { aoqi@0: return new JavaParam(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebParam } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebParam createWebParam() { aoqi@0: return new XmlWebParam(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebMethod } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebMethod createWebMethod() { aoqi@0: return new XmlWebMethod(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebResult } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebResult createWebResult() { aoqi@0: return new XmlWebResult(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlOneway } aoqi@0: * aoqi@0: */ aoqi@0: public XmlOneway createOneway() { aoqi@0: return new XmlOneway(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlSOAPBinding } aoqi@0: * aoqi@0: */ aoqi@0: public XmlSOAPBinding createSoapBinding() { aoqi@0: return new XmlSOAPBinding(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlAction } aoqi@0: * aoqi@0: */ aoqi@0: public XmlAction createAction() { aoqi@0: return new XmlAction(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlFaultAction } aoqi@0: * aoqi@0: */ aoqi@0: public XmlFaultAction createFaultAction() { aoqi@0: return new XmlFaultAction(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link JavaMethod.JavaParams } aoqi@0: * aoqi@0: */ aoqi@0: public JavaMethod.JavaParams createJavaMethodJavaParams() { aoqi@0: return new JavaMethod.JavaParams(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlHandlerChain } aoqi@0: * aoqi@0: */ aoqi@0: public XmlHandlerChain createHandlerChain() { aoqi@0: return new XmlHandlerChain(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebServiceProvider } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebServiceProvider createWebServiceProvider() { aoqi@0: return new XmlWebServiceProvider(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebFault } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebFault createWebFault() { aoqi@0: return new XmlWebFault(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlResponseWrapper } aoqi@0: * aoqi@0: */ aoqi@0: public XmlResponseWrapper createResponseWrapper() { aoqi@0: return new XmlResponseWrapper(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlWebService } aoqi@0: * aoqi@0: */ aoqi@0: public XmlWebService createWebService() { aoqi@0: return new XmlWebService(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link XmlRequestWrapper } aoqi@0: * aoqi@0: */ aoqi@0: public XmlRequestWrapper createRequestWrapper() { aoqi@0: return new XmlRequestWrapper(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link JavaWsdlMappingType.XmlSchemaMapping } aoqi@0: * aoqi@0: */ aoqi@0: public JavaWsdlMappingType.XmlSchemaMapping createJavaWsdlMappingTypeXmlSchemaMapping() { aoqi@0: return new JavaWsdlMappingType.XmlSchemaMapping(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link JavaWsdlMappingType.JavaMethods } aoqi@0: * aoqi@0: */ aoqi@0: public JavaWsdlMappingType.JavaMethods createJavaWsdlMappingTypeJavaMethods() { aoqi@0: return new JavaWsdlMappingType.JavaMethods(); aoqi@0: } aoqi@0: aoqi@0: /** aoqi@0: * Create an instance of {@link JAXBElement }{@code <}{@link JavaWsdlMappingType }{@code >}} aoqi@0: * aoqi@0: */ aoqi@0: @XmlElementDecl(namespace = "http://xmlns.oracle.com/webservices/jaxws-databinding", name = "java-wsdl-mapping") aoqi@0: public JAXBElement createJavaWsdlMapping(JavaWsdlMappingType value) { aoqi@0: return new JAXBElement(_JavaWsdlMapping_QNAME, JavaWsdlMappingType.class, null, value); aoqi@0: } aoqi@0: aoqi@0: }