01: /**
02: * XflowServiceService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis WSDL2Java emitter.
06: */package localhost;
07:
08: public interface XflowServiceService extends javax.xml.rpc.Service {
09: public java.lang.String getXflowServiceAddress();
10:
11: public localhost.XflowService getXflowService()
12: throws javax.xml.rpc.ServiceException;
13:
14: public localhost.XflowService getXflowService(
15: java.net.URL portAddress)
16: throws javax.xml.rpc.ServiceException;
17: }
|