/** * Port_ProductAttribute.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package de.epages.ws.productattribute2.stub; public interface Port_ProductAttribute extends java.rmi.Remote { /** * get the list of productattributes */ public de.epages.ws.productattribute2.model.TGetInfoList_Return[] getInfoList() throws java.rmi.RemoteException; }