worms-spd-plugin/src/main/java/aphia/v1_0/worms/AphiaNameService.java

17 lines
590 B
Java

/**
* AphiaNameService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.
*/
package aphia.v1_0.worms;
public interface AphiaNameService extends javax.xml.rpc.Service {
public java.lang.String getAphiaNameServicePortAddress();
public aphia.v1_0.worms.AphiaNameServicePortType getAphiaNameServicePort() throws javax.xml.rpc.ServiceException;
public aphia.v1_0.worms.AphiaNameServicePortType getAphiaNameServicePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}