public class DiscussionAppSoapBindingStub extends org.apache.axis.client.Stub implements DiscussionAppSoap
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
DiscussionAppSoapBindingStub() |
DiscussionAppSoapBindingStub(javax.xml.rpc.Service service) |
DiscussionAppSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
PostSoapDO |
createPost(String sessionId,
String parentPostId,
String title,
String message) |
TopicSoapDO |
createTopic(String sessionId,
String forumId,
String title,
String message) |
void |
deletePost(String sessionId,
String postId) |
void |
deleteTopic(String sessionId,
String topicId) |
PostSoapList |
findPosts(String sessionId,
String queryString,
String projectId,
boolean searchAttachments) |
ForumSoapList |
getForumList(String sessionId,
String projectId) |
PostSoapList |
getPostList(String sessionId,
String topicId) |
TopicSoapList |
getTopicList(String sessionId,
String forumId) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic DiscussionAppSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic DiscussionAppSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic DiscussionAppSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic TopicSoapDO createTopic(String sessionId, String forumId, String title, String message) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createTopic in interface DiscussionAppSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void deleteTopic(String sessionId, String topicId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deleteTopic in interface DiscussionAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic PostSoapDO createPost(String sessionId, String parentPostId, String title, String message) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
createPost in interface DiscussionAppSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic void deletePost(String sessionId, String postId) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
deletePost in interface DiscussionAppSoapRemoteExceptionIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic PostSoapList getPostList(String sessionId, String topicId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getPostList in interface DiscussionAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic ForumSoapList getForumList(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getForumList in interface DiscussionAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic TopicSoapList getTopicList(String sessionId, String forumId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
getTopicList in interface DiscussionAppSoapRemoteExceptionNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultpublic PostSoapList findPosts(String sessionId, String queryString, String projectId, boolean searchAttachments) throws RemoteException, SearchQuerySyntaxFault, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
findPosts in interface DiscussionAppSoapRemoteExceptionSearchQuerySyntaxFaultIllegalArgumentFaultNoSuchObjectFaultInvalidSessionFaultSystemFaultPermissionDeniedFaultCopyright © 2004-2014 Hudson. All Rights Reserved.