org.sblim.cimclient.discovery
public class WBEMProtocol extends Object
iTransport != null
iPresentation != null
Constructor and Description |
---|
WBEMProtocol(String pTransport,
String pPresentation)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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() |
public String getPresentation()
public void setPresentation(String pPresentation)
pPresentation
- The new value (e.g. CIM-XML)public String getTransport()
public void setTransport(String pTransport)
pTransport
- The new value (e.g. HTTP).Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.