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

A

AbstractFaultDetailValidator - Class in com.consol.citrus.ws.validation
Abstract implementation of SoapFaultValidator converting soap fault detail objects to simple String content for further validation.
AbstractFaultDetailValidator() - Constructor for class com.consol.citrus.ws.validation.AbstractFaultDetailValidator
 
AbstractSoapAttachmentValidator - Class in com.consol.citrus.ws.validation
Abstract SOAP attachment validator tries to find attachment within received message and compares its attachment contentId, contentType and content body to a control attachment definition.
AbstractSoapAttachmentValidator() - Constructor for class com.consol.citrus.ws.validation.AbstractSoapAttachmentValidator
 
AbstractSoapFaultValidator - Class in com.consol.citrus.ws.validation
Abstract soap fault validation implementation offering basic faultCode and faultString validation.
AbstractSoapFaultValidator() - Constructor for class com.consol.citrus.ws.validation.AbstractSoapFaultValidator
 
addAttachment(SoapAttachment) - Method in class com.consol.citrus.ws.message.SoapMessage
Adds new attachment to this message.
addFaultDetail(String) - Method in class com.consol.citrus.ws.message.SoapFault
Adds a new fault detail in builder pattern style.
addHeaderData(String) - Method in class com.consol.citrus.ws.message.SoapMessage
 
addTestAction(TestAction) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
addValidationContext(XmlMessageValidationContext) - Method in class com.consol.citrus.ws.validation.SoapFaultDetailValidationContext
Adds new validation context to the list of contexts.
afterCompletion(MessageContext, Object, Exception) - Method in class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
 
afterCompletion(MessageContext, Exception) - Method in class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
 
afterCompletion(MessageContext, Object, Exception) - Method in class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
afterCompletion(MessageContext, Object, Exception) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
afterPropertiesSet() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Initialize member variables if not set by user in application context.
afterPropertiesSet() - Method in class com.consol.citrus.ws.validation.XmlSoapAttachmentValidator
 
afterPropertiesSet() - Method in class com.consol.citrus.ws.validation.XmlSoapFaultValidator
 
AssertSoapFault - Class in com.consol.citrus.ws.actions
Asserting SOAP fault exception in embedded test action.
AssertSoapFault() - Constructor for class com.consol.citrus.ws.actions.AssertSoapFault
Default constructor.
AssertSoapFaultParser - Class in com.consol.citrus.ws.config.xml
Parser for SOAP fault assert action.
AssertSoapFaultParser() - Constructor for class com.consol.citrus.ws.config.xml.AssertSoapFaultParser
 

B

BasicAuthConstraint - Class in com.consol.citrus.ws.security
Convenient constraint instantiation for basic authentication and multiple user roles.
BasicAuthConstraint(String[]) - Constructor for class com.consol.citrus.ws.security.BasicAuthConstraint
Default constructor using fields.
BinarySoapAttachmentValidator - Class in com.consol.citrus.ws.validation
Soap attachment validator performs binary content validation by comparing attachment content binary input streams.
BinarySoapAttachmentValidator() - Constructor for class com.consol.citrus.ws.validation.BinarySoapAttachmentValidator
 

C

CID_MARKER - Static variable in class com.consol.citrus.ws.actions.SendSoapMessageAction
Marker for inline mtom binary data
CitrusMessageDispatcherServlet - Class in com.consol.citrus.ws.servlet
Citrus message dispatcher servlet extends Spring's message dispatcher servlet and just adds optional configuration settings for default mapping strategies, interceptors and so on.
CitrusMessageDispatcherServlet(WebServiceServer) - Constructor for class com.consol.citrus.ws.servlet.CitrusMessageDispatcherServlet
Default constructor using http server instance that holds this servlet.
CitrusWsConfigNamespaceHandler - Class in com.consol.citrus.ws.config.handler
Namespace handler for configuration components in Citrus ws namespace.
CitrusWsConfigNamespaceHandler() - Constructor for class com.consol.citrus.ws.config.handler.CitrusWsConfigNamespaceHandler
 
CitrusWsTestcaseNamespaceHandler - Class in com.consol.citrus.ws.config.handler
Namespace handler for test action components in Citrus ws namespace.
CitrusWsTestcaseNamespaceHandler() - Constructor for class com.consol.citrus.ws.config.handler.CitrusWsTestcaseNamespaceHandler
 
com.consol.citrus.ws.actions - package com.consol.citrus.ws.actions
 
com.consol.citrus.ws.addressing - package com.consol.citrus.ws.addressing
 
com.consol.citrus.ws.client - package com.consol.citrus.ws.client
 
com.consol.citrus.ws.config.handler - package com.consol.citrus.ws.config.handler
 
com.consol.citrus.ws.config.xml - package com.consol.citrus.ws.config.xml
 
com.consol.citrus.ws.interceptor - package com.consol.citrus.ws.interceptor
 
com.consol.citrus.ws.message - package com.consol.citrus.ws.message
 
com.consol.citrus.ws.message.callback - package com.consol.citrus.ws.message.callback
 
com.consol.citrus.ws.message.converter - package com.consol.citrus.ws.message.converter
 
com.consol.citrus.ws.security - package com.consol.citrus.ws.security
 
