com.swiveltechnologies.pinsafe.client
Class AbstractXmlRequest

java.lang.Object
  extended by com.swiveltechnologies.utility.http.HttpRequest
      extended by com.swiveltechnologies.pinsafe.client.AbstractXmlRequest
Direct Known Subclasses:
AgentXmlRequest, BaseAdminXmlRequest

public abstract class AbstractXmlRequest
extends com.swiveltechnologies.utility.http.HttpRequest

Author:
smurphy

Method Summary
abstract  boolean actionSucceeded()
           
 boolean send()
           
 java.lang.String toString()
           
 
Methods inherited from class com.swiveltechnologies.utility.http.HttpRequest
getError, getResponse, getResponseBytes, getResponseCode, getResponseTime, getUrl, isIgnoreSSLErrors, requestSucceeded, setIgnoreSSLErrors
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

actionSucceeded

public abstract boolean actionSucceeded()
Returns:

send

public boolean send()
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object