
package eo.service.client.ckife045;

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 = "CKIFE045Service", targetNamespace = "http://client.service.eo/CKIFE045/", wsdlLocation = "file:/C:/Users/917944/Desktop/SOAP\u95a2\u9023/37_WSDL\u30d5\u30a1\u30a4\u30eb\u4f5c\u6210\u30c4\u30fc\u30eb/JAX-WS\u7248WSDL\u4f5c\u6210\u30c4\u30fc\u30eb/out/CKIFE045.wsdl")
public class CKIFE045Service
    extends Service
{

    private final static URL CKIFE045SERVICE_WSDL_LOCATION;
    private final static Logger logger = Logger.getLogger(eo.service.client.ckife045.CKIFE045Service.class.getName());

    static {
        URL url = null;
        try {
            URL baseUrl;
            baseUrl = eo.service.client.ckife045.CKIFE045Service.class.getResource(".");
            url = new URL(baseUrl, "file:/C:/Users/917944/Desktop/SOAP\u95a2\u9023/37_WSDL\u30d5\u30a1\u30a4\u30eb\u4f5c\u6210\u30c4\u30fc\u30eb/JAX-WS\u7248WSDL\u4f5c\u6210\u30c4\u30fc\u30eb/out/CKIFE045.wsdl");
        } catch (MalformedURLException e) {
            logger.warning("Failed to create URL for the wsdl Location: 'file:/C:/Users/917944/Desktop/SOAP\u95a2\u9023/37_WSDL\u30d5\u30a1\u30a4\u30eb\u4f5c\u6210\u30c4\u30fc\u30eb/JAX-WS\u7248WSDL\u4f5c\u6210\u30c4\u30fc\u30eb/out/CKIFE045.wsdl', retrying as a local file");
            logger.warning(e.getMessage());
        }
        CKIFE045SERVICE_WSDL_LOCATION = url;
    }

    public CKIFE045Service(URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    public CKIFE045Service() {
        super(CKIFE045SERVICE_WSDL_LOCATION, new QName("http://client.service.eo/CKIFE045/", "CKIFE045Service"));
    }

    /**
     * 
     * @return
     *     returns CKIFE045PortType
     */
    @WebEndpoint(name = "CKIFE045Port")
    public CKIFE045PortType getCKIFE045Port() {
        return super.getPort(new QName("http://client.service.eo/CKIFE045/", "CKIFE045Port"), CKIFE045PortType.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 CKIFE045PortType
     */
    @WebEndpoint(name = "CKIFE045Port")
    public CKIFE045PortType getCKIFE045Port(WebServiceFeature... features) {
        return super.getPort(new QName("http://client.service.eo/CKIFE045/", "CKIFE045Port"), CKIFE045PortType.class, features);
    }

}
