net.sf.gsaapi
Class GSAOneBoxResult

java.lang.Object
  extended bynet.sf.gsaapi.GSAOneBoxResult

public class GSAOneBoxResult
extends java.lang.Object

NOTE: OneBox support in this API is experimental only. Please test thoroughly for your search appliance and one box source installation that this works.
The Java binding to the result element of the XML response received from querying the GSA.

Author:
Amol S Deshmukh adeshmuk .at inxight .dot com

Constructor Summary
GSAOneBoxResult()
          constructor is intended for internal use only.
 
Method Summary
 java.util.Map.Entry[] getFieldEntries()
          returns the array of Entry objects correponding to the "field" entries in this GSAOneBoxResult instance.
 java.lang.String getUrl()
          returns the url associated with this GSAOneBoxResult instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSAOneBoxResult

public GSAOneBoxResult()
constructor is intended for internal use only.

Method Detail

getUrl

public java.lang.String getUrl()
returns the url associated with this GSAOneBoxResult instance

Returns:
returns the url as a String

getFieldEntries

public java.util.Map.Entry[] getFieldEntries()
returns the array of Entry objects correponding to the "field" entries in this GSAOneBoxResult instance.

Returns:
returns the field entries as an array of Map.Entry objects


© Copyright 2006 Inxight Software, Inc.