com.allegro.webapi.ServiceService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of allegro-webapi Show documentation
Show all versions of allegro-webapi Show documentation
Allegro Web API WSDL converted to Java
/**
* 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;
}