View Javadoc

1   /***
2    * SEC_Service.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis WSDL2Java emitter.
6    */
7   
8   package org.astrogrid.dataservice.impl.sec;
9   
10  public interface SEC_Service extends javax.xml.rpc.Service {
11      public java.lang.String getSECPortAddress();
12  
13      public org.astrogrid.dataservice.impl.sec.SEC_Port getSECPort() throws javax.xml.rpc.ServiceException;
14  
15      public org.astrogrid.dataservice.impl.sec.SEC_Port getSECPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
16  }