Uses of Class
com.sap.document.sap.soap.functions.mc_style.CtsWsTraResponse
Packages that use CtsWsTraResponse
Package
Description
-
Uses of CtsWsTraResponse in com.sap.document.sap.soap.functions.mc_style
Fields in com.sap.document.sap.soap.functions.mc_style declared as CtsWsTraResponseModifier and TypeFieldDescriptionprotected CtsWsTraResponseCtsAttachToRequestResponse.responseprotected CtsWsTraResponseCtsGetOrganizerUrlResponse.responseprotected CtsWsTraResponseCtsSubmitRequestResponse.responseMethods in com.sap.document.sap.soap.functions.mc_style that return CtsWsTraResponseModifier and TypeMethodDescriptionObjectFactory.createCtsWsTraResponse()Create an instance ofCtsWsTraResponseEXPORTCTSWS.ctsAttachToRequest(CtsWsTransportEntity entity, String requestId) EXPORTCTSWS.ctsGetOrganizerUrl(CtsWsOrganizerRequest request) EXPORTCTSWS.ctsSubmitRequest(String requestId) CtsAttachToRequestResponse.getResponse()Gets the value of the response property.CtsGetOrganizerUrlResponse.getResponse()Gets the value of the response property.CtsSubmitRequestResponse.getResponse()Gets the value of the response property.Methods in com.sap.document.sap.soap.functions.mc_style with parameters of type CtsWsTraResponseModifier and TypeMethodDescriptionvoidCtsAttachToRequestResponse.setResponse(CtsWsTraResponse value) Sets the value of the response property.voidCtsGetOrganizerUrlResponse.setResponse(CtsWsTraResponse value) Sets the value of the response property.voidCtsSubmitRequestResponse.setResponse(CtsWsTraResponse value) Sets the value of the response property. -
Uses of CtsWsTraResponse in de.hybris.e2e.transport.cts
Methods in de.hybris.e2e.transport.cts that return CtsWsTraResponseModifier and TypeMethodDescriptionCtsClient.attachToRequest()Attaches uploaded file to given requestCtsService.attachToRequest(CtsWsTransportEntity entity, String requestId) Attaches uploaded file to given requestCtsClient.submitRequest()Submits requestCtsService.submitRequest(String requestId) Submits request -
Uses of CtsWsTraResponse in de.hybris.e2e.transport.cts.impl
Methods in de.hybris.e2e.transport.cts.impl that return CtsWsTraResponseModifier and TypeMethodDescriptionSimpleCtsClient.attachToRequest()SimpleCtsService.attachToRequest(CtsWsTransportEntity entity, String requestId) Attaches uploaded file to given requestSimpleCtsClient.submitRequest()Submits requestSimpleCtsService.submitRequest(String requestId) Submits request