public abstract class AbstractMeetingEndpoint extends AbstractEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected MeetingServiceHandler |
handler |
protected static String |
prefix |
DWS, name, namespace, soapPart, soapUri, soapUriPrefix| Constructor and Description |
|---|
AbstractMeetingEndpoint(MeetingServiceHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected org.dom4j.Element |
buildMeetingResponse(VtiSoapResponse soapResponse)
Builds most of the standard response
|
void |
execute(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse)
Add/Update/Delete meeting in Meeting Workspace
|
protected abstract void |
executeMeetingAction(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
MeetingBean meetingBean,
int sequence,
int recurrenceId,
boolean ignoreAttendees,
boolean cancelMeeting) |
protected void |
executeRequest(VtiSoapRequest soapRequest,
VtiSoapResponse soapResponse,
String siteName,
org.dom4j.Element requestElement,
org.jaxen.SimpleNamespaceContext nc) |
buildResultTag, buildXPath, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, generateXml, getContext, getDwsForCreationFromUri, getDwsFromUri, getFileName, getHost, getMessage, getName, getNamespace, getResponseTagName, getResultTagName, getUrlHelper, setName, setNamespace, setUrlHelperendTag, processTag, singleTag, singleTag, startTag, startTagprotected static String prefix
protected MeetingServiceHandler handler
public AbstractMeetingEndpoint(MeetingServiceHandler handler)
public void execute(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse) throws Exception
soapRequest - Vti soap request (VtiSoapRequest)soapResponse - Vti soap response (VtiSoapResponse)Exceptionprotected void executeRequest(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, org.dom4j.Element requestElement, org.jaxen.SimpleNamespaceContext nc) throws Exception
Exceptionprotected abstract void executeMeetingAction(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, MeetingBean meetingBean, int sequence, int recurrenceId, boolean ignoreAttendees, boolean cancelMeeting) throws Exception
Exceptionprotected org.dom4j.Element buildMeetingResponse(VtiSoapResponse soapResponse) throws Exception
ExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.