Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: interop/wsifserviceWrapped/InteropDocSvc.java


1   /**
2    * InteropDocSvc.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis WSDL2Java emitter.
6    */
7   
8   package interop.wsifserviceWrapped;
9   
10  public interface InteropDocSvc extends javax.xml.rpc.Service {
11      public java.lang.String getinteropDocPortAddress();
12  
13      public interop.wsifserviceWrapped.Doc_TestPortType getinteropDocPort() throws javax.xml.rpc.ServiceException;
14  
15      public interop.wsifserviceWrapped.Doc_TestPortType getinteropDocPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
16  }