Uses of Class
oracle.stellent.ridc.protocol.ServiceResponse
Packages that use ServiceResponse
Package
Description
-
Uses of ServiceResponse in oracle.stellent.ridc
Methods in oracle.stellent.ridc that return ServiceResponseModifier and TypeMethodDescriptionprotected ServiceResponse
IdcClient.createResponse
(ServiceRequest<TConnection> request, Protocol protocol, ServiceResponse response) Analyze the response from the protocol and returnIdcClient.sendRequest
(IdcContext userContext, DataBinder dataBinder) Execute the request; sends the request to the Content Server and reads the response.IdcClient.sendRequest
(IdcContext userContext, DataBinder dataBinder, IdcRequestConfig requestConfig) Execute the request; sends the request to the Content Server and reads the response.Methods in oracle.stellent.ridc with parameters of type ServiceResponseModifier and TypeMethodDescriptionprotected ServiceResponse
IdcClient.createResponse
(ServiceRequest<TConnection> request, Protocol protocol, ServiceResponse response) Analyze the response from the protocol and return -
Uses of ServiceResponse in oracle.stellent.ridc.protocol
Methods in oracle.stellent.ridc.protocol that return ServiceResponse -
Uses of ServiceResponse in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return ServiceResponseModifier and TypeMethodDescriptionIdcHttpProtocol.readResponse()
Reads the next message, if a message is not completely received within the timeout specified an exception is thrown. -
Uses of ServiceResponse in oracle.stellent.ridc.protocol.intradoc
Methods in oracle.stellent.ridc.protocol.intradoc that return ServiceResponseModifier and TypeMethodDescriptionHdaProtocol.readResponse()
Reads the next message, if a message is not completely received within the timeout specified an exception is thrown. -
Uses of ServiceResponse in oracle.wcc.ridc.adfca
Methods in oracle.wcc.ridc.adfca that return ServiceResponseModifier and TypeMethodDescriptionRidcConnection.sendRequest
(IdcContext userContext, DataBinder binder) Execute the request; Sends the request to the Content Server and obtains the response. -
Uses of ServiceResponse in oracle.wcc.ridc.adfca.session
Methods in oracle.wcc.ridc.adfca.session that return ServiceResponseModifier and TypeMethodDescriptionRidcSession.sendRequest
(DataBinder binder) Convenience method for sending a request.RidcSession.sendRequest
(DataBinder binder, IdcRequestConfig requestConfig) Convenience method for sending a request.