Modifier and Type | Method and Description |
---|---|
protected ServiceRequest<TConnection> |
IdcClient.createRequest(IdcContext userContext,
DataBinder dataBinder,
TConnection connection,
IdcRequestConfig requestConfig)
Create the service request object
|
Modifier and Type | Method and Description |
---|---|
protected abstract TProtocol |
IdcClient.createProtocol(ServiceRequest<TConnection> serviceRequest)
Create the protocol to handle the request
|
protected ServiceResponse |
IdcClient.createResponse(ServiceRequest<TConnection> request,
Protocol protocol,
ServiceResponse response)
Analyze the response from the protocol and return
|
Constructor and Description |
---|
ServiceLog(TConfig clientConfig,
ServiceRequest serviceRequest,
DataBinder requestBinder)
Create service log.
|
Modifier and Type | Method and Description |
---|---|
ServiceRequest<IdcHttpClientConnection> |
IdcHttpProtocol.getServiceRequest() |
Modifier and Type | Method and Description |
---|---|
protected IdcHttpProtocol |
IdcHttpClient.createProtocol(ServiceRequest<IdcHttpClientConnection> connection)
Create the protocol to handle the request
|
Constructor and Description |
---|
IdcHttpProtocol(IdcHttpClient client,
ServiceRequest<IdcHttpClientConnection> serviceRequest) |
Modifier and Type | Method and Description |
---|---|
ServiceRequest<TConnection> |
HdaProtocol.getServiceRequest() |
Modifier and Type | Method and Description |
---|---|
protected IntradocProtocol |
IntradocClient.createProtocol(ServiceRequest<SocketConnection> serviceRequest)
Create the protocol to handle the request
|
Constructor and Description |
---|
HdaProtocol(IdcClient client,
DataFactory dataFactory,
ServiceRequest<TConnection> serviceRequest)
Constructor
|
IntradocProtocol(IdcClient idcClient,
DataFactory dataFactory,
ServiceRequest<SocketConnection> serviceRequest) |
Modifier and Type | Method and Description |
---|---|
protected JaxWSProtocol |
JaxWSClient.createProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest) |
Constructor and Description |
---|
JaxWSProtocol(JaxWSClient client,
ServiceRequest<JaxWSClientConnection> serviceRequest,
DataFactory dataFactory,
JaxWSClientConfig config)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ServiceRequest<JaxWSClientConnection> |
JaxWSServiceStack.getServiceRequest() |
Constructor and Description |
---|
JaxWSServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest,
DataFactory dataFactory,
JaxWSClientConfig config,
JaxWSProtocol protocol) |
Constructor and Description |
---|
JaxWSbkServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest,
DataFactory dataFactory,
JaxWSClientConfig config,
JaxWSProtocol protocol) |
JaxWSjrfServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest,
DataFactory dataFactory,
JaxWSClientConfig config,
JaxWSProtocol protocol) |
Constructor and Description |
---|
JaxWSwlsServiceStack(ServiceRequest<JaxWSClientConnection> serviceRequest,
DataFactory dataFactory,
JaxWSClientConfig config,
JaxWSProtocol protocol) |