
package eo.service.client.ccife001;

import java.net.MalformedURLException;
import java.net.URL;
import java.util.logging.Logger;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;


/**
 * This class was generated by 
 * Interstage Java EE (JAX-WS 2.1.5-r5757/5927, WSIT-Runtime 1.4-r5836/5927) 08/03/2009 19:46:33
 * Generated source version: 2.1
 * 
 */
@WebServiceClient(name = "CCIFE001Service", targetNamespace = "http://client.service.eo/CCIFE001/", wsdlLocation = "file:/C:/Users/940316/Desktop/\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u6b63\u5e38\u5316/\u7af9\u5185\u3055\u3093\u4f9d\u983c/CCIFE001.wsdl")
public class CCIFE001Service
    extends Service
{

    private final static URL CCIFE001SERVICE_WSDL_LOCATION;
    private final static Logger logger = Logger.getLogger(eo.service.client.ccife001.CCIFE001Service.class.getName());

    static {
        URL url = null;
        try {
            URL baseUrl;
            baseUrl = eo.service.client.ccife001.CCIFE001Service.class.getResource(".");
            url = new URL(baseUrl, "file:/C:/Users/940316/Desktop/\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u6b63\u5e38\u5316/\u7af9\u5185\u3055\u3093\u4f9d\u983c/CCIFE001.wsdl");
        } catch (MalformedURLException e) {
            logger.warning("Failed to create URL for the wsdl Location: 'file:/C:/Users/940316/Desktop/\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u6b63\u5e38\u5316/\u7af9\u5185\u3055\u3093\u4f9d\u983c/CCIFE001.wsdl', retrying as a local file");
            logger.warning(e.getMessage());
        }
        CCIFE001SERVICE_WSDL_LOCATION = url;
    }

    public CCIFE001Service(URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    public CCIFE001Service() {
        super(CCIFE001SERVICE_WSDL_LOCATION, new QName("http://client.service.eo/CCIFE001/", "CCIFE001Service"));
    }

    /**
     * 
     * @return
     *     returns CCIFE001PortType
     */
    @WebEndpoint(name = "CCIFE001Port")
    public CCIFE001PortType getCCIFE001Port() {
        return super.getPort(new QName("http://client.service.eo/CCIFE001/", "CCIFE001Port"), CCIFE001PortType.class);
    }

    /**
     * 
     * @param features
     *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
     * @return
     *     returns CCIFE001PortType
     */
    @WebEndpoint(name = "CCIFE001Port")
    public CCIFE001PortType getCCIFE001Port(WebServiceFeature... features) {
        return super.getPort(new QName("http://client.service.eo/CCIFE001/", "CCIFE001Port"), CCIFE001PortType.class, features);
    }

}
