/** * ILON100.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.echelon.wsdl.web_services_ns.ilon100.v4_0.wsdl; public interface ILON100 extends javax.xml.rpc.Service { public java.lang.String getiLON100httpPortAddress(); public com.echelon.wsdl.web_services_ns.ilon100.v4_0.wsdl.ILON100PortType getiLON100httpPort() throws javax.xml.rpc.ServiceException; public com.echelon.wsdl.web_services_ns.ilon100.v4_0.wsdl.ILON100PortType getiLON100httpPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException; }