com.raritantechnologies.recommend
Class RecommendWebServiceMapper
java.lang.Object
com.raritantechnologies.webServices.WebServiceMapper
com.raritantechnologies.recommend.RecommendWebServiceMapper
- All Implemented Interfaces:
- IConfigurable
- public class RecommendWebServiceMapper
- extends WebServiceMapper
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RecommendWebServiceMapper
public RecommendWebServiceMapper()
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