|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cybergarage.http.HTTPPacket
org.cybergarage.http.HTTPRequest
org.cybergarage.soap.SOAPRequest
org.cybergarage.upnp.control.ControlRequest
org.cybergarage.upnp.control.ActionRequest
public class ActionRequest
Constructor Summary | |
---|---|
ActionRequest()
|
|
ActionRequest(HTTPRequest httpReq)
|
Method Summary | |
---|---|
java.lang.String |
getActionName()
|
Node |
getActionNode()
|
ArgumentList |
getArgumentList()
|
ActionResponse |
post()
|
void |
setRequest(Action action,
ArgumentList argList)
|
Methods inherited from class org.cybergarage.upnp.control.ControlRequest |
---|
isActionControl, isQueryControl, setRequestHost |
Methods inherited from class org.cybergarage.soap.SOAPRequest |
---|
getBodyNode, getEnvelopeNode, getSOAPAction, isSOAPAction, postMessage, print, setContent, setEnvelopeNode, setSOAPAction |
Methods inherited from class org.cybergarage.http.HTTPRequest |
---|
getFirstLineString, getHeader, getHTTPVersion, getLocalAddress, getLocalPort, getMethod, getParameterList, getParameterValue, getRequestHost, getRequestPort, getSocket, getURI, isGetRequest, isHeadRequest, isKeepAlive, isMethod, isNotifyRequest, isPostRequest, isSOAPAction, isSubscribeRequest, isUnsubscribeRequest, parseRequestLine, post, post, post, read, returnBadRequest, returnOK, returnResponse, set, setMethod, setRequestHost, setRequestPort, setSocket, setURI, setURI, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActionRequest()
public ActionRequest(HTTPRequest httpReq)
Method Detail |
---|
public Node getActionNode()
public java.lang.String getActionName()
public ArgumentList getArgumentList()
public void setRequest(Action action, ArgumentList argList)
public ActionResponse post()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |