org.pentaho.platform.plugin.action.xml.webservice
Class WebServiceLookupRule
java.lang.Object
  
org.pentaho.platform.engine.core.system.PentahoBase
      
org.pentaho.platform.engine.services.PentahoMessenger
          
org.pentaho.platform.engine.services.solution.ComponentBase
              
org.pentaho.platform.plugin.action.xml.xquery.XQueryBaseComponent
                  
org.pentaho.platform.plugin.action.xml.xquery.XQueryLookupRule
                      
org.pentaho.platform.plugin.action.xml.webservice.WebServiceLookupRule
- All Implemented Interfaces: 
 - Serializable, org.pentaho.commons.connection.IDisposable, IPreparedComponent, IAuditable, IComponent, ILogger, IParameterResolver
 
public class WebServiceLookupRule
- extends XQueryLookupRule
 
Performs the action of processing a webservice call in an action
 by doing the same functionality as the XQuery action (but not
 trying to retrieve the column types).
 
 The reason for the modification stems from a problem in the encoding of
 the URL. Retrieving the columns types expects an XML decoded URL.
 The XQuery processing expects an XML encoded URL. 
 
- Author:
 
  - dkincade
 
- See Also:
 - Serialized Form
 
 
 
 
 
| Fields inherited from interface org.pentaho.platform.api.engine.ILogger | 
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN | 
 
 
| 
Method Summary | 
 org.apache.commons.logging.Log | 
getLogger()
 
          Returns the logger for this class | 
 
 
 
| Methods inherited from class org.pentaho.platform.engine.services.solution.ComponentBase | 
createFeedbackParameter, createFeedbackParameter, createNewInstance, execute, getActionDefinition, getActionName, getActionTitle, getComponentDefinition, getComponentDefinition, getId, getInitFailMessage, getInitOk, getInstanceId, getLogId, getObjectName, getProcessId, getResourceAsString, getRuntimeContext, getSession, inputMissingError, outputMissingError, promptNeeded, promptNow, resolveParameter, resourceComponentSettingError, resourceMissingError, setActionDefinition, setActionName, setComponentDefinition, setComponentDefinitionMap, setInstanceId, setProcessId, setRuntimeContext, setSession, validate | 
 
| Methods inherited from class org.pentaho.platform.engine.services.PentahoMessenger | 
debug, debug, error, error, error, fatal, fatal, getMessages, getUserString, info, info, setMessages, trace, trace, warn, warn | 
 
 
 
| Methods inherited from interface org.pentaho.platform.api.engine.IComponent | 
execute, getActionDefinition, getActionName, getComponentDefinition, getInstanceId, getMessages, getProcessId, getRuntimeContext, getSession, setActionDefinition, setActionName, setComponentDefinition, setComponentDefinitionMap, setInstanceId, setMessages, setProcessId, setRuntimeContext, setSession, validate | 
 
 
| Methods inherited from interface org.pentaho.platform.api.engine.ILogger | 
debug, debug, error, error, fatal, fatal, getLoggingLevel, info, info, setLoggingLevel, trace, trace, warn, warn | 
 
WebServiceLookupRule
public WebServiceLookupRule()
getLogger
public org.apache.commons.logging.Log getLogger()
- Returns the logger for this class
- Overrides:
 getLogger in class XQueryLookupRule