WsBreeding.java 929 B

123456789101112131415161718192021
  1. /**
  2. * WsBreeding.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.izouma.webservice.wsBreeding;
  8. public interface WsBreeding extends javax.xml.rpc.Service {
  9. public java.lang.String getwsBreedingSoap12Address();
  10. public com.izouma.webservice.wsBreeding.WsBreedingSoap_PortType getwsBreedingSoap12() throws javax.xml.rpc.ServiceException;
  11. public com.izouma.webservice.wsBreeding.WsBreedingSoap_PortType getwsBreedingSoap12(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
  12. public java.lang.String getwsBreedingSoapAddress();
  13. public com.izouma.webservice.wsBreeding.WsBreedingSoap_PortType getwsBreedingSoap() throws javax.xml.rpc.ServiceException;
  14. public com.izouma.webservice.wsBreeding.WsBreedingSoap_PortType getwsBreedingSoap(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
  15. }