com.consol.citrus.ws.server - package com.consol.citrus.ws.server
 
com.consol.citrus.ws.servlet - package com.consol.citrus.ws.servlet
 
com.consol.citrus.ws.validation - package com.consol.citrus.ws.validation
 
configureHandlerInterceptor(ApplicationContext) - Method in class com.consol.citrus.ws.servlet.CitrusMessageDispatcherServlet
Post process handler interceptors.
configureMessageEndpoint(ApplicationContext) - Method in class com.consol.citrus.ws.servlet.CitrusMessageDispatcherServlet
Post process endpoint.
convertInbound(WebServiceMessage, WebServiceEndpointConfiguration) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
 
convertInbound(WebServiceMessage, MessageContext, WebServiceEndpointConfiguration) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
 
convertInbound(WebServiceMessage, MessageContext, WebServiceEndpointConfiguration) - Method in interface com.consol.citrus.ws.message.converter.WebServiceMessageConverter
Conversion method for inbound messages.
convertOutbound(Message, WebServiceEndpointConfiguration) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
 
convertOutbound(WebServiceMessage, Message, WebServiceEndpointConfiguration) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
 
convertOutbound(WebServiceMessage, Message, WebServiceEndpointConfiguration) - Method in class com.consol.citrus.ws.message.converter.WsAddressingMessageConverter
 
createConsumer() - Method in class com.consol.citrus.ws.client.WebServiceClient
Creates a message consumer for this endpoint.
createEndpoint(String, Map<String, String>, TestContext) - Method in class com.consol.citrus.ws.client.WebServiceEndpointComponent
 
createMessage(TestContext, String) - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
 
createMessage(TestContext, String) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
 
createProducer() - Method in class com.consol.citrus.ws.client.WebServiceClient
Creates a message producer for this endpoint for sending messages to this endpoint.
createWebServiceTemplate() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Creates default web service template with settings in this configuration.

D

DelegatingEndpointInterceptor - Class in com.consol.citrus.ws.interceptor
Interceptor implementation delegates to list of other endpoint interceptors.
DelegatingEndpointInterceptor() - Constructor for class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
 
doExecute(TestContext) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
doWithMessage(WebServiceMessage) - Method in class com.consol.citrus.ws.message.callback.SoapRequestMessageCallback
Callback method called before request message is sent.
doWithMessage(WebServiceMessage) - Method in class com.consol.citrus.ws.message.callback.SoapResponseMessageCallback
Callback method called with actual web service response message.

E

ENCODING_BASE64_BINARY - Static variable in class com.consol.citrus.ws.message.SoapAttachment
 
ENCODING_HEX_BINARY - Static variable in class com.consol.citrus.ws.message.SoapAttachment
 

F

faultActor(String) - Method in class com.consol.citrus.ws.message.SoapFault
Sets the faultActor.
faultCode(String) - Method in class com.consol.citrus.ws.message.SoapFault
Sets the fault code.
faultDetails(List<String>) - Method in class com.consol.citrus.ws.message.SoapFault
Sets the faultDetails.
faultString(String) - Method in class com.consol.citrus.ws.message.SoapFault
Sets the fault string or reason.
findAttachment(SoapMessage, SoapAttachment) - Method in class com.consol.citrus.ws.validation.AbstractSoapAttachmentValidator
Finds attachment in list of soap attachments on incoming soap message.
from(Attachment) - Static method in class com.consol.citrus.ws.message.SoapAttachment
Static construction method from Spring mime attachment.
from(SoapFault) - Static method in class com.consol.citrus.ws.message.SoapFault
Builder method from Spring WS SOAP fault object.

G

getAction() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the action.
getAction() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the action.
getAddressingHeaders() - Method in class com.consol.citrus.ws.message.converter.WsAddressingMessageConverter
Gets the addressing headers.
getAttachments() - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Gets the control attachments.
getAttachments() - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Gets the attachments.
getAttachments() - Method in class com.consol.citrus.ws.message.SoapMessage
Gets the list of message attachments.
getAttachmentValidator() - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Gets the attachmentValidator.
getAuthenticator() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the authenticator.
getBeanDefinitionClass() - Method in class com.consol.citrus.ws.config.xml.SendSoapFaultActionParser
 
getBeanDefinitionClass() - Method in class com.consol.citrus.ws.config.xml.SendSoapMessageActionParser
 
getCharsetName() - Method in class com.consol.citrus.ws.message.SoapAttachment
Get the charset name.
getConnector() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the connector.
getConnectors() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the connectors.
getConstraints() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the constraints.
getContent() - Method in class com.consol.citrus.ws.message.SoapAttachment
Get the content body.
getContentId() - Method in class com.consol.citrus.ws.message.SoapAttachment
 
getContentResourcePath() - Method in class com.consol.citrus.ws.message.SoapAttachment
Get the content file resource path.
getContentType() - Method in class com.consol.citrus.ws.message.SoapAttachment
 
getContextConfigLocation() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the contextConfigLocation.
getContextPath() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the contextPath.
getCorrelator() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the correlator.
getDataHandler() - Method in class com.consol.citrus.ws.message.SoapAttachment
 
