org.wso2.carbon.registry.core.config
Class QueryProcessorConfiguration

java.lang.Object
  extended by org.wso2.carbon.registry.core.config.QueryProcessorConfiguration

public class QueryProcessorConfiguration
extends java.lang.Object

This class contains configuration used by the Query Processors.


Constructor Summary
QueryProcessorConfiguration()
           
 
Method Summary
 java.lang.String getProcessorClassName()
          Method to obtain the type of the query.
 java.lang.String getQueryType()
          Method to obtain the type of the query.
 void setProcessorClassName(java.lang.String processorClassName)
          Method set obtain the type of the query.
 void setQueryType(java.lang.String queryType)
          Method to obtain the type of the query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryProcessorConfiguration

public QueryProcessorConfiguration()
Method Detail

getQueryType

public java.lang.String getQueryType()
Method to obtain the type of the query.

Returns:
the type of the query.

setQueryType

public void setQueryType(java.lang.String queryType)
Method to obtain the type of the query.

Parameters:
queryType - the type of the query.

getProcessorClassName

public java.lang.String getProcessorClassName()
Method to obtain the type of the query.

Returns:
the type of the query.

setProcessorClassName

public void setProcessorClassName(java.lang.String processorClassName)
Method set obtain the type of the query.

Parameters:
processorClassName - the type of the query.


Copyright © 2011 WSO2 Inc. All Rights Reserved.