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, wait
getMethodName
public String getRootPath(SharepointRequest sharepointRequest)
getRootPath
in interface Method
public void process(SharepointRequest sharepointRequest) throws SharepointException
process
in interface Method
SharepointException
protected void doProcess(SharepointRequest sharepointRequest) throws Exception
Exception
protected abstract List<ResponseElement> getElements(SharepointRequest sharepointRequest) throws Exception
Exception
protected String getResponse(SharepointRequest sharepointRequest, boolean appendNewline) throws Exception
Exception