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