17 lines
525 B
Java
17 lines
525 B
Java
/**
|
|
* IAutokpservice.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.tenwa.invoice;
|
|
|
|
public interface IAutokpservice extends javax.xml.rpc.Service {
|
|
public java.lang.String getIAutokpPortAddress();
|
|
|
|
public com.tenwa.invoice.IAutokp getIAutokpPort() throws javax.xml.rpc.ServiceException;
|
|
|
|
public com.tenwa.invoice.IAutokp getIAutokpPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
|
|
}
|