WSFaceFacadeSrvProxyService.java 569 B

12345678910111213141516
  1. /**
  2. * WSFaceFacadeSrvProxyService.java
  3. *
  4. * This file was auto-generated from WSDL
  5. * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
  6. */
  7. package com.steerinfo.dil.wsdl;
  8. public interface WSFaceFacadeSrvProxyService extends javax.xml.rpc.Service {
  9. public String getWSFaceFacadeAddress();
  10. public com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy getWSFaceFacade() throws javax.xml.rpc.ServiceException;
  11. public com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy getWSFaceFacade(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
  12. }