~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

« back to all changes in this revision

Viewing changes to java/lasso.java

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2004-09-13 09:26:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040913092634-01vdfl8j9cp94exa
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package com.entrouvert.lasso;
 
2
 
 
3
/* ----------------------------------------------------------------------------
 
4
 * This file was automatically generated by SWIG (http://www.swig.org).
 
5
 * Version: 1.3.21
 
6
 *
 
7
 * Do not make changes to this file unless you know what you are doing--modify
 
8
 * the SWIG interface file instead.
 
9
 * ----------------------------------------------------------------------------- */
 
10
 
 
11
 
 
12
public class lasso implements lassoConstants {
 
13
  public static int init() {
 
14
    return lassoJNI.init();
 
15
  }
 
16
 
 
17
  public static int shutdown() {
 
18
    return lassoJNI.shutdown();
 
19
  }
 
20
 
 
21
  public static int getRequestTypeFromSoapMsg(String soap) {
 
22
    return lassoJNI.getRequestTypeFromSoapMsg(soap);
 
23
  }
 
24
 
 
25
}