|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.webservices.ServiceLocator
public class ServiceLocator
Entry point to the jive java soap webservices api. Supplies the client with access to all of the different services.
General Usage:
ServiceLocator locator = new ServiceLocator("https://myforums.com", "user", "password");
ContentService svc = locator.getContentService();
Forum forum = svc.getForum(1);
Constructor Summary | |
---|---|
ServiceLocator(java.lang.String url)
Creates a new anonymous Service Locator. |
|
ServiceLocator(java.lang.String url,
java.lang.String username,
java.lang.String password)
Create a new service locator. |
|
ServiceLocator(java.lang.String url,
java.lang.String username,
java.lang.String password,
java.lang.String proxyHost,
java.lang.String proxyPort)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceLocator(java.lang.String url, java.lang.String username, java.lang.String password)
url
- Forums installation base url.username
- Username of the forums user to connect with.password
- The Password of the forums user.public ServiceLocator(java.lang.String url, java.lang.String username, java.lang.String password, java.lang.String proxyHost, java.lang.String proxyPort)
public ServiceLocator(java.lang.String url)
url
- Forums installation base url.Method Detail |
---|
public ContentService getContentService()
ContentService
.
ContentService
.public ForumService getForumService()
ForumService
.
ForumService
.public ForumCategoryService getForumCategoryService()
ForumCategoryService
.
ForumCategoryService
.public ForumThreadService getForumThreadService()
ForumThreadService
.
ForumThreadService
.public GroupService getGroupService()
GroupService
GroupService
public PermissionService getPermissionService()
PermissionService
PermissionService
public SystemPropertiesService getSystemPropertiesService()
SystemPropertiesService
SystemPropertiesService
public ForumMessageService getForumMessageService()
ForumMessageService
.
ForumMessageService
.public ProfileService getProfileService()
ProfileService
ProfileService
public WatchService getWatchService()
WatchService
WatchService
public AttachmentManagerService getAttachmentManagerService()
AttachmentManagerService
AttachmentManagerService
public AddressBookService getAddressBookService()
AddressBookService
AddressBookService
public PrivateMessageService getPrivateMessageService()
PrivateMessageService
PrivateMessageService
public AnnouncementService getAnnouncementService()
public org.codehaus.xfire.DefaultXFire getXFire()
public User getServiceUser()
protected java.lang.Object createServiceProxy(java.lang.String serviceName, java.lang.Class serviceClass)
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |