/Prototipo/Broker_v2/src/memoria/ws/WsTransformadorService.java

http://prototipomemoria.googlecode.com/ · Java · 16 lines · 6 code · 4 blank · 6 comment · 0 complexity · d3e2e1586f30c30889f41e5710facd65 MD5 · raw file

  1. /**
  2. * WsTransformadorService.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 memoria.ws;
  8. public interface WsTransformadorService extends javax.xml.rpc.Service {
  9. public java.lang.String getwsTransformadorPortAddress();
  10. public memoria.ws.WsTransformador getwsTransformadorPort() throws javax.xml.rpc.ServiceException;
  11. public memoria.ws.WsTransformador getwsTransformadorPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
  12. }