|
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 | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.WSConstants
public class WSConstants
Constants used with webservices
| Nested Class Summary | |
|---|---|
static class |
WSConstants.AccessType
Used to distinguish what kind of access is allowed on the server. |
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
FAULT_ATTACHMENT
Maps a fault to the com.jivesoftware.community.AttachmentManager |
static javax.xml.namespace.QName |
FAULT_ATTACHMENT_NOT_FOUND
Maps a fault to AttachmentNotFoundException |
static javax.xml.namespace.QName |
FAULT_AVATAR_EXCEPTION
Maps a fault to com.jivesoftware.community.AvatarException |
static javax.xml.namespace.QName |
FAULT_BINARY_BODY
Maps a fault to com.jivesoftware.community.BinaryBodyException |
static javax.xml.namespace.QName |
FAULT_BLOG_NOT_FOUND
Maps a fault to com.jivesoftware.community.BlogNotFoundException |
static javax.xml.namespace.QName |
FAULT_BLOG_POST_NOT_FOUND
Maps a fault to com.jivesoftware.community.BlogPostNotFoundException |
static javax.xml.namespace.QName |
FAULT_COMMENT_NOT_FOUND
Maps a fault to ClassNotFoundException |
static javax.xml.namespace.QName |
FAULT_COMMUNITY_NOT_FOUND
Maps a fault code to the CommunityNotFoundException |
static javax.xml.namespace.QName |
FAULT_DOCUMENT_ALREADY_EXISTS
Maps a fault to the com.jivesoftware.community.DocumentObjectNotFoundException |
static javax.xml.namespace.QName |
FAULT_DOCUMENT_OBJECT_NOT_FOUND
Maps a fault to the com.jivesoftware.community.DocumentObjectNotFoundException |
static javax.xml.namespace.QName |
FAULT_GROUP_ALREADY_EXISTS
Maps a fault to the GroupNotFoundException |
static javax.xml.namespace.QName |
FAULT_GROUP_NOT_FOUND
Maps a fault to the GroupNotFoundException |
static javax.xml.namespace.QName |
FAULT_JIVE_RUNTIME
Maps a fault to the JiveRuntimeException |
static javax.xml.namespace.QName |
FAULT_LICENSE_EXCEPTION
Maps a fault to LicenseException |
static javax.xml.namespace.QName |
FAULT_MESSAGE_NOT_FOUND
Maps a fault code to the ForumMessageNotFoundException |
static javax.xml.namespace.QName |
FAULT_MESSAGE_REJECTED
Maps a fault code to the RejectedException |
static javax.xml.namespace.QName |
FAULT_NAME_ALREADY_EXISTS
Maps a fault code to the NameAlreadyExistsException |
static javax.xml.namespace.QName |
FAULT_NOT_FOUND
Maps a fault code to the RejectedException |
static javax.xml.namespace.QName |
FAULT_POLL_EXCEPTION
Maps a fault to LicenseException |
static javax.xml.namespace.QName |
FAULT_TAG_OBJECT_NOT_FOUND
Maps a fault to com.jivesoftware.community.TagObjectNotFoundException |
static javax.xml.namespace.QName |
FAULT_THREAD_NOT_FOUND
Maps a fault code to the ForumThreadNotFoundException |
static javax.xml.namespace.QName |
FAULT_UNAUTHORIZED
Maps a fault to the UnauthorizedException |
static javax.xml.namespace.QName |
FAULT_USER_NOT_FOUND
Maps a fault code to the UserNotFoundException |
static int |
MAX_MESSAGE_RESULTS
The maximum amount of message IDs that will be returned by any method by default. |
static int |
MAX_THREAD_RESULTS
The maximum amount of thread IDs that will be returned by any method by default. |
static int |
MAX_USER_RESULTS
The maximum amount of user IDs that will be returned by any method by default. |
static java.lang.String |
NAMESPACE
The namespace used for jive web services. |
static java.lang.String |
PROPERTY_ACCESS_TYPE
The Jive Property is set to determine the type of access the webservices will allow. |
static java.lang.String |
PROPERTY_ALLOWED_GROUPS
If access type is set to SPECIFIC_GROUPS then this property should contain a comma seperated list of group names of groups who can access web services. |
static java.lang.String |
PROPERTY_ALLOWED_USERS
If access type is set to SPECIFIC_USERS then this property should contain a comma seperated list of usernames of users who can access web services. |
static java.lang.String |
PROPERTY_FORCE_SSL
If this jive property is set webservices will only work over an ssl connection, non ssl requests will be denied. |
static java.lang.String |
PROPERTY_PERMISION_HANDLER
The inbound handler for xfire that handles permissions |
static java.lang.String |
PROPERTY_REST_ENABLED
The Jive Property should be set to true if REST web services should be enabled. |
static java.lang.String |
PROPERTY_SOAP_ENABLED
This Jive Property should be set to true if SOAP web services should be enabled. |
static java.lang.String |
PROPERTY_XMLRPC_ENABLED
This Jive Property should be set to true if XMLRPC web services should be enabled. |
| Constructor Summary | |
|---|---|
WSConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAMESPACE
public static final java.lang.String PROPERTY_REST_ENABLED
public static final java.lang.String PROPERTY_SOAP_ENABLED
public static final java.lang.String PROPERTY_XMLRPC_ENABLED
public static final java.lang.String PROPERTY_ACCESS_TYPE
WSConstants.AccessType for details of the kinds of access types.
public static final java.lang.String PROPERTY_ALLOWED_USERS
public static final java.lang.String PROPERTY_ALLOWED_GROUPS
public static final java.lang.String PROPERTY_FORCE_SSL
public static final java.lang.String PROPERTY_PERMISION_HANDLER
public static final int MAX_THREAD_RESULTS
public static final int MAX_MESSAGE_RESULTS
public static final int MAX_USER_RESULTS
public static final javax.xml.namespace.QName FAULT_COMMUNITY_NOT_FOUND
CommunityNotFoundException
public static final javax.xml.namespace.QName FAULT_THREAD_NOT_FOUND
ForumThreadNotFoundException
public static final javax.xml.namespace.QName FAULT_MESSAGE_NOT_FOUND
ForumMessageNotFoundException
public static final javax.xml.namespace.QName FAULT_USER_NOT_FOUND
UserNotFoundException
public static final javax.xml.namespace.QName FAULT_NOT_FOUND
RejectedException
public static final javax.xml.namespace.QName FAULT_MESSAGE_REJECTED
RejectedException
public static final javax.xml.namespace.QName FAULT_NAME_ALREADY_EXISTS
NameAlreadyExistsException
public static final javax.xml.namespace.QName FAULT_ATTACHMENT
com.jivesoftware.community.AttachmentManager
public static final javax.xml.namespace.QName FAULT_GROUP_NOT_FOUND
GroupNotFoundException
public static final javax.xml.namespace.QName FAULT_GROUP_ALREADY_EXISTS
GroupNotFoundException
public static final javax.xml.namespace.QName FAULT_UNAUTHORIZED
UnauthorizedException
public static final javax.xml.namespace.QName FAULT_JIVE_RUNTIME
JiveRuntimeException
public static final javax.xml.namespace.QName FAULT_DOCUMENT_OBJECT_NOT_FOUND
com.jivesoftware.community.DocumentObjectNotFoundException
public static final javax.xml.namespace.QName FAULT_DOCUMENT_ALREADY_EXISTS
com.jivesoftware.community.DocumentObjectNotFoundException
public static final javax.xml.namespace.QName FAULT_BINARY_BODY
com.jivesoftware.community.BinaryBodyException
public static final javax.xml.namespace.QName FAULT_BLOG_NOT_FOUND
com.jivesoftware.community.BlogNotFoundException
public static final javax.xml.namespace.QName FAULT_BLOG_POST_NOT_FOUND
com.jivesoftware.community.BlogPostNotFoundException
public static final javax.xml.namespace.QName FAULT_LICENSE_EXCEPTION
LicenseException
public static final javax.xml.namespace.QName FAULT_POLL_EXCEPTION
LicenseException
public static final javax.xml.namespace.QName FAULT_TAG_OBJECT_NOT_FOUND
com.jivesoftware.community.TagObjectNotFoundException
public static final javax.xml.namespace.QName FAULT_COMMENT_NOT_FOUND
ClassNotFoundException
public static final javax.xml.namespace.QName FAULT_AVATAR_EXCEPTION
com.jivesoftware.community.AvatarException
public static final javax.xml.namespace.QName FAULT_ATTACHMENT_NOT_FOUND
AttachmentNotFoundException
| Constructor Detail |
|---|
public WSConstants()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||