Uses of Class
oracle.stellent.ridc.protocol.ServiceRequest
Packages that use ServiceRequest
Package
Description
-
Uses of ServiceRequest in oracle.stellent.ridc
Methods in oracle.stellent.ridc that return ServiceRequestModifier and TypeMethodDescriptionprotected ServiceRequest<TConnection>
IdcClient.createRequest
(IdcContext userContext, DataBinder dataBinder, TConnection connection, IdcRequestConfig requestConfig) Create the service request objectMethods in oracle.stellent.ridc with parameters of type ServiceRequestModifier and TypeMethodDescriptionprotected abstract TProtocol
IdcClient.createProtocol
(ServiceRequest<TConnection> serviceRequest) Create the protocol to handle the requestprotected ServiceResponse
IdcClient.createResponse
(ServiceRequest<TConnection> request, Protocol protocol, ServiceResponse response) Analyze the response from the protocol and return -
Uses of ServiceRequest in oracle.stellent.ridc.common.util
Constructors in oracle.stellent.ridc.common.util with parameters of type ServiceRequestModifierConstructorDescriptionServiceLog
(TConfig clientConfig, ServiceRequest serviceRequest, DataBinder requestBinder) Create service log. -
Uses of ServiceRequest in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return ServiceRequestMethods in oracle.stellent.ridc.protocol.http with parameters of type ServiceRequestModifier and TypeMethodDescriptionprotected IdcHttpProtocol
IdcHttpClient.createProtocol
(ServiceRequest<IdcHttpClientConnection> connection) Create the protocol to handle the requestConstructors in oracle.stellent.ridc.protocol.http with parameters of type ServiceRequestModifierConstructorDescriptionIdcHttpProtocol
(IdcHttpClient client, ServiceRequest<IdcHttpClientConnection> serviceRequest) -
Uses of ServiceRequest in oracle.stellent.ridc.protocol.intradoc
Methods in oracle.stellent.ridc.protocol.intradoc that return ServiceRequestMethods in oracle.stellent.ridc.protocol.intradoc with parameters of type ServiceRequestModifier and TypeMethodDescriptionprotected IntradocProtocol
IntradocClient.createProtocol
(ServiceRequest<SocketConnection> serviceRequest) Create the protocol to handle the requestConstructors in oracle.stellent.ridc.protocol.intradoc with parameters of type ServiceRequestModifierConstructorDescriptionHdaProtocol
(IdcClient client, DataFactory dataFactory, ServiceRequest<TConnection> serviceRequest) ConstructorIntradocProtocol
(IdcClient idcClient, DataFactory dataFactory, ServiceRequest<SocketConnection> serviceRequest) -
Uses of ServiceRequest in oracle.stellent.ridc.protocol.jaxws
Methods in oracle.stellent.ridc.protocol.jaxws with parameters of type ServiceRequestModifier and TypeMethodDescriptionprotected JaxWSProtocol
JaxWSClient.createProtocol
(ServiceRequest<JaxWSClientConnection> serviceRequest) Constructors in oracle.stellent.ridc.protocol.jaxws with parameters of type ServiceRequestModifierConstructorDescriptionJaxWSProtocol
(JaxWSClient client, ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config) Constructor -
Uses of ServiceRequest in oracle.stellent.ridc.protocol.jaxws.stack
Methods in oracle.stellent.ridc.protocol.jaxws.stack that return ServiceRequestConstructors in oracle.stellent.ridc.protocol.jaxws.stack with parameters of type ServiceRequestModifierConstructorDescriptionJaxWSServiceStack
(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol) -
Uses of ServiceRequest in oracle.stellent.ridc.protocol.jaxws.stack.jrf
Constructors in oracle.stellent.ridc.protocol.jaxws.stack.jrf with parameters of type ServiceRequestModifierConstructorDescriptionJaxWSbkServiceStack
(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol) JaxWSjrfServiceStack
(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol) -
Uses of ServiceRequest in oracle.stellent.ridc.protocol.jaxws.stack.wls
Constructors in oracle.stellent.ridc.protocol.jaxws.stack.wls with parameters of type ServiceRequestModifierConstructorDescriptionJaxWSwlsServiceStack
(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config, JaxWSProtocol protocol)