17 lines
696 B
Java
17 lines
696 B
Java
/**
|
|
* SerClsChipCardWSPuntoEntradaService.java
|
|
*
|
|
* This file was auto-generated from WSDL
|
|
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
|
|
*/
|
|
|
|
package com.tarisan.chipcard.tpvvs.ws;
|
|
|
|
public interface SerClsChipCardWSPuntoEntradaService extends javax.xml.rpc.Service {
|
|
public java.lang.String getSerClsChipCardWSPuntoEntradaAddress();
|
|
|
|
public com.tarisan.chipcard.tpvvs.ws.SerClsChipCardWSPuntoEntrada getSerClsChipCardWSPuntoEntrada() throws javax.xml.rpc.ServiceException;
|
|
|
|
public com.tarisan.chipcard.tpvvs.ws.SerClsChipCardWSPuntoEntrada getSerClsChipCardWSPuntoEntrada(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
|
|
}
|