/Prototipo/Broker_v2/src/memoria/ws/WsTransformadorService.java
Java | 16 lines | 6 code | 4 blank | 6 comment | 0 complexity | d3e2e1586f30c30889f41e5710facd65 MD5 | raw file
Possible License(s): BSD-3-Clause
- /**
- * WsTransformadorService.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
- */
-
- package memoria.ws;
-
- public interface WsTransformadorService extends javax.xml.rpc.Service {
- public java.lang.String getwsTransformadorPortAddress();
-
- public memoria.ws.WsTransformador getwsTransformadorPort() throws javax.xml.rpc.ServiceException;
-
- public memoria.ws.WsTransformador getwsTransformadorPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
- }