|
Clearspace API (2.0.15) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMService
Provides a the ability for managing real time comunication.
| Method Summary | |
|---|---|
void |
configureComponent(java.lang.String domain,
java.util.List<java.lang.String> hosts,
int port)
Tries to connect to XMPP server. |
WSJiveObject |
noOp()
Hack to elimite SEVERE errors logged by celtix because the UnauthorizedException isn't getting registered properly in the generated schema and can't be found as an xml type when searching by QName. |
void |
testCredentials()
Test if user's credentials are OK and have enough permissions. |
void |
updateSharedSecret(java.lang.String newSecret)
Updates the shared secret and resets the connection using it. |
| Method Detail |
|---|
void configureComponent(java.lang.String domain,
java.util.List<java.lang.String> hosts,
int port)
throws org.xmpp.component.ComponentException
domain - the domain of Openfirehosts - a list of possible host address of Openfire, comma separatedport - the port of external components of Openfire
org.xmpp.component.ComponentException - if there was an error connecting the component.void updateSharedSecret(java.lang.String newSecret)
newSecret - the new shared secretvoid testCredentials()
WSJiveObject noOp()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||