org.wso2.carbon.utils.component.xml.config
Class HTTPGetRequestProcessorConfig

java.lang.Object
  extended by org.wso2.carbon.utils.component.xml.config.HTTPGetRequestProcessorConfig
All Implemented Interfaces:
ComponentConfig

public class HTTPGetRequestProcessorConfig
extends Object
implements ComponentConfig


Constructor Summary
HTTPGetRequestProcessorConfig()
           
 
Method Summary
 String getClassName()
           
 String getItem()
           
 void setClassName(String className)
           
 void setItem(String item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPGetRequestProcessorConfig

public HTTPGetRequestProcessorConfig()
Method Detail

getItem

public String getItem()

setItem

public void setItem(String item)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)


Copyright © 2014 WSO2 Inc. All rights reserved.