View Javadoc

1   /***
2    * ResultsListenerService.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis WSDL2Java emitter.
6    */
7   
8   package org.astrogrid.jes.service.v1.cearesults;
9   
10  public interface ResultsListenerService extends javax.xml.rpc.Service {
11      public java.lang.String getResultListenerAddress();
12  
13      public org.astrogrid.jes.service.v1.cearesults.ResultsListener getResultListener() throws javax.xml.rpc.ServiceException;
14  
15      public org.astrogrid.jes.service.v1.cearesults.ResultsListener getResultListener(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
16  }