View Javadoc

1   /**
2    * Win32UtilsService.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.win32.utils;
9   
10  public interface Win32UtilsService extends javax.xml.rpc.Service {
11      public java.lang.String getWin32UtilsPortAddress();
12  
13      public org.sirius.client.win32.utils.Win32Utils getWin32UtilsPort()
14              throws javax.xml.rpc.ServiceException;
15  
16      public org.sirius.client.win32.utils.Win32Utils getWin32UtilsPort(
17              java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
18  }