~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to java/lasso.java

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    return lassoJNI.checkVersion(major, minor, subminor, mode);
26
26
  }
27
27
 
 
28
  public static void registerDstService(String prefix, String href) {
 
29
    lassoJNI.registerDstService(prefix, href);
 
30
  }
 
31
 
28
32
  public static int getRequestTypeFromSoapMsg(String soap) {
29
33
    return lassoJNI.getRequestTypeFromSoapMsg(soap);
30
34
  }