
package eo.service.client.chife527;

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 = "CHIFE527Service", targetNamespace = "http://client.service.eo/CHIFE527/", wsdlLocation = "file:/D:/\u500b\u4eba\u8cc7\u6599/\u4f5c\u696d\u4f9d\u983c/20170220_ANK-3140-00-00_IBUKI\u5411\u3051\u652f\u6255\u72b6\u6cc1\u78ba\u8a8dAPI\u306e\u4f5c\u6210/04_PG/\u81ea\u52d5\u751f\u6210/WSDL/CHIFE527.wsdl")
public class CHIFE527Service
    extends Service
{

    private final static URL CHIFE527SERVICE_WSDL_LOCATION;
    private final static Logger logger = Logger.getLogger(eo.service.client.chife527.CHIFE527Service.class.getName());

    static {
        URL url = null;
        try {
            URL baseUrl;
            baseUrl = eo.service.client.chife527.CHIFE527Service.class.getResource(".");
            url = new URL(baseUrl, "file:/D:/\u500b\u4eba\u8cc7\u6599/\u4f5c\u696d\u4f9d\u983c/20170220_ANK-3140-00-00_IBUKI\u5411\u3051\u652f\u6255\u72b6\u6cc1\u78ba\u8a8dAPI\u306e\u4f5c\u6210/04_PG/\u81ea\u52d5\u751f\u6210/WSDL/CHIFE527.wsdl");
        } catch (MalformedURLException e) {
            logger.warning("Failed to create URL for the wsdl Location: 'file:/D:/\u500b\u4eba\u8cc7\u6599/\u4f5c\u696d\u4f9d\u983c/20170220_ANK-3140-00-00_IBUKI\u5411\u3051\u652f\u6255\u72b6\u6cc1\u78ba\u8a8dAPI\u306e\u4f5c\u6210/04_PG/\u81ea\u52d5\u751f\u6210/WSDL/CHIFE527.wsdl', retrying as a local file");
            logger.warning(e.getMessage());
        }
        CHIFE527SERVICE_WSDL_LOCATION = url;
    }

    public CHIFE527Service(URL wsdlLocation, QName serviceName) {
        super(wsdlLocation, serviceName);
    }

    public CHIFE527Service() {
        super(CHIFE527SERVICE_WSDL_LOCATION, new QName("http://client.service.eo/CHIFE527/", "CHIFE527Service"));
    }

    /**
     * 
     * @return
     *     returns CHIFE527PortType
     */
    @WebEndpoint(name = "CHIFE527Port")
    public CHIFE527PortType getCHIFE527Port() {
        return super.getPort(new QName("http://client.service.eo/CHIFE527/", "CHIFE527Port"), CHIFE527PortType.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 CHIFE527PortType
     */
    @WebEndpoint(name = "CHIFE527Port")
    public CHIFE527PortType getCHIFE527Port(WebServiceFeature... features) {
        return super.getPort(new QName("http://client.service.eo/CHIFE527/", "CHIFE527Port"), CHIFE527PortType.class, features);
    }

}