getDefaultNamespaceUri() - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
Gets the default header namespace uri.
getDefaultPrefix() - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
Gets the default header prefix.
getDefaultUri() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the default uri from web service template.
getEncodingType() - Method in class com.consol.citrus.ws.message.SoapAttachment
Gets the attachment encoding type.
getEndpointAdapter() - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
Gets the endpoint adapter.
getEndpointClass() - Method in class com.consol.citrus.ws.config.xml.WebServiceClientParser
 
getEndpointConfiguration() - Method in class com.consol.citrus.ws.client.WebServiceClient
 
getEndpointConfiguration() - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
Gets the endpoint configuration.
getEndpointConfigurationClass() - Method in class com.consol.citrus.ws.config.xml.WebServiceClientParser
 
getEndpointResolver() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the endpointResolver.
getErrorHandlingStrategy() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the errorHandlingStrategy.
getFaultActor() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the faultActor.
getFaultActor() - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Gets the faultActor.
getFaultActor() - Method in class com.consol.citrus.ws.message.SoapFault
Gets the faultActor.
getFaultCode() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the faultCode.
getFaultCode() - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Gets the faultCode.
getFaultCode() - Method in class com.consol.citrus.ws.message.SoapFault
Gets the faultCode.
getFaultCodeQName() - Method in class com.consol.citrus.ws.message.SoapFault
Returns fault code as qualified name.
getFaultDetailResourcePaths() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the fault detail resource paths.
getFaultDetailResourcePaths() - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Gets the fault detail resource paths.
getFaultDetails() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the list of fault details.
getFaultDetails() - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Gets the faultDetails.
getFaultDetails() - Method in class com.consol.citrus.ws.message.SoapFault
Gets the faultDetails.
getFaultString() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the faultString.
getFaultString() - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Gets the faultString.
getFaultString() - Method in class com.consol.citrus.ws.message.SoapFault
Gets the faultString.
getFaultTo() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the fault to endpoint reference.
getFrom() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the from endpoint reference.
getInputStream() - Method in class com.consol.citrus.ws.message.SoapAttachment
 
getInterceptor() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the single client interceptor.
getInterceptors() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the client interceptors.
getInterceptors() - Method in class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
Gets the interceptor list.
getLocale() - Method in class com.consol.citrus.ws.message.SoapFault
Gets the locale used in SOAP fault.
getLoginService() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the loginService.
getMessageConverter() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the message converter.
getMessageConverter() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the message converter.
getMessageFactory() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the message factory.
getMessageFactoryName() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the message factory name.
getMessageId() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the message id.
getMessageIdStrategy() - Method in class com.consol.citrus.ws.message.converter.WsAddressingMessageConverter
Get the message id generation strategy.
getMessageSender() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the message sender.
getMtomEnabled() - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Gets mtom attachments enabled
getName() - Method in class com.consol.citrus.ws.security.User
Gets the name.
getObject() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Construct new security handler for basic authentication.
getObjectType() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
getPassword() - Method in class com.consol.citrus.ws.security.User
Gets the password.
getPort() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the port.
getRealm() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the realm.
getReplyTo() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the reply to endpoint reference.
getResourceBase() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the resourceBase.
getResponse() - Method in class com.consol.citrus.ws.message.callback.SoapResponseMessageCallback
Gets the constructed Spring Integration response message object.
getRoles() - Method in class com.consol.citrus.ws.security.User
Gets the roles.
getSecurityHandler() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the securityHandler.
getServerClass() - Method in class com.consol.citrus.ws.config.xml.WebServiceServerParser
 
getServletHandler() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the servletHandler.
getServletMappingPath() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the servletMappingPath.
getServletName() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the customized servlet name or default name if not set.
getSize() - Method in class com.consol.citrus.ws.message.SoapAttachment
 
getSoapAction() - Method in class com.consol.citrus.ws.message.SoapMessage
Gets the soap action for this message.
getSoapHeaderNamespace() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the default soap header namespace.
getSoapHeaderPrefix() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the default soap header prefix.
getTestAction(int) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
getTo() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the to uri.
getUsers() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Gets the users.
getValidationContext() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the validationContext.
getValidationContexts() - Method in class com.consol.citrus.ws.validation.SoapFaultDetailValidationContext
Gets the validationContexts.
getValidator() - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Gets the validator.
getVersion() - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Gets the adressing version.
getWebServiceTemplate() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the web service template.

H

