Source code: interop/wsifservice/Doc_TestPortType.java
1 /**
2 * Doc_TestPortType.java
3 *
4 * This file was auto-generated from WSDL
5 * by the Apache Axis WSDL2Java emitter.
6 */
7
8 package interop.wsifservice;
9
10 public interface Doc_TestPortType extends java.rmi.Remote {
11 public interop.wsifservice.SingleTag_Type singleTag(interop.wsifservice.SingleTag_Type singleTag) throws java.rmi.RemoteException;
12 public interop.wsifservice.SimpleDocument_Type simpleDocument(interop.wsifservice.SimpleDocument_Type simpleDocument) throws java.rmi.RemoteException;
13 public interop.wsifservice.ComplexDocument_Type complexDocument(interop.wsifservice.ComplexDocument_Type complexDocument) throws java.rmi.RemoteException;
14 }