Skip navigation links
A B C D E F G H I L M N O P Q R S T U V X 

A

accept(String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http accepted content type for response.
action - Variable in class com.consol.citrus.http.model.FormData
 
add(Control) - Method in class com.consol.citrus.http.model.FormData.Controls
 
addControl(Control) - Method in class com.consol.citrus.http.model.FormData
Adds new form control.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.consol.citrus.http.interceptor.DelegatingHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.consol.citrus.http.interceptor.MappedInterceptorAdapter
 
afterPropertiesSet() - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
afterPropertiesSet() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Initialize member variables if not set by user in application context.
autoDecode - Variable in class com.consol.citrus.http.validation.FormUrlEncodedMessageValidator
Should form name value pairs be decoded by default
autoStart(boolean) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the autoStart property.

B

BasicAuthClientHttpRequestFactory - Class in com.consol.citrus.http.client
Factory bean constructing a client request factory with user credentials for basic authentication.
BasicAuthClientHttpRequestFactory() - Constructor for class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
 
BasicAuthConstraint - Class in com.consol.citrus.http.security
Convenient constraint instantiation for basic authentication and multiple user roles.
BasicAuthConstraint(String[]) - Constructor for class com.consol.citrus.http.security.BasicAuthConstraint
Default constructor using fields.

C

CachingHttpServletRequestWrapper - Class in com.consol.citrus.http.servlet
Caching wrapper saves request body data to cache when read.
CachingHttpServletRequestWrapper(HttpServletRequest) - Constructor for class com.consol.citrus.http.servlet.CachingHttpServletRequestWrapper
Default constructor using initial servlet request.
charset(String) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the default charset.
CitrusDispatcherServlet - Class in com.consol.citrus.http.servlet
Citrus dispatcher servlet extends Spring's message dispatcher servlet and just adds optional configuration settings for default mapping strategies and so on.
CitrusDispatcherServlet(HttpServer) - Constructor for class com.consol.citrus.http.servlet.CitrusDispatcherServlet
Default constructor using http server instance that holds this servlet.
CitrusHttpConfigNamespaceHandler - Class in com.consol.citrus.http.config.handler
Namespace handler implementation for components in Citrus http namespace.
CitrusHttpConfigNamespaceHandler() - Constructor for class com.consol.citrus.http.config.handler.CitrusHttpConfigNamespaceHandler
 
CitrusHttpTestcaseNamespaceHandler - Class in com.consol.citrus.http.config.handler
 
CitrusHttpTestcaseNamespaceHandler() - Constructor for class com.consol.citrus.http.config.handler.CitrusHttpTestcaseNamespaceHandler
 
com.consol.citrus.http.client - package com.consol.citrus.http.client
 
com.consol.citrus.http.config.annotation - package com.consol.citrus.http.config.annotation
 
com.consol.citrus.http.config.handler - package com.consol.citrus.http.config.handler
 
com.consol.citrus.http.config.xml - package com.consol.citrus.http.config.xml
 
com.consol.citrus.http.controller - package com.consol.citrus.http.controller
 
com.consol.citrus.http.interceptor - package com.consol.citrus.http.interceptor
 
com.consol.citrus.http.message - package com.consol.citrus.http.message
 
com.consol.citrus.http.model - package com.consol.citrus.http.model
 
com.consol.citrus.http.security - package com.consol.citrus.http.security
 
com.consol.citrus.http.server - package com.consol.citrus.http.server
 
com.consol.citrus.http.servlet - package com.consol.citrus.http.servlet
 
com.consol.citrus.http.validation - package com.consol.citrus.http.validation
 
configureHandlerInterceptor(ApplicationContext) - Method in class com.consol.citrus.http.servlet.CitrusDispatcherServlet
Post process handler interceptors.
configureMessageController(ApplicationContext) - Method in class com.consol.citrus.http.servlet.CitrusDispatcherServlet
Post process message controller.
connector(Connector) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the connector.
connectors(List<Connector>) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the connectors.
contentType(String) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the content type.
contentType(String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http request content type.
contentType - Variable in class com.consol.citrus.http.model.FormData
 
contextConfigLocation(String) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the context config location.
contextPath(String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http request context path.
contextPath(String) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the context path.
Control - Class in com.consol.citrus.http.model
 
Control() - Constructor for class com.consol.citrus.http.model.Control
 
controls - Variable in class com.consol.citrus.http.model.FormData
 
Controls() - Constructor for class com.consol.citrus.http.model.FormData.Controls
 
controls - Variable in class com.consol.citrus.http.model.FormData.Controls
 
convertInbound(HttpEntity, HttpEndpointConfiguration, TestContext) - Method in class com.consol.citrus.http.message.HttpMessageConverter
 
convertOutbound(Message, HttpEndpointConfiguration, TestContext) - Method in class com.consol.citrus.http.message.HttpMessageConverter
 
convertOutbound(HttpEntity, Message, HttpEndpointConfiguration, TestContext) - Method in class com.consol.citrus.http.message.HttpMessageConverter
 
correlator(MessageCorrelator) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the message correlator.
createConsumer() - Method in class com.consol.citrus.http.client.HttpClient
Creates a message consumer for this endpoint.
createControl() - Method in class com.consol.citrus.http.model.ObjectFactory
Create an instance of Control
createEndpoint(String, Map<String, String>, TestContext) - Method in class com.consol.citrus.http.client.HttpEndpointComponent
 
createFormData() - Method in class com.consol.citrus.http.model.ObjectFactory
Create an instance of FormData
createProducer() - Method in class com.consol.citrus.http.client.HttpClient
Creates a message producer for this endpoint for sending messages to this endpoint.

D

defaultAcceptHeader(boolean) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the default accept header.
DelegatingHandlerInterceptor - Class in com.consol.citrus.http.interceptor
Interceptor implementation delegates to list of other handler interceptors.
DelegatingHandlerInterceptor() - Constructor for class com.consol.citrus.http.interceptor.DelegatingHandlerInterceptor
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.consol.citrus.http.servlet.GzipServletFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.consol.citrus.http.servlet.RequestCachingServletFilter
 

E

endpointAdapter(EndpointAdapter) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the endpoint adapter.
endpointResolver(EndpointUriResolver) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the endpoint uri resolver.
errorHandlingStrategy(ErrorHandlingStrategy) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the error handling strategy.

F

filterMappings(Map<String, String>) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the filterMappings.
filters(Map<String, Filter>) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the filters.
finish() - Method in class com.consol.citrus.http.servlet.GzipHttpServletResponseWrapper
Finish response stream by closing.
flushBuffer() - Method in class com.consol.citrus.http.servlet.GzipHttpServletResponseWrapper
 
FormData - Class in com.consol.citrus.http.model
 
FormData() - Constructor for class com.consol.citrus.http.model.FormData
 
FormData.Controls - Class in com.consol.citrus.http.model
 
FormMarshaller - Class in com.consol.citrus.http.model
 
FormMarshaller() - Constructor for class com.consol.citrus.http.model.FormMarshaller
 
FormUrlEncodedMessageValidator - Class in com.consol.citrus.http.validation
Validates x-www-form-urlencoded HTML form data content by marshalling form fields to Xml representation.
FormUrlEncodedMessageValidator() - Constructor for class com.consol.citrus.http.validation.FormUrlEncodedMessageValidator
 

G

getAction() - Method in class com.consol.citrus.http.model.FormData
Gets the action.
getAuthenticator() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the authenticator.
getCharset() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the charset.
getClientInterceptors() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the list of endpoint clientInterceptors.
getConnector() - Method in class com.consol.citrus.http.server.HttpServer
Gets the connector.
getConnectors() - Method in class com.consol.citrus.http.server.HttpServer
Gets the connectors.
getConstraints() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the constraints.
getContentType() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the contentType.
getContentType() - Method in class com.consol.citrus.http.model.FormData
Gets the content type.
getContextConfigLocation() - Method in class com.consol.citrus.http.server.HttpServer
Gets the contextConfigLocation.
getContextPath() - Method in class com.consol.citrus.http.message.HttpMessage
Gets the Http request context path.
getContextPath() - Method in class com.consol.citrus.http.server.HttpServer
Gets the contextPath.
getControls() - Method in class com.consol.citrus.http.model.FormData.Controls
 
getControls() - Method in class com.consol.citrus.http.model.FormData
Gets the controls.
getCorrelator() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the correlator.
getDispatherServlet() - Method in class com.consol.citrus.http.server.HttpServer
Gets the Citrus dispatcher servlet.
getEndpoint() - Method in class com.consol.citrus.http.client.HttpClientBuilder
 
getEndpoint() - Method in class com.consol.citrus.http.server.HttpServerBuilder
 
getEndpointAdapter() - Method in class com.consol.citrus.http.controller.HttpMessageController
Gets the endpoint adapter.
getEndpointClass() - Method in class com.consol.citrus.http.config.xml.HttpClientParser
 
getEndpointConfiguration() - Method in class com.consol.citrus.http.client.HttpClient
 
getEndpointConfiguration() - Method in class com.consol.citrus.http.controller.HttpMessageController
Gets the endpoint configuration.
getEndpointConfigurationClass() - Method in class com.consol.citrus.http.config.xml.HttpClientParser
 
getEndpointUriResolver() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the endpointUriResolver.
getErrorHandlingStrategy() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the errorHandlingStrategy.
getFilterMappings() - Method in class com.consol.citrus.http.server.HttpServer
Gets the value of the filterMappings property.
getFilters() - Method in class com.consol.citrus.http.server.HttpServer
Gets the value of the filters property.
getHeaderMapper() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the headerMapper.
getInputStream() - Method in class com.consol.citrus.http.servlet.CachingHttpServletRequestWrapper
 
getInterceptors() - Method in class com.consol.citrus.http.interceptor.DelegatingHandlerInterceptor
Gets the interceptor list.
getLoginService() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the loginService.
getMessageConverter() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the message converter.
getMessageConverter() - Method in class com.consol.citrus.http.server.HttpServer
Gets the message converter.
getName() - Method in class com.consol.citrus.http.model.Control
Gets the value of the name property.
getName() - Method in class com.consol.citrus.http.security.User
Gets the name.
getObject() - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Construct the client factory bean with user credentials.
getObject() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Construct new security handler for basic authentication.
getObjectType() - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Get the object type.
getObjectType() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
getOutputStream() - Method in class com.consol.citrus.http.servlet.GzipHttpServletResponseWrapper
 
getParameterMap() - Method in class com.consol.citrus.http.servlet.CachingHttpServletRequestWrapper
 
getPassword() - Method in class com.consol.citrus.http.security.User
Gets the password.
getPath() - Method in class com.consol.citrus.http.message.HttpMessage
Gets the request path after the context path.
getPort() - Method in class com.consol.citrus.http.server.HttpServer
Gets the port.
getQueryParams() - Method in class com.consol.citrus.http.message.HttpMessage
Gets the Http request query params.
getRealm() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the realm.
getReasonPhrase() - Method in class com.consol.citrus.http.message.HttpMessage
Gets the Http response reason phrase.
getRequestFactory() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the client request factory.
getRequestMethod() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the requestMethod.
getRequestMethod() - Method in class com.consol.citrus.http.message.HttpMessage
Gets the Http request method.
getRequestUrl() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Get the complete request URL.
getResourceBase() - Method in class com.consol.citrus.http.server.HttpServer
Gets the resourceBase.
getResponseCache() - Method in class com.consol.citrus.http.controller.HttpMessageController
Gets the responseCache.
getRestTemplate() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the restTemplate.
getRoles() - Method in class com.consol.citrus.http.security.User
Gets the roles.
getScheme() - Method in class com.consol.citrus.http.client.HttpEndpointComponent
Gets http uri scheme.
getScheme() - Method in class com.consol.citrus.http.client.HttpsEndpointComponent
 
getSecurityHandler() - Method in class com.consol.citrus.http.server.HttpServer
Gets the securityHandler.
getServerClass() - Method in class com.consol.citrus.http.config.xml.HttpServerParser
 
getServletHandler() - Method in class com.consol.citrus.http.server.HttpServer
Gets the servletHandler.
getServletMappingPath() - Method in class com.consol.citrus.http.server.HttpServer
Gets the servletMappingPath.
getServletName() - Method in class com.consol.citrus.http.server.HttpServer
Gets the customized servlet name or default name if not set.
getStatusCode() - Method in class com.consol.citrus.http.message.HttpMessage
Gets the Http response status code.
getUri() - Method in class com.consol.citrus.http.message.HttpMessage
Gets the Http request request uri.
getUsers() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Gets the users.
getValue() - Method in class com.consol.citrus.http.model.Control
Gets the value of the value property.
getVersion() - Method in class com.consol.citrus.http.message.HttpMessage
Gets the Http version.
getWriter() - Method in class com.consol.citrus.http.servlet.GzipHttpServletResponseWrapper
 
GzipHttpServletResponseWrapper - Class in com.consol.citrus.http.servlet
Response wrapper wraps response output stream with gzip output stream.
GzipHttpServletResponseWrapper(HttpServletResponse) - Constructor for class com.consol.citrus.http.servlet.GzipHttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
GzipServletFilter - Class in com.consol.citrus.http.servlet
Filter watches for gzip accept header and add gzip compression on response body when applicable.
GzipServletFilter() - Constructor for class com.consol.citrus.http.servlet.GzipServletFilter
 

H

handleDeleteRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handleGetRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handleHeadRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handleOptionsRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handlePatchRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handlePostRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
handlePutRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
HANDLER_INTERCEPTOR_BEAN_NAME - Static variable in class com.consol.citrus.http.servlet.CitrusDispatcherServlet
 
handleRequest(String) - Method in class com.consol.citrus.http.interceptor.LoggingClientInterceptor
Handles request messages for logging.
handleRequest(String) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
Handle request message and write request to logger.
handleResponse(String) - Method in class com.consol.citrus.http.interceptor.LoggingClientInterceptor
Handles response messages for logging.
handleResponse(String) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
Handle response message and write content to logger.
handleTraceRequest(HttpEntity<String>) - Method in class com.consol.citrus.http.controller.HttpMessageController
 
header(String, Object) - Method in class com.consol.citrus.http.message.HttpMessage
Sets new header name value pair.
headerMapper(DefaultHttpHeaderMapper) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the header mapper.
HTTP_ACCEPT - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
Http accept
HTTP_CONTENT_TYPE - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
Http content type
HTTP_CONTEXT_PATH - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
 
HTTP_PREFIX - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
Special header prefix for http transport headers in SOAP message sender
HTTP_QUERY_PARAMS - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
 
HTTP_REASON_PHRASE - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
 
HTTP_REQUEST_METHOD - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
 
HTTP_REQUEST_URI - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
 
HTTP_STATUS_CODE - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
 
HTTP_VERSION - Static variable in class com.consol.citrus.http.message.HttpMessageHeaders
 
HttpClient - Class in com.consol.citrus.http.client
Http client sends messages via Http protocol to some Http server instance, defined by a request endpoint url.
HttpClient() - Constructor for class com.consol.citrus.http.client.HttpClient
Default constructor initializing endpoint configuration.
HttpClient(HttpEndpointConfiguration) - Constructor for class com.consol.citrus.http.client.HttpClient
Default constructor using endpoint configuration.
HttpClientBuilder - Class in com.consol.citrus.http.client
 
HttpClientBuilder() - Constructor for class com.consol.citrus.http.client.HttpClientBuilder
 
HttpClientConfig - Annotation Type in com.consol.citrus.http.config.annotation
 
HttpClientConfigParser - Class in com.consol.citrus.http.config.annotation
 
HttpClientConfigParser(ReferenceResolver) - Constructor for class com.consol.citrus.http.config.annotation.HttpClientConfigParser
Constructor matching super.
HttpClientParser - Class in com.consol.citrus.http.config.xml
Http client parser sets properties on bean definition for client component.
HttpClientParser() - Constructor for class com.consol.citrus.http.config.xml.HttpClientParser
 
HttpEndpointComponent - Class in com.consol.citrus.http.client
Component creates proper HTTP client endpoint from endpoint uri resource and parameters.
HttpEndpointComponent() - Constructor for class com.consol.citrus.http.client.HttpEndpointComponent
 
HttpEndpointConfiguration - Class in com.consol.citrus.http.client
 
HttpEndpointConfiguration() - Constructor for class com.consol.citrus.http.client.HttpEndpointConfiguration
 
HttpMessage - Class in com.consol.citrus.http.message
 
HttpMessage() - Constructor for class com.consol.citrus.http.message.HttpMessage
Empty constructor initializing with empty message payload.
HttpMessage(Message) - Constructor for class com.consol.citrus.http.message.HttpMessage
Constructs copy of given message.
HttpMessage(Object) - Constructor for class com.consol.citrus.http.message.HttpMessage
Default message using message payload.
HttpMessage(Object, Map<String, Object>) - Constructor for class com.consol.citrus.http.message.HttpMessage
Default message using message payload and headers.
HttpMessageController - Class in com.consol.citrus.http.controller
Message controller implementation handling all incoming requests by forwarding to a message handler for further processing.
HttpMessageController() - Constructor for class com.consol.citrus.http.controller.HttpMessageController
 
HttpMessageConverter - Class in com.consol.citrus.http.message
Message converter implementation able to convert HTTP request and response entities to internal message representation and other way round.
HttpMessageConverter() - Constructor for class com.consol.citrus.http.message.HttpMessageConverter
 
HttpMessageHeaders - Class in com.consol.citrus.http.message
 
HttpReceiveRequestActionParser - Class in com.consol.citrus.http.config.xml
 
HttpReceiveRequestActionParser() - Constructor for class com.consol.citrus.http.config.xml.HttpReceiveRequestActionParser
 
HttpReceiveResponseActionParser - Class in com.consol.citrus.http.config.xml
 
HttpReceiveResponseActionParser() - Constructor for class com.consol.citrus.http.config.xml.HttpReceiveResponseActionParser
 
HttpsEndpointComponent - Class in com.consol.citrus.http.client
Component creates proper HTTP client endpoint from endpoint uri resource and parameters.
HttpsEndpointComponent() - Constructor for class com.consol.citrus.http.client.HttpsEndpointComponent
 
HttpSendRequestActionParser - Class in com.consol.citrus.http.config.xml
 
HttpSendRequestActionParser() - Constructor for class com.consol.citrus.http.config.xml.HttpSendRequestActionParser
 
HttpSendResponseActionParser - Class in com.consol.citrus.http.config.xml
 
HttpSendResponseActionParser() - Constructor for class com.consol.citrus.http.config.xml.HttpSendResponseActionParser
 
HttpServer - Class in com.consol.citrus.http.server
Simple Http server implementation starting an embedded Jetty server instance with Spring Application context support.
HttpServer() - Constructor for class com.consol.citrus.http.server.HttpServer
 
HttpServerBuilder - Class in com.consol.citrus.http.server
 
HttpServerBuilder() - Constructor for class com.consol.citrus.http.server.HttpServerBuilder
 
HttpServerConfig - Annotation Type in com.consol.citrus.http.config.annotation
 
HttpServerConfigParser - Class in com.consol.citrus.http.config.annotation
 
HttpServerConfigParser(ReferenceResolver) - Constructor for class com.consol.citrus.http.config.annotation.HttpServerConfigParser
Constructor matching super.
HttpServerParser - Class in com.consol.citrus.http.config.xml
Parser for Http server implementation in Citrus http namespace.
HttpServerParser() - Constructor for class com.consol.citrus.http.config.xml.HttpServerParser
 

I

init() - Method in class com.consol.citrus.http.config.handler.CitrusHttpConfigNamespaceHandler
 
init() - Method in class com.consol.citrus.http.config.handler.CitrusHttpTestcaseNamespaceHandler
 
initStrategies(ApplicationContext) - Method in class com.consol.citrus.http.servlet.CitrusDispatcherServlet
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class com.consol.citrus.http.interceptor.LoggingClientInterceptor
 
interceptor(ClientHttpRequestInterceptor) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets a client single interceptor.
interceptors(List<ClientHttpRequestInterceptor>) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the client interceptors.
interceptors(List<HandlerInterceptor>) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the interceptors.
isDefaultAcceptHeader() - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Gets the value of the defaultAcceptHeader property.
isSingleton() - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Is singleton bean?
isSingleton() - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
isUseRootContextAsParent() - Method in class com.consol.citrus.http.server.HttpServer
Gets the useRootContextAsParent.

L

LOGGING_INTERCEPTOR_BEAN_NAME - Static variable in class com.consol.citrus.http.servlet.CitrusDispatcherServlet
Default bean names used in default configuration
LoggingClientInterceptor - Class in com.consol.citrus.http.interceptor
Simple logging interceptor writes Http request and response messages to the console.
LoggingClientInterceptor() - Constructor for class com.consol.citrus.http.interceptor.LoggingClientInterceptor
 
LoggingHandlerInterceptor - Class in com.consol.citrus.http.interceptor
Logging interceptor called by Spring MVC for each controller handling a RESTful Http request as a server.
LoggingHandlerInterceptor() - Constructor for class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
 

M

MappedInterceptorAdapter - Class in com.consol.citrus.http.interceptor
Adapter for MappedInterceptor conditionally applies interceptor based on request url and path matcher.
MappedInterceptorAdapter(MappedInterceptor, UrlPathHelper, PathMatcher) - Constructor for class com.consol.citrus.http.interceptor.MappedInterceptorAdapter
Default constructor using mapped interceptor, url path helper as well as path matcher instance.
MESSAGE_CONTROLLER_BEAN_NAME - Static variable in class com.consol.citrus.http.servlet.CitrusDispatcherServlet
 
MESSAGE_TYPE - Static variable in class com.consol.citrus.http.validation.FormUrlEncodedMessageValidator
Message type this validator is bound to
messageConverter(HttpMessageConverter) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the message converter.
messageConverter(HttpMessageConverter) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the message converter.
method(HttpMethod) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http request method.

N

name - Variable in class com.consol.citrus.http.model.Control
 

O

ObjectFactory - Class in com.consol.citrus.http.model
 
ObjectFactory() - Constructor for class com.consol.citrus.http.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.interhyp.citrus.form.model

P

parse(HttpClientConfig) - Method in class com.consol.citrus.http.config.annotation.HttpClientConfigParser
 
parse(HttpServerConfig) - Method in class com.consol.citrus.http.config.annotation.HttpServerConfigParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.http.config.xml.HttpReceiveRequestActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.http.config.xml.HttpReceiveResponseActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.http.config.xml.HttpSendRequestActionParser
 
parse(Element, ParserContext) - Method in class com.consol.citrus.http.config.xml.HttpSendResponseActionParser
 
parseEndpointConfiguration(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.http.config.xml.HttpClientParser
 
parseServer(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.http.config.xml.HttpServerParser
 
path(String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets request path that is dynamically added to base uri.
pollingInterval(int) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the polling interval.
port(int) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the port property.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class com.consol.citrus.http.interceptor.DelegatingHandlerInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class com.consol.citrus.http.interceptor.MappedInterceptorAdapter
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class com.consol.citrus.http.interceptor.DelegatingHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class com.consol.citrus.http.interceptor.LoggingHandlerInterceptor
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class com.consol.citrus.http.interceptor.MappedInterceptorAdapter
 

Q

queryParam(String, String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets a new Http request query param.
queryParams(String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http request query params.

R

reasonPhrase(String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http response reason phrase.
receive(TestContext) - Method in class com.consol.citrus.http.client.HttpClient
 
receive(String, TestContext) - Method in class com.consol.citrus.http.client.HttpClient
 
receive(TestContext, long) - Method in class com.consol.citrus.http.client.HttpClient
 
receive(String, TestContext, long) - Method in class com.consol.citrus.http.client.HttpClient
 
RequestCachingServletFilter - Class in com.consol.citrus.http.servlet
Servlet filter introduces a caching mechanism for request message data.
RequestCachingServletFilter() - Constructor for class com.consol.citrus.http.servlet.RequestCachingServletFilter
 
requestFactory(ClientHttpRequestFactory) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the request factory.
requestMethod(HttpMethod) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the request method.
requestUrl(String) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the requestUrl property.
resourceBase(String) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the resource base.
restTemplate(RestTemplate) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the rest template.
rootParentContext(boolean) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Enables/disables the root parent context.

S

securityHandler(SecurityHandler) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the security handler.
SecurityHandlerFactory - Class in com.consol.citrus.http.security
Factory bean constructs a security handler for usage in Jetty servlet container.
SecurityHandlerFactory() - Constructor for class com.consol.citrus.http.security.SecurityHandlerFactory
 
send(Message, TestContext) - Method in class com.consol.citrus.http.client.HttpClient
 
servletHandler(ServletHandler) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the servlet handler.
servletMappingPath(String) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the servlet mapping path.
servletName(String) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the servlet name.
setAction(String) - Method in class com.consol.citrus.http.model.FormData
Sets the action.
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.http.server.HttpServer
setAuthenticator(Authenticator) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the authenticator.
setAuthScope(AuthScope) - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Sets the authScope.
setCharset(String) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the charset.
setClientInterceptors(List<ClientHttpRequestInterceptor>) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the clientInterceptors on this implementation's rest template.
setConnector(Connector) - Method in class com.consol.citrus.http.server.HttpServer
Sets the connector.
setConnectors(Connector[]) - Method in class com.consol.citrus.http.server.HttpServer
Sets the connectors.
setConstraints(Map<String, Constraint>) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the constraints.
setContentLength(int) - Method in class com.consol.citrus.http.servlet.GzipHttpServletResponseWrapper
 
setContentType(String) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the contentType.
setContentType(String) - Method in class com.consol.citrus.http.model.FormData
Sets the content type.
setContextConfigLocation(String) - Method in class com.consol.citrus.http.server.HttpServer
Sets the contextConfigLocation.
setContextPath(String) - Method in class com.consol.citrus.http.server.HttpServer
Sets the contextPath.
setControls(FormData.Controls) - Method in class com.consol.citrus.http.model.FormData
Sets the controls.
setCorrelationManager(CorrelationManager<Message>) - Method in class com.consol.citrus.http.client.HttpClient
Sets the correlation manager.
setCorrelator(MessageCorrelator) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Set the reply message correlator.
setCredentials(Credentials) - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Sets the credentials.
setDefaultAcceptHeader(boolean) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the defaultAcceptHeader property.
setEndpointAdapter(EndpointAdapter) - Method in class com.consol.citrus.http.controller.HttpMessageController
Sets the endpointAdapter.
setEndpointConfiguration(HttpEndpointConfiguration) - Method in class com.consol.citrus.http.controller.HttpMessageController
Sets the endpoint configuration.
setEndpointUriResolver(EndpointUriResolver) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the endpoint uri resolver.
setErrorHandlingStrategy(ErrorHandlingStrategy) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the errorHandlingStrategy.
setFilterMappings(Map<String, String>) - Method in class com.consol.citrus.http.server.HttpServer
Sets the filterMappings property.
setFilters(Map<String, Filter>) - Method in class com.consol.citrus.http.server.HttpServer
Sets the filters property.
setHeader(String, Object) - Method in class com.consol.citrus.http.message.HttpMessage
 
setHeaderMapper(HeaderMapper<HttpHeaders>) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the headerMapper.
setHttpClient(HttpClient) - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Sets the httpClient.
setInterceptors(List<HandlerInterceptor>) - Method in class com.consol.citrus.http.interceptor.DelegatingHandlerInterceptor
Sets the interceptor list.
setLoginService(LoginService) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the loginService.
setMessageConverter(HttpMessageConverter) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the message converter.
setMessageConverter(HttpMessageConverter) - Method in class com.consol.citrus.http.server.HttpServer
Sets the message converter.
setMessageListener(MessageListeners) - Method in class com.consol.citrus.http.interceptor.LoggingClientInterceptor
Sets the message listener.
setName(String) - Method in class com.consol.citrus.http.model.Control
Sets the value of the name property.
setName(String) - Method in class com.consol.citrus.http.security.User
Sets the name.
setParams(Map<String, Object>) - Method in class com.consol.citrus.http.client.BasicAuthClientHttpRequestFactory
Sets the params.
setPassword(String) - Method in class com.consol.citrus.http.security.User
Sets the password.
setPort(int) - Method in class com.consol.citrus.http.server.HttpServer
Sets the port.
setRealm(String) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the realm.
setRequestFactory(ClientHttpRequestFactory) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the client request factory.
setRequestMethod(HttpMethod) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the requestMethod.
setRequestUrl(String) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Set the complete request URL.
setResourceBase(String) - Method in class com.consol.citrus.http.server.HttpServer
Sets the resourceBase.
setRestTemplate(RestTemplate) - Method in class com.consol.citrus.http.client.HttpEndpointConfiguration
Sets the restTemplate.
setRoles(String[]) - Method in class com.consol.citrus.http.security.User
Sets the roles.
setSecurityHandler(SecurityHandler) - Method in class com.consol.citrus.http.server.HttpServer
Sets the securityHandler.
setServletHandler(ServletHandler) - Method in class com.consol.citrus.http.server.HttpServer
Sets the servletHandler.
setServletMappingPath(String) - Method in class com.consol.citrus.http.server.HttpServer
Sets the servletMappingPath.
setServletName(String) - Method in class com.consol.citrus.http.server.HttpServer
Sets the servletName.
setUseRootContextAsParent(boolean) - Method in class com.consol.citrus.http.server.HttpServer
Sets the useRootContextAsParent.
setUsers(List<User>) - Method in class com.consol.citrus.http.security.SecurityHandlerFactory
Sets the users.
setValue(String) - Method in class com.consol.citrus.http.model.Control
Sets the value of the value property.
shutdown() - Method in class com.consol.citrus.http.server.HttpServer
 
startup() - Method in class com.consol.citrus.http.server.HttpServer
 
status(HttpStatus) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http response status code.
statusCode(Integer) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http response status code.
supportsMessageType(String, Message) - Method in class com.consol.citrus.http.validation.FormUrlEncodedMessageValidator
 

T

timeout(long) - Method in class com.consol.citrus.http.client.HttpClientBuilder
Sets the default timeout.
timeout(long) - Method in class com.consol.citrus.http.server.HttpServerBuilder
Sets the default timeout.

U

uri(String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http request request uri.
User - Class in com.consol.citrus.http.security
User model object for easy instantiation in Spring application context.
User() - Constructor for class com.consol.citrus.http.security.User
Default constructor.
User(String, String, String[]) - Constructor for class com.consol.citrus.http.security.User
Default constructor using fields.

V

validateMessagePayload(Message, Message, ValidationContext, TestContext) - Method in class com.consol.citrus.http.validation.FormUrlEncodedMessageValidator
 
value - Variable in class com.consol.citrus.http.model.Control
 
version(String) - Method in class com.consol.citrus.http.message.HttpMessage
Sets the Http version.

X

xmlMessageValidator - Variable in class com.consol.citrus.http.validation.FormUrlEncodedMessageValidator
Xml message validator delegate
A B C D E F G H I L M N O P Q R S T U V X 
Skip navigation links

Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.