Package | Description |
---|---|
com.intuit.ipp.interceptors | |
com.intuit.ipp.services |
Modifier and Type | Method and Description |
---|---|
void |
SerializeInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
PrepareRequestInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
IntuitBatchInterceptorProvider.execute(IntuitMessage intuitMessage)
Method does nothing.
|
void |
Interceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
HTTPURLConnectionInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
HTTPClientConnectionInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
HTTPBatchClientConnectionInterceptor.execute(IntuitMessage intuitMessage)
This methods exists mostly for compatibility with interface
Method to handle corresponding interceptor's implementation}
|
void |
HandleResponseInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
DeserializeInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
DecompressionInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
CompressionInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
CallbackHandlerInterceptor.execute(IntuitMessage intuitMessage)
Method to handle corresponding interceptor's implementation
|
void |
IntuitInterceptorProvider.executeAsyncInterceptors(IntuitMessage intuitMessage)
Method to execute interceptors in case of Async operations.
|
void |
PlatformInterceptorProvider.executeInterceptors(IntuitMessage intuitMessage)
Method to execute the interceptors (request and response) which are added
|
void |
IntuitInterceptorProvider.executeInterceptors(IntuitMessage intuitMessage)
Method to execute the interceptors (request and response) which are added
|
protected void |
IntuitInterceptorProvider.executeRequestInterceptors(IntuitMessage intuitMessage)
Method to execute only request interceptors which are added to requestInterceptors list
|
protected void |
IntuitInterceptorProvider.executeResponseInterceptors(IntuitMessage intuitMessage)
Method to execute only response interceptors which are added to the responseInterceptors list
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPBatchClientConnectionInterceptor.execute(List<IntuitMessage> intuitMessages)
Major executor.
|
void |
IntuitBatchInterceptorProvider.executeInterceptors(List<IntuitMessage> intuitMessages)
Method executes original interceptors in specific sequence.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataService.executeAsyncInterceptors(IntuitMessage intuitMessage)
Invokes async interceptors, which creates thread and perform networking
|
protected void |
DataService.executeInterceptors(IntuitMessage intuitMessage)
Invokes interceptors, which perform networking operations (serialization, compression, connection etc)
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataService.executeInterceptors(List<IntuitMessage> intuitMessages)
Invokes interceptors, which perform networking operations (serialization, compression, connection etc)
|
Copyright © 2017. All rights reserved.