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, setUrlHelper
endTag, processTag, singleTag, singleTag, startTag, startTag
protected 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
)Exception
protected void executeRequest(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, org.dom4j.Element requestElement, org.jaxen.SimpleNamespaceContext nc) throws Exception
Exception
protected abstract void executeMeetingAction(VtiSoapRequest soapRequest, VtiSoapResponse soapResponse, String siteName, MeetingBean meetingBean, int sequence, int recurrenceId, boolean ignoreAttendees, boolean cancelMeeting) throws Exception
Exception
protected org.dom4j.Element buildMeetingResponse(VtiSoapResponse soapResponse) throws Exception
Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.