|
Jive Forums API (5.5.8) 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
GroupServicepublic PermissionService getPermissionService()
PermissionService
PermissionServicepublic SystemPropertiesService getSystemPropertiesService()
SystemPropertiesService
SystemPropertiesServicepublic ForumMessageService getForumMessageService()
ForumMessageService.
ForumMessageService.public ProfileService getProfileService()
ProfileService
ProfileServicepublic WatchService getWatchService()
WatchService
WatchServicepublic AttachmentManagerService getAttachmentManagerService()
AttachmentManagerService
AttachmentManagerServicepublic AddressBookService getAddressBookService()
AddressBookService
AddressBookServicepublic PrivateMessageService getPrivateMessageService()
PrivateMessageService
PrivateMessageServicepublic 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 | |||||||||