requester
Class WSAccessLib


java.lang.Object

  extended byrequester.WSAccessLib


public class WSAccessLib
extends java.lang.Object

Title:

Description: interface between UP Web Service and Application

Copyright: Copyright (c) 2004

Company:


Constructor Summary
WSAccessLib()
           
 
Method Summary
static java.util.Vector extractConcepts(java.lang.String s)
          extracts Concepts out of a xml string returned by the UP Web Service
static java.lang.String send(java.lang.String text)
          send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSAccessLib


public WSAccessLib()
Method Detail

send


public static java.lang.String send(java.lang.String text)
send

Parameters:
text - String, which is analyzed by the UP Web Service
Returns:
XML-String, which represents the results (the concept URIS) found by the Web Service.

extractConcepts


public static java.util.Vector extractConcepts(java.lang.String s)
extracts Concepts out of a xml string returned by the UP Web Service

Parameters:
s - String
Returns:
Vector