org.sblim.cimclient.discovery
public class WBEMProtocol extends Object
Since: 2.0.2
UNKNOWN: iTransport != null
iPresentation != null
Constructor Summary | |
---|---|
WBEMProtocol(String pTransport, String pPresentation)
Ctor.
|
Method Summary | |
---|---|
boolean | equals(Object pObj) |
String | getPresentation()
Returns the presentation protocol (e.g. |
String | getTransport()
Returns transport protocol (e.g. |
int | hashCode() |
void | setPresentation(String pPresentation)
Sets the presentation protocol
|
void | setTransport(String pTransport)
Sets the transport protocol
|
String | toString() |
Parameters: pTransport The transport protocol (e.g. HTTP, HTTPS, RMI) pPresentation The presentation protocol (e.g. CIM-XML)
Returns: The value.
Returns: The value.
Parameters: pPresentation The new value (e.g. CIM-XML)
Parameters: pTransport The new value (e.g. HTTP).