repo.or.cz
/
gae.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1.9.30 sync.
[gae.git]
/
java
/
src
/
main
/
com
/
google
/
appengine
/
api
/
xmpp
/
IXMPPServiceFactory.java
blob
b2cdf8ef78b4c46815442cb0b5956a813e7972d9
1
// Copyright 2012 Google Inc. All rights reserved.
2
3
package
com
.
google
.
appengine
.
api
.
xmpp
;
4
5
/**
6
* Constructs an instance of the XMPP service.
7
*
8
*/
9
public interface
IXMPPServiceFactory
{
10
11
XMPPService
getXMPPService
();
12
13
}