SearchConfigService

Session Bean implementation class SearchConfigWebService

Endpoint Metadata

  • Namespace: http://videoscape.cisco.com/searchconfigmanager/webservices/searchconfig
  • Endpoint Name: SearchConfigWebService
  • Endpoint Address: http(s)://{VMS URL}/SearchConfigManager/webservices/search-config-service

The following methods are available on this endpoint:

getConfig

Method returns Configuration Map for everything under LinearManager heading Since the config might be hierarchical (nested), children keysare prefixed with parent keys in case there are multiple returns e.g. if the config ingestservice.wsdlcontext is child of webservices, itwill be returned as "webservices.ingestservice.wsdlcontext"

Input Parameters

name type description
configName string Optional, Name of configuration to search

Return Value

type description
NameValuePair[] Map of named value pairs

Faults

name description
SearchConfigWebServiceException when error occurred

getJavaTransformerPlugins

Method returns list of Java Transformer plugins. Depending on isActive attribute, only active or inactive Java Transformer pluginscould be returned. If isActive parameter equals null, all of Java Transformer plugins will be returned.

Input Parameters

name type description
isActive boolean boolean value for finding active or inactive plugins

Return Value

type description
list<JavaTransformer> List of Java Transformer plugins

getXSLTTransformerPlugins

Method returns list of XSLT Transformer plugins. Depending on isActive attribute, only active or inactive XSLT Transformer pluginscould be returned. If isActive equals null, all of XSLT Transformer plugins will be returned.

Input Parameters

name type description
isActive boolean boolean value for finding active or inactive plugins

Return Value

type description
list<XSLTTransformer> List of XSLT Transformer plugins