|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.bioclipse.xws.client.disco.Info
public class Info
Nested Class Summary | |
---|---|
static class |
Info.AdHocType
|
Constructor Summary | |
---|---|
Info(Info info)
Initializes a newly created Info object. |
|
Info(java.lang.String description,
Info.AdHocType type)
Initializes a newly created Info object. |
|
Info(XmppException xmpp_exception)
Initializes a newly created Info object. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of the XMPP item. |
XmppException |
getDiscoError()
Returns the discovery error or null. |
DiscoStatus |
getDiscoStatus()
Returns the discovery status. |
boolean |
isCompatibleFunction()
Returns true if the XMPP item is a XMPP Service function compatible with XEP-0244: IO Data. |
boolean |
isFunction()
Returns true if the XMPP item is a XMPP Service function. |
boolean |
isService()
Returns true if the XMPP item is a XMPP Service. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Info(java.lang.String description, Info.AdHocType type)
description
- The description of the XMPP item.type
- The Ad-Hoc Command type of XMPP item.public Info(XmppException xmpp_exception)
xmpp_exception
- The discovery error.public Info(Info info)
info
- The Info object to copy.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDescription()
public boolean isService()
public boolean isFunction()
public boolean isCompatibleFunction()
public DiscoStatus getDiscoStatus()
public XmppException getDiscoError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |