Package org.cybergarage.soap
Class SOAP
java.lang.Object
org.cybergarage.soap.SOAP
public class SOAP extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringBODYstatic StringCONTENT_TYPEstatic StringDELIMstatic StringDETAILstatic StringENCSTYLE_URLstatic StringENVELOPEstatic StringERROR_CODEstatic StringERROR_DESCRIPTIONstatic StringFAULTstatic StringFAULT_CODEstatic StringFAULT_STRINGstatic StringFAULTACTORstatic StringMETHODNSstatic StringRESPONSEstatic StringRESULTSTATUSstatic StringUPNP_ERRORstatic StringVERSION_HEADERstatic StringXMLNSstatic StringXMLNS_URL -
Constructor Summary
Constructors Constructor Description SOAP() -
Method Summary
Modifier and Type Method Description static NodecreateEnvelopeBodyNode()static ParsergetXMLParser()static voidsetXMLParser(Parser parser)
-
Field Details
-
ENVELOPE
- See Also:
- Constant Field Values
-
BODY
- See Also:
- Constant Field Values
-
RESPONSE
- See Also:
- Constant Field Values
-
FAULT
- See Also:
- Constant Field Values
-
FAULT_CODE
- See Also:
- Constant Field Values
-
FAULT_STRING
- See Also:
- Constant Field Values
-
FAULTACTOR
- See Also:
- Constant Field Values
-
DETAIL
- See Also:
- Constant Field Values
-
RESULTSTATUS
- See Also:
- Constant Field Values
-
UPNP_ERROR
- See Also:
- Constant Field Values
-
ERROR_CODE
- See Also:
- Constant Field Values
-
ERROR_DESCRIPTION
- See Also:
- Constant Field Values
-
XMLNS
- See Also:
- Constant Field Values
-
METHODNS
- See Also:
- Constant Field Values
-
DELIM
- See Also:
- Constant Field Values
-
XMLNS_URL
- See Also:
- Constant Field Values
-
ENCSTYLE_URL
- See Also:
- Constant Field Values
-
CONTENT_TYPE
- See Also:
- Constant Field Values
-
VERSION_HEADER
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SOAP
public SOAP()
-
-
Method Details