Package com.raritantechnologies.webServices

Contains classes and interfaces needed to expose Raritan Search Sources as Web Services.

See:
          Description

Interface Summary
IDocumentContentMapper Configurable interface to manage the mapping between search results and full text retrieval.
ISourceSchemaMapper Creates a Source Schema used by the GetSourcesMapper to respond to a SOAP GetSources request.
IWebServiceInputMapper Interface used to map a WebServices request to the objects needed to perform a search using RTI framework modules.
IWebServiceMapperFactory Factory interface to create Mapping objects for RTI WebServices front end.
IWebServiceOutputMapper Inteface for mapping objects that can convert an RTI IResultSet to a SOAP response.
 

Class Summary
BasicDocumentContentMapper Basic implementation of mapping between search results and full text retrieval.
BasicSearchMapper Executes a WebService request by performing a Search using the RTI framework.
BasicSourceSchemaMapper Generates a source schema for a SOAP client, describing the source, its search fields and display fields.
ContentHandlerMapper Exposes an RTI IDocumentContentHandler as a Web Service - enabling document content to be retrieved via SOAP.
CustomRequestMapper Maps a SOAP Request to a specific ICustomTag or IServletHandler implementation.
GetSourcesMapper Executes a WebService request by returning information about the RTI search sources that can be used to execute a search.
LoginMapper Maps a LoginRequest message to framework login.
LogoutMapper Maps a LoggoutRequest message to framework login.
PatternWebServiceFormatter Generates a WebServices request using a XML Pattern Input.
QueryTranslatorWebServiceMapper Uses an IStringFilter to execute a WebServices request by filtering the incoming XML.
RaritanWebServiceHandler Extension of Apache Axis BasicHandler which executes a WebService using the RTI framework.
ResultFormatterServiceMapper Maps a FormatResult or FormatResults SOAP method to an IFieldFormatter and returns the formatted IResult or IResultSet respectively.
SecurityManagerWebServiceMapper Provides a WebServices interface to ISecurityManager implementations.
SimpleInputMapper Maps a SOAP request to a RTI search source, query and paging parameters.
StandardInputMapper Maps a SOAP request to a RTI search source, query and paging parameters.
StandardOutputMapper Creates a Standard RTI SearchResponse output.
StringFilterWebServiceMapper Uses an IStringFilter to execute a WebServices request by filtering the incoming XML.
TermExtractorWebServiceMapper Uses an ITermExtractor to execute a WebServices request by extracting Terms from an incoming SOAP message.
WebServiceConfigurationManager ConfigurationManager for Web Services applications.
WebServiceConstants  
WebServiceMapper Abstract base class for objects that convert a web service request to execution of a query by a Raritan Technologies IQueryProcessor.
WebServiceServlet Provides a Servlet front-end to a Raritan WebService.
WebServiceSocketServer Implements a RTI WebService using a java.net.ServerSocket.
WebServiceStringFilter StringFilter that executes a Web Service using SOAPUtils given an XML SOAP Body.
XMLResultRendererMapper Uses IXMLResultRenderer to convert an RTI IResultSet to a SOAPBodyElement.
XSLTOutputMapper Uses XSLT Transform to convert a RTI IResultSet to a SOAPBodyElement.
 

Package com.raritantechnologies.webServices Description

Contains classes and interfaces needed to expose Raritan Search Sources as Web Services.