com.raritantechnologies.recommend
Class RecommendWebServiceMapper

java.lang.Object
  extended bycom.raritantechnologies.webServices.WebServiceMapper
      extended bycom.raritantechnologies.recommend.RecommendWebServiceMapper
All Implemented Interfaces:
IConfigurable

public class RecommendWebServiceMapper
extends WebServiceMapper


Field Summary
static java.lang.String ADD_DOCUMENTS
           
static java.lang.String ADD_QUERY
           
static java.lang.String ADD_USER
           
static java.lang.String CREATE_RECOMMENDATION_LOG_ENTRIES
           
static java.lang.String GET_EXPERT_USERS
           
static java.lang.String GET_RELATED_DOCUMENTS
           
static java.lang.String GET_RELATED_QUERIES
           
static java.lang.String GET_RELATED_USERS
           
static java.lang.String RECOMMEND_DOCUMENTS
           
static java.lang.String RECOMMEND_SIMILAR_DOCUMENTS
           
 
Constructor Summary
RecommendWebServiceMapper()
           
 
Method Summary
 void executeService(SOAPEnvelope request, SOAPEnvelope response)
           
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 
Methods inherited from class com.raritantechnologies.webServices.WebServiceMapper
executeService, getCharacterEncoding, getRequestParam, setCharacterEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_USER

public static final java.lang.String ADD_USER
See Also:
Constant Field Values

ADD_QUERY

public static final java.lang.String ADD_QUERY
See Also:
Constant Field Values

ADD_DOCUMENTS

public static final java.lang.String ADD_DOCUMENTS
See Also:
Constant Field Values

CREATE_RECOMMENDATION_LOG_ENTRIES

public static final java.lang.String CREATE_RECOMMENDATION_LOG_ENTRIES
See Also:
Constant Field Values

GET_RELATED_DOCUMENTS

public static final java.lang.String GET_RELATED_DOCUMENTS
See Also:
Constant Field Values

GET_RELATED_QUERIES

public static final java.lang.String GET_RELATED_QUERIES
See Also:
Constant Field Values

GET_EXPERT_USERS

public static final java.lang.String GET_EXPERT_USERS
See Also:
Constant Field Values

GET_RELATED_USERS

public static final java.lang.String GET_RELATED_USERS
See Also:
Constant Field Values

RECOMMEND_SIMILAR_DOCUMENTS

public static final java.lang.String RECOMMEND_SIMILAR_DOCUMENTS
See Also:
Constant Field Values

RECOMMEND_DOCUMENTS

public static final java.lang.String RECOMMEND_DOCUMENTS
See Also:
Constant Field Values
Constructor Detail

RecommendWebServiceMapper

public RecommendWebServiceMapper()
Method Detail

executeService

public void executeService(SOAPEnvelope request,
                           SOAPEnvelope response)
Specified by:
executeService in class WebServiceMapper

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable
Specified by:
initialize in class WebServiceMapper