Package org.cybergarage.soap
Class SOAPRequest
- java.lang.Object
- 
- org.cybergarage.http.HTTPPacket
- 
- org.cybergarage.http.HTTPRequest
- 
- org.cybergarage.soap.SOAPRequest
 
 
 
- 
- Direct Known Subclasses:
- ControlRequest,- NotifyRequest
 
 public class SOAPRequest extends HTTPRequest 
- 
- 
Constructor SummaryConstructors Constructor Description SOAPRequest()SOAPRequest(HTTPRequest httpReq)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NodegetBodyNode()NodegetEnvelopeNode()StringgetSOAPAction()booleanisSOAPAction(String value)SOAPResponsepostMessage(String host, int port)voidprint()voidsetContent(Node node)voidsetEnvelopeNode(Node node)voidsetSOAPAction(String action)- 
Methods inherited from class org.cybergarage.http.HTTPRequestgetFirstLineString, 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, setBindHost, setMethod, setRequestHost, setRequestPort, setSocket, setURI, setURI, toString
 - 
Methods inherited from class org.cybergarage.http.HTTPPacketaddHeader, addHeader, clearHeaders, getCacheControl, getCharSet, getConnection, getContent, getContentInputStream, getContentLanguage, getContentLength, getContentRange, getContentRangeFirstPosition, getContentRangeInstanceLength, getContentRangeLastPosition, getContentString, getContentType, getDate, getFirstLine, getFirstLineToken, getHeader, getHeader, getHeaderString, getHeaderValue, getHost, getIntegerHeaderValue, getLongHeaderValue, getNHeaders, getServer, getStringHeaderValue, getStringHeaderValue, getTransferEncoding, getVersion, hasConnection, hasContent, hasContentInputStream, hasContentRange, hasFirstLine, hasHeader, hasTransferEncoding, init, isChunked, isCloseConnection, isKeepAliveConnection, read, set, set, set, set, setCacheControl, setCacheControl, setCacheControl, setConnection, setContent, setContent, setContent, setContent, setContentInputStream, setContentLanguage, setContentLength, setContentRange, setContentType, setDate, setHeader, setHeader, setHeader, setHeader, setHost, setHost, setIntegerHeader, setLongHeader, setServer, setStringHeader, setStringHeader, setTransferEncoding, setVersion
 
- 
 
- 
- 
- 
Constructor Detail- 
SOAPRequestpublic SOAPRequest() 
 - 
SOAPRequestpublic SOAPRequest(HTTPRequest httpReq) 
 
- 
 - 
Method Detail- 
setSOAPActionpublic void setSOAPAction(String action) 
 - 
getSOAPActionpublic String getSOAPAction() 
 - 
isSOAPActionpublic boolean isSOAPAction(String value) 
 - 
postMessagepublic SOAPResponse postMessage(String host, int port) 
 - 
setEnvelopeNodepublic void setEnvelopeNode(Node node) 
 - 
getEnvelopeNodepublic Node getEnvelopeNode() 
 - 
getBodyNodepublic Node getBodyNode() 
 - 
setContentpublic void setContent(Node node) 
 - 
printpublic void print() - Overrides:
- printin class- HTTPRequest
 
 
- 
 
-