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

ihe.iti.xds_b._2007.DocumentRepositoryService Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package ihe.iti.xds_b._2007;

import java.net.URL;
import javax.annotation.Generated;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;

/**
 * This class was generated by Apache CXF 2.7.3
 * 2015-01-27T17:34:19.983-05:00
 * Generated source version: 2.7.3
 * 
 */
@WebServiceClient(name = "DocumentRepository_Service", 
                  targetNamespace = "urn:ihe:iti:xds-b:2007") 
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00", comments = "Apache CXF 2.7.3")
public class DocumentRepositoryService extends Service {

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public final static URL WSDL_LOCATION;

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public final static QName SERVICE = new QName("urn:ihe:iti:xds-b:2007", "DocumentRepository_Service");
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public final static QName DocumentRepositoryPortSoap12 = new QName("urn:ihe:iti:xds-b:2007", "DocumentRepository_Port_Soap12");
    static {
        WSDL_LOCATION = null;
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public DocumentRepositoryService(URL wsdlLocation) {
        super(wsdlLocation, SERVICE);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public DocumentRepositoryService(URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public DocumentRepositoryService() {
        super(WSDL_LOCATION, SERVICE);
    }
    
    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
    //compliant code instead.
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public DocumentRepositoryService(WebServiceFeature ... features) {
        super(WSDL_LOCATION, SERVICE, features);
    }

    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
    //compliant code instead.
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public DocumentRepositoryService(URL wsdlLocation, WebServiceFeature ... features) {
        super(wsdlLocation, SERVICE, features);
    }

    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
    //compliant code instead.
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public DocumentRepositoryService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
        super(wsdlLocation, serviceName, features);
    }

    /**
     *
     * @return
     *     returns DocumentRepositoryPortType
     */
    @WebEndpoint(name = "DocumentRepository_Port_Soap12")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public DocumentRepositoryPortType getDocumentRepositoryPortSoap12() {
        return super.getPort(DocumentRepositoryPortSoap12, DocumentRepositoryPortType.class);
    }

    /**
     * 
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the features parameter will have their default values.
     * @return
     *     returns DocumentRepositoryPortType
     */
    @WebEndpoint(name = "DocumentRepository_Port_Soap12")
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2015-01-27T17:34:19.983-05:00")
    public DocumentRepositoryPortType getDocumentRepositoryPortSoap12(WebServiceFeature... features) {
        return super.getPort(DocumentRepositoryPortSoap12, DocumentRepositoryPortType.class, features);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy