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 String
BODY
static String
CONTENT_TYPE
static String
DELIM
static String
DETAIL
static String
ENCSTYLE_URL
static String
ENVELOPE
static String
ERROR_CODE
static String
ERROR_DESCRIPTION
static String
FAULT
static String
FAULT_CODE
static String
FAULT_STRING
static String
FAULTACTOR
static String
METHODNS
static String
RESPONSE
static String
RESULTSTATUS
static String
UPNP_ERROR
static String
VERSION_HEADER
static String
XMLNS
static String
XMLNS_URL
-
Constructor Summary
Constructors Constructor Description SOAP()
-
Method Summary
Modifier and Type Method Description static Node
createEnvelopeBodyNode()
static Parser
getXMLParser()
static void
setXMLParser(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