View Javadoc

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