com.liferay.client.soap.portlet.messageboards.service.http
Class Portlet_MB_MBMessageServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.messageboards.service.http.Portlet_MB_MBMessageServiceSoapBindingStub
- All Implemented Interfaces:
- MBMessageServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_MB_MBMessageServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements MBMessageServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Method Summary |
MBMessageSoap |
addDiscussionMessage(java.lang.String className,
long classPK,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext)
|
MBMessageSoap |
addMessage(long categoryId,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
boolean anonymous,
double priority,
ServiceContext serviceContext)
|
MBMessageSoap |
addMessage(long categoryId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
boolean anonymous,
double priority,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
long messageId)
|
void |
deleteMessage(long messageId)
|
MBMessageSoap[] |
getCategoryMessages(long categoryId,
int start,
int end)
|
int |
getCategoryMessagesCount(long categoryId)
|
MBMessageSoap |
getMessage(long messageId)
|
void |
subscribeMessage(long messageId)
|
void |
unsubscribeMessage(long messageId)
|
MBMessageSoap |
updateDiscussionMessage(java.lang.String className,
long classPK,
long messageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext)
|
MBMessageSoap |
updateMessage(long messageId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
java.lang.Object[] existingFiles,
double priority,
ServiceContext serviceContext)
|
Methods inherited from class org.apache.axis.client.Stub |
_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, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_MB_MBMessageServiceSoapBindingStub
public Portlet_MB_MBMessageServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_MB_MBMessageServiceSoapBindingStub
public Portlet_MB_MBMessageServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_MB_MBMessageServiceSoapBindingStub
public Portlet_MB_MBMessageServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMessage
public MBMessageSoap getMessage(long messageId)
throws java.rmi.RemoteException
- Specified by:
getMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
addMessage
public MBMessageSoap addMessage(long categoryId,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
boolean anonymous,
double priority,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
addMessage
public MBMessageSoap addMessage(long categoryId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
boolean anonymous,
double priority,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
addDiscussionMessage
public MBMessageSoap addDiscussionMessage(java.lang.String className,
long classPK,
long threadId,
long parentMessageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addDiscussionMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
deleteDiscussionMessage
public void deleteDiscussionMessage(long groupId,
java.lang.String className,
long classPK,
long messageId)
throws java.rmi.RemoteException
- Specified by:
deleteDiscussionMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
deleteMessage
public void deleteMessage(long messageId)
throws java.rmi.RemoteException
- Specified by:
deleteMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
getCategoryMessages
public MBMessageSoap[] getCategoryMessages(long categoryId,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getCategoryMessages
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
getCategoryMessagesCount
public int getCategoryMessagesCount(long categoryId)
throws java.rmi.RemoteException
- Specified by:
getCategoryMessagesCount
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
subscribeMessage
public void subscribeMessage(long messageId)
throws java.rmi.RemoteException
- Specified by:
subscribeMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
unsubscribeMessage
public void unsubscribeMessage(long messageId)
throws java.rmi.RemoteException
- Specified by:
unsubscribeMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
updateDiscussionMessage
public MBMessageSoap updateDiscussionMessage(java.lang.String className,
long classPK,
long messageId,
java.lang.String subject,
java.lang.String body,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateDiscussionMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException
updateMessage
public MBMessageSoap updateMessage(long messageId,
java.lang.String subject,
java.lang.String body,
java.lang.Object[] files,
java.lang.Object[] existingFiles,
double priority,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateMessage
in interface MBMessageServiceSoap
- Throws:
java.rmi.RemoteException