|
||||||||||
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
public class SOAPRequest
Constructor Summary | |
---|---|
SOAPRequest()
|
|
SOAPRequest(HTTPRequest httpReq)
|
Method Summary | |
---|---|
Node |
getBodyNode()
|
Node |
getEnvelopeNode()
|
java.lang.String |
getSOAPAction()
|
boolean |
isSOAPAction(java.lang.String value)
|
SOAPResponse |
postMessage(java.lang.String host,
int port)
|
void |
print()
|
void |
setContent(Node node)
|
void |
setEnvelopeNode(Node node)
|
void |
setSOAPAction(java.lang.String action)
|
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 SOAPRequest()
public SOAPRequest(HTTPRequest httpReq)
Method Detail |
---|
public void setSOAPAction(java.lang.String action)
public java.lang.String getSOAPAction()
public boolean isSOAPAction(java.lang.String value)
public SOAPResponse postMessage(java.lang.String host, int port)
public void setEnvelopeNode(Node node)
public Node getEnvelopeNode()
public Node getBodyNode()
public void setContent(Node node)
public void print()
print
in class HTTPRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |