public abstract class BaseMethodImpl extends Object implements Method
| Constructor and Description |
|---|
BaseMethodImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(SharepointRequest sharepointRequest) |
protected abstract List<ResponseElement> |
getElements(SharepointRequest sharepointRequest) |
protected String |
getResponse(SharepointRequest sharepointRequest,
boolean appendNewline) |
String |
getRootPath(SharepointRequest sharepointRequest) |
void |
process(SharepointRequest sharepointRequest) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethodNamepublic String getRootPath(SharepointRequest sharepointRequest)
getRootPath in interface Methodpublic void process(SharepointRequest sharepointRequest) throws SharepointException
process in interface MethodSharepointExceptionprotected void doProcess(SharepointRequest sharepointRequest) throws Exception
Exceptionprotected abstract List<ResponseElement> getElements(SharepointRequest sharepointRequest) throws Exception
Exceptionprotected String getResponse(SharepointRequest sharepointRequest, boolean appendNewline) throws Exception
Exception