com.metamatrix.connector.xml.http
Class BaseRequest

java.lang.Object
  extended by com.metamatrix.connector.xml.http.BaseRequest
Direct Known Subclasses:
HTTPRequest

public abstract class BaseRequest
extends java.lang.Object


Field Summary
protected  XMLExecution execution
           
protected  ExecutionInfo exeInfo
           
protected  java.util.List<CriteriaDesc> parameters
           
protected  HTTPConnectorState state
           
protected  java.lang.String uriString
           
 
Method Summary
protected  java.lang.String buildRawUriString()
           
protected  java.lang.String getUriString()
           
protected abstract  void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uriString

protected java.lang.String uriString

state

protected HTTPConnectorState state

exeInfo

protected ExecutionInfo exeInfo

execution

protected XMLExecution execution

parameters

protected java.util.List<CriteriaDesc> parameters
Method Detail

initialize

protected abstract void initialize()
                            throws ConnectorException
Throws:
ConnectorException

getUriString

protected java.lang.String getUriString()

buildRawUriString

protected java.lang.String buildRawUriString()


Copyright © 2009. All Rights Reserved.