1 /** 2 * WebCoreService.java 3 * 4 * This file was auto-generated from WSDL 5 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. 6 */ 7 8 package org.sirius.client.web.core; 9 10 public interface WebCoreService extends javax.xml.rpc.Service { 11 public java.lang.String getWebCorePortAddress(); 12 13 public org.sirius.client.web.core.WebCore getWebCorePort() 14 throws javax.xml.rpc.ServiceException; 15 16 public org.sirius.client.web.core.WebCore getWebCorePort( 17 java.net.URL portAddress) throws javax.xml.rpc.ServiceException; 18 }