public void editElemento( ar.edu.unicen.exa.galvarez.patogis.servidor.modelo.Observacion elemento, java.lang.String usuario, java.lang.String clave) throws java.rmi.RemoteException { if (observacionWSImpl == null) _initObservacionWSImplProxy(); observacionWSImpl.editElemento(elemento, usuario, clave); }
public ar.edu.unicen.exa.galvarez.patogis.servidor.modelo.Observacion[] getElementos() throws java.rmi.RemoteException { if (observacionWSImpl == null) _initObservacionWSImplProxy(); return observacionWSImpl.getElementos(); }