Uses of Class
org.alfresco.officeservices.testclient.ServiceResponseException
Packages that use ServiceResponseException
Package
Description
-
Uses of ServiceResponseException in org.alfresco.officeservices.testclient
Methods in org.alfresco.officeservices.testclient that throw ServiceResponseExceptionModifier and TypeMethodDescriptionprotected voidAoservicesClient.checkForRequiredHeaders(org.apache.http.HttpResponse serviceResponse, boolean strict) Checks the given HttpResponse for a set of required headers.booleanAoservicesClient.execute(FPSERequest request) Execute the given FPSE request and return the response.booleanAoservicesClient.getFileStatusFromMetaInfo(FPSEResponseElement metaInfo) AoservicesClient.getFPSECheckinDocument(URI serviceEndpoint, String fileUrl, String comment) AoservicesClient.getFPSECheckoutDocument(URI serviceEndpoint, String fileUrl, int timeout) AoservicesClient.getFPSEGetDocsMetaInfo(URI serviceEndpoint, List<String> targets) AoservicesClient.getFPSEGetDocument(URI serviceEndpoint, String fileUrl) AoservicesClient.getFPSEOpenService(URI serviceEndpoint) AoservicesClient.getFPSEUncheckoutDocument(URI serviceEndpoint, String fileUrl, boolean rlsshortterm) AoservicesClient.getFPSEUrlToWebUrl(URI target) AoservicesClient.getFPSEVersion(URI target) protected static StringAoservicesClient.getHeaderValue(org.apache.http.HttpResponse serviceResponse, String headerName, boolean strict) Tries to get value from the last header with the given name.protected FPSEResponseElementAoservicesClient.getMandatoryElement(FPSEResponseElement elem, String name) AoservicesClient.getVtiInformation(URI target) booleanAoservicesClient.getWebForm(URI serviceEndpoint, String location, AoservicesClient.DialogType type, String filter) booleanAoservicesClient.options(URI target, AoservicesClient.OptionsHeaderValidation headerValidation) Performs a OPTIONS request to the given target and returns true if and only if the resource exists.booleanPerforms a PROPFIND request to the given target and returns true if and only if the resource exists.booleanAoservicesClient.soapCheckin(URI serviceEndpoint, URI target, String comment) booleanAoservicesClient.soapCheckout(URI serviceEndpoint, URI target, boolean checkoutToLocal) booleanAoservicesClient.testWebFormExistence(URI serviceEndpoint, String location, AoservicesClient.DialogType type) void -
Uses of ServiceResponseException in org.alfresco.officeservices.testclient.fpse
Methods in org.alfresco.officeservices.testclient.fpse that throw ServiceResponseExceptionModifier and TypeMethodDescriptionprotected voidFPSEResponse.readMessage(PushbackLineReader plr) protected voidFPSEResponse.readMetaInfoElement(FPSEResponseElement subElement, PushbackLineReader plr) protected voidFPSEResponse.readSubElement(FPSEResponseElement subElement, PushbackLineReader plr) protected voidFPSEResponse.readSubList(FPSEResponseElement subElement, PushbackLineReader plr) protected voidFPSEResponse.readTopElement(PushbackLineReader plr) Constructors in org.alfresco.officeservices.testclient.fpse that throw ServiceResponseException -
Uses of ServiceResponseException in org.alfresco.officeservices.testclient.office
Methods in org.alfresco.officeservices.testclient.office that throw ServiceResponseExceptionModifier and TypeMethodDescriptionabstract voidAbstractOfficeClient.checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) voidOffice2003WindowsXPClient.checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) voidOffice2007WindowsXPClient.checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) voidOffice2010Windows7Client.checkinFile(OfficeFileHandle ofh, String comment, boolean keepEditing) abstract voidAbstractOfficeClient.checkoutFile(OfficeFileHandle ofh) voidOffice2003WindowsXPClient.checkoutFile(OfficeFileHandle ofh) voidOffice2007WindowsXPClient.checkoutFile(OfficeFileHandle ofh) voidOffice2010Windows7Client.checkoutFile(OfficeFileHandle ofh) abstract voidAbstractOfficeClient.closeFile(OfficeFileHandle ofh) voidOffice2003WindowsXPClient.closeFile(OfficeFileHandle ofh) voidOffice2007WindowsXPClient.closeFile(OfficeFileHandle ofh) voidOffice2010Windows7Client.closeFile(OfficeFileHandle ofh) protected voidAbstractOfficeClient.ensureFpseVersion(URI target) protected StringAbstractOfficeClient.ensureOpenService(URI target) protected voidAbstractOfficeClient.ensureVtiInf(URI target) voidOffice2003WindowsXPClient.fileDialog(URI target, AoservicesClient.DialogType dialogType) voidOffice2007WindowsXPClient.fileDialog(URI target, AoservicesClient.DialogType dialogType) voidOffice2010Windows7Client.fileDialog(URI target, AoservicesClient.DialogType dialogType) abstract voidAbstractOfficeClient.fileOpenDialog(URI target) voidOffice2003WindowsXPClient.fileOpenDialog(URI target) voidOffice2007WindowsXPClient.fileOpenDialog(URI target) voidOffice2010Windows7Client.fileOpenDialog(URI target) abstract voidAbstractOfficeClient.fileSaveDialog(URI target) voidOffice2003WindowsXPClient.fileSaveDialog(URI target) voidOffice2007WindowsXPClient.fileSaveDialog(URI target) voidOffice2010Windows7Client.fileSaveDialog(URI target) abstract OfficeFileHandleabstract voidAbstractOfficeClient.refreshLock(OfficeFileHandle ofh) voidOffice2003WindowsXPClient.refreshLock(OfficeFileHandle ofh) voidOffice2007WindowsXPClient.refreshLock(OfficeFileHandle ofh) voidOffice2010Windows7Client.refreshLock(OfficeFileHandle ofh)