13 lines
396 B
Java
13 lines
396 B
Java
/**
|
|
* SerClsChipCardWSPuntoEntrada.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 SerClsChipCardWSPuntoEntrada extends java.rmi.Remote {
|
|
public java.lang.String requestService(java.lang.String sXMLRequest) throws java.rmi.RemoteException;
|
|
}
|