|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--org.apache.anteater.test.BaseTask | +--org.apache.anteater.test.ActionTask | +--org.apache.anteater.test.HttpRequest | +--org.apache.anteater.test.SOAPRequest
Simple extension to HTTPRequest to predefine SOAP type requests.
Field Summary |
Fields inherited from class org.apache.anteater.test.HttpRequest |
contentURL |
Fields inherited from class org.apache.anteater.test.ActionTask |
haltonerror, logger, matcherSet, reqFeatures, result, session, successProp, successVal |
Fields inherited from class org.apache.anteater.test.BaseTask |
debug, debugWasSet |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
SOAPRequest()
|
Method Summary | |
void |
init()
|
void |
setAction(String action)
|
Methods inherited from class org.apache.anteater.test.HttpRequest |
addConfiguredContentEquals, addConfiguredHeader, addConfiguredMethod, addConfiguredParameter, createMatchObject, getId, getURL, setContent, setFollowRedirects, setHeaders, setHost, setHref, setMethod, setPassword, setPath, setPort, setProtocol, setTimeout, setUser, setUseTidy |
Methods inherited from class org.apache.anteater.test.ActionTask |
addConfiguredLogger, addConfiguredSession, addConfiguredUses, addMatch, addNamespace, execute, getObjectModel, getProperties, getProperty, getPropertyAsInt, getResult, setAssign, setDebug, setHaltonerror, setValue |
Methods inherited from class org.apache.anteater.test.BaseTask |
debug, getDebug, getGroup, print, println, resolveContentURL, setGroup, setGroup |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SOAPRequest()
Method Detail |
public void init()
init
in class org.apache.tools.ant.Task
public void setAction(String action)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |