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

com.allegro.webapi.ServiceService Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
/**
 * ServiceService.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
 */

package com.allegro.webapi;

public interface ServiceService extends javax.xml.rpc.Service {
    public java.lang.String getservicePortAddress();

    public com.allegro.webapi.ServicePort_PortType getservicePort() throws javax.xml.rpc.ServiceException;

    public com.allegro.webapi.ServicePort_PortType getservicePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy