1 /***
2 * SampleService.java
3 *
4 * This file was auto-generated from WSDL
5 * by the Apache Axis WSDL2Java emitter.
6 */
7
8 package org.astrogrid.security.sample;
9
10 /***
11 * Client-side proxy for the service.
12 */
13 public interface SampleService extends javax.xml.rpc.Service {
14 public java.lang.String getSecuritySampleAddress();
15
16 public org.astrogrid.security.sample.SamplePortType getSecuritySamplePort() throws javax.xml.rpc.ServiceException;
17
18 public org.astrogrid.security.sample.SamplePortType getSecuritySamplePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
19 }