handleFault(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
 
handleFault(MessageContext) - Method in class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
Write SOAP fault to logger.
handleFault(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
Write fault message to logger.
handleFault(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
(non-Javadoc)
handleInboundAttachments(SoapMessage, SoapMessage) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
Adds attachments if present in soap web service message.
handleInboundHttpHeaders(SoapMessage) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
Reads information from Http connection and adds them as Http marked headers to internal message representation.
handleInboundMessageProperties(MessageContext, SoapMessage) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
Adds all message properties from web service message to message builder as normal header entries.
handleInboundMimeHeaders(SoapMessage, SoapMessage) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
Adds mime headers to constructed response message.
handleInboundSoapHeaders(SoapMessage, SoapMessage) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
Reads all soap headers from web service message and adds them to message builder as normal headers.
handleInboundSoapMessage(SoapMessage, SoapMessage, WebServiceEndpointConfiguration) - Method in class com.consol.citrus.ws.message.converter.SoapMessageConverter
Method handles SOAP specific message information such as SOAP action headers and SOAP attachments.
handleRequest(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
 
handleRequest(MessageContext) - Method in class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
Write SOAP request to logger before sending.
handleRequest(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
Write request message to logger.
handleRequest(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
(non-Javadoc)
handleResponse(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
 
handleResponse(MessageContext) - Method in class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
Write SOAP response to logger.
handleResponse(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
Write response message to logger.
handleResponse(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
(non-Javadoc)
header(String, Object) - Method in class com.consol.citrus.ws.message.SoapMessage
Sets new header name value pair.
HTTP_CONTEXT_PATH - Static variable in class com.consol.citrus.ws.message.SoapMessageHeaders
Server context path
HTTP_PREFIX - Static variable in class com.consol.citrus.ws.message.SoapMessageHeaders
Special header prefix for http transport headers in SOAP message sender
HTTP_QUERY_PARAMS - Static variable in class com.consol.citrus.ws.message.SoapMessageHeaders
Http query parameters
HTTP_REQUEST_METHOD - Static variable in class com.consol.citrus.ws.message.SoapMessageHeaders
Http request method
HTTP_REQUEST_URI - Static variable in class com.consol.citrus.ws.message.SoapMessageHeaders
Full http request uri
HTTP_STATUS_CODE - Static variable in class com.consol.citrus.ws.message.SoapMessageHeaders
Special status code header

I

init() - Method in class com.consol.citrus.ws.config.handler.CitrusWsConfigNamespaceHandler
 
init() - Method in class com.consol.citrus.ws.config.handler.CitrusWsTestcaseNamespaceHandler
 
initStrategies(ApplicationContext) - Method in class com.consol.citrus.ws.servlet.CitrusMessageDispatcherServlet
 
invoke(MessageContext) - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
 
isHandleMimeHeaders() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the handle mime headers flag.
isHandleMimeHeaders() - Method in class com.consol.citrus.ws.server.WebServiceServer
Should handle mime headers.
isIgnoreAllWhitespaces() - Method in class com.consol.citrus.ws.validation.SimpleSoapAttachmentValidator
Gets flag marking that all whitespaces are ignored.
isKeepSoapEnvelope() - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the keep soap envelope flag.
isKeepSoapEnvelope() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the keep soap envelope flag.
isMtomEnabled() - Method in class com.consol.citrus.ws.message.SoapMessage
Gets mtom attachments enabled
isMtomInline() - Method in class com.consol.citrus.ws.message.SoapAttachment
Get mtom inline
isSingleton() - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
isUseRootContextAsParent() - Method in class com.consol.citrus.ws.server.WebServiceServer
Gets the useRootContextAsParent.

L

locale(Locale) - Method in class com.consol.citrus.ws.message.SoapFault
Sets the locale used in SOAP fault.
locale(String) - Method in class com.consol.citrus.ws.message.SoapFault
Sets the locale used in SOAP fault.
log - Variable in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Logger
LoggingClientInterceptor - Class in com.consol.citrus.ws.interceptor
Client interceptor implementation logging SOAP requests and responses as well as SOAP faults with logging framework.
LoggingClientInterceptor() - Constructor for class com.consol.citrus.ws.interceptor.LoggingClientInterceptor
 
LoggingEndpointInterceptor - Class in com.consol.citrus.ws.interceptor
Endpoint interceptor implementation logging incoming WebService requests and respective responses to the logger in their complete nature (e.g. complete SOAP envelope).
LoggingEndpointInterceptor() - Constructor for class com.consol.citrus.ws.interceptor.LoggingEndpointInterceptor
 
LoggingInterceptorSupport - Class in com.consol.citrus.ws.interceptor
Abstract logging support class offers basic log methods for SOAP messages.
LoggingInterceptorSupport() - Constructor for class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Prevent instantiation.
logMessage(String, String, boolean) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Performs the final logger call with dynamic message.
logRequest(String, MessageContext, boolean) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Logs request message from message context.
logResponse(String, MessageContext, boolean) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Logs response message from message context if any.
logSoapMessage(String, SoapMessage, boolean) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Log SOAP message with transformer instance.
logWebServiceMessage(String, WebServiceMessage, boolean) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Log WebService message (other than SOAP) with in memory ByteArrayOutputStream

M

MESSAGE_SENDER_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WebServiceClientParser
 
MESSAGE_SENDERS_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WebServiceClientParser
 
mtomEnabled(boolean) - Method in class com.consol.citrus.ws.message.SoapMessage
Enable or disable mtom attachments

P

parse(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.AssertSoapFaultParser
 
parseAttachment(Element) - Static method in class com.consol.citrus.ws.config.xml.SoapAttachmentParser
Parse the attachment element with all children and attributes.
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.ReceiveSoapMessageActionParser
 
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.SendSoapFaultActionParser
 
parseComponent(Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.SendSoapMessageActionParser
 
parseEndpointConfiguration(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.WebServiceClientParser
 
parseServer(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.ws.config.xml.WebServiceServerParser
 

R

receive(TestContext) - Method in class com.consol.citrus.ws.client.WebServiceClient
 
receive(String, TestContext) - Method in class com.consol.citrus.ws.client.WebServiceClient
 
receive(TestContext, long) - Method in class com.consol.citrus.ws.client.WebServiceClient
 
receive(String, TestContext, long) - Method in class com.consol.citrus.ws.client.WebServiceClient
 
ReceiveSoapMessageAction - Class in com.consol.citrus.ws.actions
Message receiver for SOAP messaging.
ReceiveSoapMessageAction() - Constructor for class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Default constructor.
ReceiveSoapMessageActionParser - Class in com.consol.citrus.ws.config.xml
Parser for SOAP message receiver component in Citrus ws namespace.
ReceiveSoapMessageActionParser() - Constructor for class com.consol.citrus.ws.config.xml.ReceiveSoapMessageActionParser
 
REQUEST_URL_ATTRIBUTE - Static variable in class com.consol.citrus.ws.config.xml.WebServiceClientParser
 
resolveDynamicContent(TestContext) - Method in class com.consol.citrus.ws.message.SoapAttachment
Resolve dynamic string content in attachment

S

SecurityHandlerFactory - Class in com.consol.citrus.ws.security
Factory bean constructs a security handler for usage in Jetty servlet container.
SecurityHandlerFactory() - Constructor for class com.consol.citrus.ws.security.SecurityHandlerFactory
 
send(Message, TestContext) - Method in class com.consol.citrus.ws.client.WebServiceClient
 
SendSoapFaultAction - Class in com.consol.citrus.ws.actions
 
SendSoapFaultAction() - Constructor for class com.consol.citrus.ws.actions.SendSoapFaultAction
 
SendSoapFaultActionParser - Class in com.consol.citrus.ws.config.xml
Bean definition parser for send soap fault action in test case.
SendSoapFaultActionParser() - Constructor for class com.consol.citrus.ws.config.xml.SendSoapFaultActionParser
 
SendSoapMessageAction - Class in com.consol.citrus.ws.actions
Message send action able to add SOAP attachment support to normal message sending action.
SendSoapMessageAction() - Constructor for class com.consol.citrus.ws.actions.SendSoapMessageAction
 
SendSoapMessageActionParser - Class in com.consol.citrus.ws.config.xml
Parser for SOAP message sender component in Citrus ws namespace.
SendSoapMessageActionParser() - Constructor for class com.consol.citrus.ws.config.xml.SendSoapMessageActionParser
 
setAcceptedHeaders(List<String>) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
 
setAction(TestAction) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Set the nested test action.
setAction(URI) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the action.
setAction(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the action from uri string.
setActions(List<TestAction>) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.ws.server.WebServiceServer
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.ws.validation.XmlSoapAttachmentValidator
 
setApplicationContext(ApplicationContext) - Method in class com.consol.citrus.ws.validation.XmlSoapFaultValidator
 
setAttachments(List<SoapAttachment>) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Sets the control attachments.
setAttachments(List<SoapAttachment>) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Sets the control attachments.
setAttachmentValidator(SoapAttachmentValidator) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
Set the attachment validator.
setAuthenticator(Authenticator) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the authenticator.
setCharsetName(String) - Method in class com.consol.citrus.ws.message.SoapAttachment
Set the charset name.
setConnector(Connector) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the connector.
setConnectors(Connector[]) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the connectors.
setConstraints(Map<String, Constraint>) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the constraints.
setContent(String) - Method in class com.consol.citrus.ws.message.SoapAttachment
Set the content body.
setContentId(String) - Method in class com.consol.citrus.ws.message.SoapAttachment
Set the content id.
setContentResourcePath(String) - Method in class com.consol.citrus.ws.message.SoapAttachment
Set the content file resource path.
setContentType(String) - Method in class com.consol.citrus.ws.message.SoapAttachment
Set the content type.
setContextConfigLocation(String) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the contextConfigLocation.
setContextPath(String) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the contextPath.
setCorrelationManager(CorrelationManager<Message>) - Method in class com.consol.citrus.ws.client.WebServiceClient
Sets the correlation manager.
setCorrelator(MessageCorrelator) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Set reply message correlator.
setDataHandler(DataHandler) - Method in class com.consol.citrus.ws.message.SoapAttachment
Sets the data handler.
setDefaultNamespaceUri(String) - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
Set the default namespace used in SOAP response headers.
setDefaultPrefix(String) - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
Set the default namespace prefix used in SOAP response headers.
setDefaultUri(String) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Gets the default uri.
setEncodingType(String) - Method in class com.consol.citrus.ws.message.SoapAttachment
Sets the attachment encoding type.
setEndpointAdapter(EndpointAdapter) - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
Set the endpoint adapter.
setEndpointConfiguration(WebServiceEndpointConfiguration) - Method in class com.consol.citrus.ws.server.WebServiceEndpoint
Sets the endpoint configuration.
setEndpointResolver(EndpointUriResolver) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the endpoint uri resolver.
setErrorHandlingStrategy(ErrorHandlingStrategy) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the errorHandlingStrategy.
setFaultActor(String) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Sets the faultActor.
setFaultActor(String) - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Sets the faultActor.
setFaultCode(String) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Set the fault code.
setFaultCode(String) - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Set the fault code QName string.
setFaultDetailResourcePaths(List<String>) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Sets the fault detail resource paths.
setFaultDetailResourcePaths(List<String>) - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Sets the fault detail resource paths.
setFaultDetails(List<String>) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Sets the faultDetails.
setFaultDetails(List<String>) - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Sets the faultDetails.
setFaultString(String) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Set the fault string.
setFaultString(String) - Method in class com.consol.citrus.ws.actions.SendSoapFaultAction
Set the fault reason string describing the fault.
setFaultTo(EndpointReference) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the fault to endpoint reference.
setFaultTo(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the fault to endpoint reference by string.
setFrom(EndpointReference) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the from endpoint reference.
setFrom(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the from endpoint reference by string.
setHandleMimeHeaders(boolean) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the handle mime headers flag.
setHandleMimeHeaders(boolean) - Method in class com.consol.citrus.ws.server.WebServiceServer
Enable mime headers in request message which is passed to endpoint adapter.
setHeader(String, Object) - Method in class com.consol.citrus.ws.message.SoapMessage
 
setIgnoreAllWhitespaces(boolean) - Method in class com.consol.citrus.ws.validation.SimpleSoapAttachmentValidator
Sets ignore all whitespaces flag.
setInterceptor(ClientInterceptor) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the single client interceptor.
setInterceptors(List<ClientInterceptor>) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the client interceptors.
setInterceptors(List<EndpointInterceptor>) - Method in class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
Sets the interceptor list.
setKeepSoapEnvelope(boolean) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the keep soap header flag.
setKeepSoapEnvelope(boolean) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the keep soap header flag.
setLoginService(MappedLoginService) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the loginService.
setMessageConverter(WebServiceMessageConverter) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the message converter.
setMessageConverter(WebServiceMessageConverter) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the message converter.
setMessageFactory(WebServiceMessageFactory) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the message factory.
setMessageFactoryName(String) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the message factory name.
setMessageId(URI) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the message id.
setMessageId(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the message id from uri string.
setMessageIdStrategy(MessageIdStrategy) - Method in class com.consol.citrus.ws.message.converter.WsAddressingMessageConverter
Sets the message id generation strategy.
setMessageListener(MessageListeners) - Method in class com.consol.citrus.ws.interceptor.LoggingInterceptorSupport
Sets the message listener.
setMessageSender(WebServiceMessageSender) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the message sender.
setMtomEnabled(boolean) - Method in class com.consol.citrus.ws.actions.SendSoapMessageAction
Enable or disable mtom attachments
setMtomInline(boolean) - Method in class com.consol.citrus.ws.message.SoapAttachment
Set mtom inline
setName(String) - Method in class com.consol.citrus.ws.security.User
Sets the name.
setPassword(String) - Method in class com.consol.citrus.ws.security.User
Sets the password.
setPort(int) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the port.
setRealm(String) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the realm.
setReplyTo(EndpointReference) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the reply to endpoint reference.
setReplyTo(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the reply to endpoint reference by string.
setResourceBase(String) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the resourceBase.
setRoles(String[]) - Method in class com.consol.citrus.ws.security.User
Sets the roles.
setSecurityHandler(SecurityHandler) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the securityHandler.
setServletHandler(ServletHandler) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the servletHandler.
setServletMappingPath(String) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the servletMappingPath.
setServletName(String) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the servletName.
setSoapHeaderNamespace(String) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the default soap header namespace.
setSoapHeaderPrefix(String) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the default soap header prefix.
setTo(URI) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the to uri.
setTo(String) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the to uri by string.
setUseRootContextAsParent(boolean) - Method in class com.consol.citrus.ws.server.WebServiceServer
Sets the useRootContextAsParent.
setUsers(List<User>) - Method in class com.consol.citrus.ws.security.SecurityHandlerFactory
Sets the users.
setValidationContext(ValidationContext) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
Sets the validationContext.
setValidationContexts(List<ValidationContext>) - Method in class com.consol.citrus.ws.validation.SoapFaultDetailValidationContext
Sets the validationContexts.
setValidator(SoapFaultValidator) - Method in class com.consol.citrus.ws.actions.AssertSoapFault
 
setVersion(WsAddressingVersion) - Method in class com.consol.citrus.ws.addressing.WsAddressingHeaders
Sets the adressing version.
setWebServiceTemplate(WebServiceTemplate) - Method in class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
Sets the web service template.
shouldIntercept(MessageContext, Object) - Method in class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
 
shutdown() - Method in class com.consol.citrus.ws.server.WebServiceServer
 
SimpleSoapAttachmentValidator - Class in com.consol.citrus.ws.validation
Simple implementation of a AbstractSoapAttachmentValidator.
SimpleSoapAttachmentValidator() - Constructor for class com.consol.citrus.ws.validation.SimpleSoapAttachmentValidator
 
SimpleSoapFaultValidator - Class in com.consol.citrus.ws.validation
Simple soap fault validator implementation just performing String equals on soap fault detail as validation algorithm.
SimpleSoapFaultValidator() - Constructor for class com.consol.citrus.ws.validation.SimpleSoapFaultValidator
 
SOAP_ACTION - Static variable in class com.consol.citrus.ws.message.SoapMessageHeaders
SOAP action header name
SOAP_PREFIX - Static variable in class com.consol.citrus.ws.message.SoapMessageHeaders
Citrus ws specific header prefix
soapAction(String) - Method in class com.consol.citrus.ws.message.SoapMessage
Set soap action for this message.
SoapAttachment - Class in com.consol.citrus.ws.message
Citrus SOAP attachment implementation.
SoapAttachment() - Constructor for class com.consol.citrus.ws.message.SoapAttachment
Default constructor
SoapAttachment(String) - Constructor for class com.consol.citrus.ws.message.SoapAttachment
Constructor using fields.
SoapAttachmentParser - Class in com.consol.citrus.ws.config.xml
Parser for SOAP attachment element in Citrus ws namespace.
SoapAttachmentValidator - Interface in com.consol.citrus.ws.validation
Interface for SOAP attachment validators.
SoapFault - Class in com.consol.citrus.ws.message
 
SoapFault() - Constructor for class com.consol.citrus.ws.message.SoapFault
 
SoapFaultDetailValidationContext - Class in com.consol.citrus.ws.validation
Special validation context holds 1-n XmlMessageValidationContext instances for 1-n SOAP fault detail elements.
SoapFaultDetailValidationContext() - Constructor for class com.consol.citrus.ws.validation.SoapFaultDetailValidationContext
 
SoapFaultValidator - Interface in com.consol.citrus.ws.validation
Interface for soap fault validation.
SoapMessage - Class in com.consol.citrus.ws.message
SOAP message representation holding additional elements like SOAP action, header fragment data and attachments.
SoapMessage() - Constructor for class com.consol.citrus.ws.message.SoapMessage
Empty constructor initializing with empty message payload.
SoapMessage(Message) - Constructor for class com.consol.citrus.ws.message.SoapMessage
Constructs copy of given message.
SoapMessage(Object) - Constructor for class com.consol.citrus.ws.message.SoapMessage
Default constructor using just message payload.
SoapMessage(Object, Map<String, Object>) - Constructor for class com.consol.citrus.ws.message.SoapMessage
Default constructor using payload and headers.
SoapMessageConverter - Class in com.consol.citrus.ws.message.converter
Default converter implementation for SOAP messages.
SoapMessageConverter() - Constructor for class com.consol.citrus.ws.message.converter.SoapMessageConverter
 
SoapMessageHeaders - Class in com.consol.citrus.ws.message
 
SoapMustUnderstandEndpointInterceptor - Class in com.consol.citrus.ws.interceptor
Handles and accepts must understand header entries in SOAP requests.
SoapMustUnderstandEndpointInterceptor() - Constructor for class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
 
SoapRequestMessageCallback - Class in com.consol.citrus.ws.message.callback
Sender callback invoked by framework with actual web service request before message is sent.
SoapRequestMessageCallback(Message, WebServiceEndpointConfiguration) - Constructor for class com.consol.citrus.ws.message.callback.SoapRequestMessageCallback
Constructor using internal message and endpoint configuration as fields.
SoapResponseMessageCallback - Class in com.consol.citrus.ws.message.callback
Receiver callback invoked by framework on response message.
SoapResponseMessageCallback(WebServiceEndpointConfiguration) - Constructor for class com.consol.citrus.ws.message.callback.SoapResponseMessageCallback
Constructor using endpoint configuration.
startup() - Method in class com.consol.citrus.ws.server.WebServiceServer
 

T

toString() - Method in class com.consol.citrus.ws.message.SoapAttachment
 
toString() - Method in class com.consol.citrus.ws.message.SoapFault
 
toString() - Method in class com.consol.citrus.ws.message.SoapMessage
 

U

understands(SoapHeaderElement) - Method in class com.consol.citrus.ws.interceptor.DelegatingEndpointInterceptor
 
understands(SoapHeaderElement) - Method in class com.consol.citrus.ws.interceptor.SoapMustUnderstandEndpointInterceptor
(non-Javadoc)
User - Class in com.consol.citrus.ws.security
User model object for easy instantiation in Spring application context.
User() - Constructor for class com.consol.citrus.ws.security.User
Default constructor.
User(String, String, String[]) - Constructor for class com.consol.citrus.ws.security.User
Default constructor using fields.

V

validateAttachment(SoapMessage, List<SoapAttachment>) - Method in class com.consol.citrus.ws.validation.AbstractSoapAttachmentValidator
 
validateAttachment(SoapMessage, List<SoapAttachment>) - Method in interface com.consol.citrus.ws.validation.SoapAttachmentValidator
Validate attachments in soap message.
validateAttachmentContent(SoapAttachment, SoapAttachment) - Method in class com.consol.citrus.ws.validation.AbstractSoapAttachmentValidator
Delegate content body validation to subclasses.
validateAttachmentContent(SoapAttachment, SoapAttachment) - Method in class com.consol.citrus.ws.validation.BinarySoapAttachmentValidator
 
validateAttachmentContent(SoapAttachment, SoapAttachment) - Method in class com.consol.citrus.ws.validation.SimpleSoapAttachmentValidator
 
validateAttachmentContentData(String, String, String) - Method in class com.consol.citrus.ws.validation.SimpleSoapAttachmentValidator
Validates content data.
validateAttachmentContentData(String, String, String) - Method in class com.consol.citrus.ws.validation.XmlSoapAttachmentValidator
 
validateAttachmentContentId(SoapAttachment, SoapAttachment) - Method in class com.consol.citrus.ws.validation.AbstractSoapAttachmentValidator
Validating SOAP attachment content id.
validateAttachmentContentType(SoapAttachment, SoapAttachment) - Method in class com.consol.citrus.ws.validation.AbstractSoapAttachmentValidator
Validating SOAP attachment content type.
validateFaultDetail(SoapFault, SoapFault, TestContext, ValidationContext) - Method in class com.consol.citrus.ws.validation.AbstractFaultDetailValidator
 
validateFaultDetail(SoapFault, SoapFault, TestContext, ValidationContext) - Method in class com.consol.citrus.ws.validation.AbstractSoapFaultValidator
Abstract method for soap fault detail validation.
validateFaultDetailString(String, String, TestContext, ValidationContext) - Method in class com.consol.citrus.ws.validation.AbstractFaultDetailValidator
Actual validation logic in this method.
validateFaultDetailString(String, String, TestContext, ValidationContext) - Method in class com.consol.citrus.ws.validation.SimpleSoapFaultValidator
 
validateFaultDetailString(String, String, TestContext, ValidationContext) - Method in class com.consol.citrus.ws.validation.XmlSoapFaultValidator
Delegates to XML message validator for validation of fault detail.
validateMessage(Message, TestContext) - Method in class com.consol.citrus.ws.actions.ReceiveSoapMessageAction
 
validateSoapFault(SoapFault, SoapFault, TestContext, ValidationContext) - Method in class com.consol.citrus.ws.validation.AbstractSoapFaultValidator
 
validateSoapFault(SoapFault, SoapFault, TestContext, ValidationContext) - Method in interface com.consol.citrus.ws.validation.SoapFaultValidator
Validate soap fault with given control fault.
valueOf(String) - Static method in enum com.consol.citrus.ws.addressing.WsAddressingVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.consol.citrus.ws.addressing.WsAddressingVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebServiceClient - Class in com.consol.citrus.ws.client
Client sends SOAP WebService messages to some server endpoint via Http protocol.
WebServiceClient() - Constructor for class com.consol.citrus.ws.client.WebServiceClient
Default constructor initializing endpoint configuration.
WebServiceClient(WebServiceEndpointConfiguration) - Constructor for class com.consol.citrus.ws.client.WebServiceClient
Constructor using endpoint configuration.
WebServiceClientParser - Class in com.consol.citrus.ws.config.xml
Parser configures web service client bean definition.
WebServiceClientParser() - Constructor for class com.consol.citrus.ws.config.xml.WebServiceClientParser
 
WebServiceEndpoint - Class in com.consol.citrus.ws.server
SpringWS MessageEndpoint implementation.
WebServiceEndpoint() - Constructor for class com.consol.citrus.ws.server.WebServiceEndpoint
 
WebServiceEndpointComponent - Class in com.consol.citrus.ws.client
Component creates proper web service client from endpoint uri resource and parameters.
WebServiceEndpointComponent() - Constructor for class com.consol.citrus.ws.client.WebServiceEndpointComponent
 
WebServiceEndpointConfiguration - Class in com.consol.citrus.ws.client
 
WebServiceEndpointConfiguration() - Constructor for class com.consol.citrus.ws.client.WebServiceEndpointConfiguration
 
WebServiceMessageConverter - Interface in com.consol.citrus.ws.message.converter
Converter is abel to create proper WebService message from internal message representation and vice versa.
WebServiceServer - Class in com.consol.citrus.ws.server
Jetty server implementation wrapping a Server with Citrus server behaviour, so server can be started/stopped by Citrus.
WebServiceServer() - Constructor for class com.consol.citrus.ws.server.WebServiceServer
 
WebServiceServerParser - Class in com.consol.citrus.ws.config.xml
Parser for jetty-server component in Citrus ws namespace.
WebServiceServerParser() - Constructor for class com.consol.citrus.ws.config.xml.WebServiceServerParser
 
WsAddressingHeaders - Class in com.consol.citrus.ws.addressing
Value object holding ws addressing information which is translated into the message header.
WsAddressingHeaders() - Constructor for class com.consol.citrus.ws.addressing.WsAddressingHeaders
 
WsAddressingMessageConverter - Class in com.consol.citrus.ws.message.converter
Ws addressing aware message converter implementation.
WsAddressingMessageConverter(WsAddressingHeaders) - Constructor for class com.consol.citrus.ws.message.converter.WsAddressingMessageConverter
Default constructor using addressing headers.
WsAddressingVersion - Enum in com.consol.citrus.ws.addressing
Ws addressing versions supported in framework.

X

XmlSoapAttachmentValidator - Class in com.consol.citrus.ws.validation
Soap attachment validator delegating attachment content validation to a MessageValidator.
XmlSoapAttachmentValidator() - Constructor for class com.consol.citrus.ws.validation.XmlSoapAttachmentValidator
 
XmlSoapFaultValidator - Class in com.consol.citrus.ws.validation
Soap fault validator implementation that delegates soap fault detail validation to default XML message validator in order to support XML fault detail content validation.
XmlSoapFaultValidator() - Constructor for class com.consol.citrus.ws.validation.XmlSoapFaultValidator
 
A B C D E F G H I L M P R S T U V W X 
Skip navigation links

Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.