Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFaultDetailValidator - Class in org.citrusframework.ws.validation
-
Abstract implementation of
SoapFaultValidatorconverting soap fault detail objects to simple String content for further validation. - AbstractFaultDetailValidator() - Constructor for class org.citrusframework.ws.validation.AbstractFaultDetailValidator
- AbstractSoapAttachmentValidator - Class in org.citrusframework.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 org.citrusframework.ws.validation.AbstractSoapAttachmentValidator
- AbstractSoapFaultValidator - Class in org.citrusframework.ws.validation
-
Abstract soap fault validation implementation offering basic faultCode and faultString validation.
- AbstractSoapFaultValidator() - Constructor for class org.citrusframework.ws.validation.AbstractSoapFaultValidator
- accept - Variable in class org.citrusframework.model.testcase.ws.ReceiveModel
- accept - Variable in class org.citrusframework.model.testcase.ws.SendModel
- accept - Variable in class org.citrusframework.ws.xml.Soap.SoapRequest
- accept - Variable in class org.citrusframework.ws.yaml.Soap.SoapRequest
- accept(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the request accept header.
- accept(String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Sets the request accept header.
- accept(String) - Method in class org.citrusframework.ws.message.SoapMessage
-
Sets the Http accepted content type header for response.
- action - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- ACTION - Static variable in class org.citrusframework.ws.addressing.WsAddressingMessageHeaders
-
WsAddressing action header name
- actions - Variable in class org.citrusframework.ws.xml.Soap.ClientAssertFault
- actions - Variable in class org.citrusframework.ws.yaml.Soap.ClientAssertFault
- actions(TestActionBuilder<?>...) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
- actor - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- actor() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Test actor.
- actor() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Test actor.
- Adapter1 - Class in org.w3._2001.xmlschema
- Adapter1() - Constructor for class org.w3._2001.xmlschema.Adapter1
- Adapter2 - Class in org.w3._2001.xmlschema
- Adapter2() - Constructor for class org.w3._2001.xmlschema.Adapter2
- addAttachment(SoapAttachment) - Method in class org.citrusframework.ws.message.SoapMessage
-
Adds new attachment to this message.
- addFaultDetail(String) - Method in class org.citrusframework.ws.message.SoapFault
-
Adds a new fault detail in builder pattern style.
- addHeaderData(String) - Method in class org.citrusframework.ws.message.SoapMessage
- addInterceptor(ClientInterceptor) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Adds the client interceptor to the already existing ones.
- addValidationContext(SoapFaultDetailValidationContext) - Method in class org.citrusframework.ws.validation.SoapFaultValidationContext
-
Adds new validation context to the list of contexts.
- afterCompletion(MessageContext, Exception) - Method in class org.citrusframework.ws.interceptor.LoggingClientInterceptor
- afterCompletion(MessageContext, Object, Exception) - Method in class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
- afterCompletion(MessageContext, Object, Exception) - Method in class org.citrusframework.ws.interceptor.LoggingEndpointInterceptor
- afterCompletion(MessageContext, Object, Exception) - Method in class org.citrusframework.ws.interceptor.SoapMustUnderstandEndpointInterceptor
- ant - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- any - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- assertFault() - Method in class org.citrusframework.ws.actions.SoapClientActionBuilder
-
Generic response builder for expecting response messages on client.
- AssertFaultModel - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für SoapAssertActionType complex type.
- AssertFaultModel() - Constructor for class org.citrusframework.model.testcase.ws.AssertFaultModel
- AssertFaultModel.FaultDetail - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für anonymous complex type.
- AssertFaultModel.When - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für anonymous complex type.
- assertSoapFault() - Static method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Fluent API action building entry method used in Java DSL.
- AssertSoapFault - Class in org.citrusframework.ws.actions
-
Asserting SOAP fault exception in embedded test action.
- AssertSoapFault(AssertSoapFault.Builder) - Constructor for class org.citrusframework.ws.actions.AssertSoapFault
-
Default constructor.
- AssertSoapFault.Builder - Class in org.citrusframework.ws.actions
-
Action builder.
- AssertSoapFaultActionFactoryBean() - Constructor for class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
- AssertSoapFaultParser - Class in org.citrusframework.ws.config.xml
-
Parser for SOAP fault assert action.
- AssertSoapFaultParser() - Constructor for class org.citrusframework.ws.config.xml.AssertSoapFaultParser
- AssertSoapFaultParser.AssertSoapFaultActionFactoryBean - Class in org.citrusframework.ws.config.xml
-
Test action factory bean.
- async - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- attachment(String, String, String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the control attachment with string content.
- attachment(String, String, String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Sets the attachment with string content.
- attachment(String, String, Resource) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the control attachment with content resource.
- attachment(String, String, Resource) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Sets the attachment with content resource.
- attachment(String, String, Resource, Charset) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the control attachment with content resource.
- attachment(String, String, Resource, Charset) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Sets the attachment with content resource.
- attachment(SoapAttachment) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the control attachment from Java object instance.
- attachment(SoapAttachment) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Sets the attachment from Java object instance.
- Attachment() - Constructor for class org.citrusframework.model.testcase.ws.ReceiveModel.Attachment
- Attachment() - Constructor for class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- Attachment() - Constructor for class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- attachments - Variable in class org.citrusframework.model.testcase.ws.ReceiveModel
- attachments - Variable in class org.citrusframework.model.testcase.ws.SendModel
- attachmentValidator - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- attachmentValidator - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- attachmentValidator - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- attachmentValidator - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- attachmentValidator(SoapAttachmentValidator) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Set explicit SOAP attachment validator.
- attachmentValidatorName(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Set explicit SOAP attachment validator name.
- autoStart - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- autoStart() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Auto start.
B
- BasicAuthConstraint - Class in org.citrusframework.ws.security
-
Convenient constraint instantiation for basic authentication and multiple user roles.
- BasicAuthConstraint(String[]) - Constructor for class org.citrusframework.ws.security.BasicAuthConstraint
- BinarySoapAttachmentValidator - Class in org.citrusframework.ws.validation
-
Soap attachment validator performs binary content validation by comparing attachment content binary input streams.
- BinarySoapAttachmentValidator() - Constructor for class org.citrusframework.ws.validation.BinarySoapAttachmentValidator
- body(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
- body(String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
- build() - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
- build() - Method in class org.citrusframework.ws.actions.SoapActionBuilder
- build() - Method in class org.citrusframework.ws.actions.SoapClientActionBuilder
- build() - Method in class org.citrusframework.ws.actions.SoapServerActionBuilder
- build() - Method in class org.citrusframework.ws.validation.SoapFaultDetailValidationContext.Builder
- build() - Method in class org.citrusframework.ws.validation.SoapFaultValidationContext.Builder
- build() - Method in class org.citrusframework.ws.xml.Soap
- build() - Method in class org.citrusframework.ws.yaml.Soap
- Builder() - Constructor for class org.citrusframework.ws.actions.AssertSoapFault.Builder
- Builder() - Constructor for class org.citrusframework.ws.actions.ReceiveSoapMessageAction.Builder
- Builder() - Constructor for class org.citrusframework.ws.actions.SendSoapFaultAction.Builder
- Builder() - Constructor for class org.citrusframework.ws.actions.SendSoapMessageAction.Builder
- Builder() - Constructor for class org.citrusframework.ws.validation.SoapFaultDetailValidationContext.Builder
- Builder() - Constructor for class org.citrusframework.ws.validation.SoapFaultValidationContext.Builder
C
- callTemplate - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- charset(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the charset name for this send action builder's control attachment.
- charset(String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Sets the charset name for this send action builder's most recent attachment.
- charsetName - Variable in class org.citrusframework.model.testcase.ws.SoapAttachmentType
- CID_MARKER - Static variable in class org.citrusframework.ws.actions.SendSoapMessageAction
-
Marker for inline mtom binary data
- CitrusMessageDispatcherServlet - Class in org.citrusframework.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 org.citrusframework.ws.servlet.CitrusMessageDispatcherServlet
-
Default constructor using http server instance that holds this servlet.
- CitrusWsConfigNamespaceHandler - Class in org.citrusframework.ws.config.handler
-
Namespace handler for configuration components in Citrus ws namespace.
- CitrusWsConfigNamespaceHandler() - Constructor for class org.citrusframework.ws.config.handler.CitrusWsConfigNamespaceHandler
- CitrusWsTestcaseNamespaceHandler - Class in org.citrusframework.ws.config.handler
-
Namespace handler for test action components in Citrus ws namespace.
- CitrusWsTestcaseNamespaceHandler() - Constructor for class org.citrusframework.ws.config.handler.CitrusWsTestcaseNamespaceHandler
- client(String) - Method in class org.citrusframework.ws.actions.SoapActionBuilder
-
Initiate soap client action.
- client(WebServiceClient) - Method in class org.citrusframework.ws.actions.SoapActionBuilder
-
Initiate soap client action.
- ClientAssertFault() - Constructor for class org.citrusframework.ws.xml.Soap.ClientAssertFault
- ClientAssertFault() - Constructor for class org.citrusframework.ws.yaml.Soap.ClientAssertFault
- ClientRequest() - Constructor for class org.citrusframework.ws.xml.Soap.ClientRequest
- ClientRequest() - Constructor for class org.citrusframework.ws.yaml.Soap.ClientRequest
- ClientResponse() - Constructor for class org.citrusframework.ws.xml.Soap.ClientResponse
- ClientResponse() - Constructor for class org.citrusframework.ws.yaml.Soap.ClientResponse
- conditional - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- configure(ServletContextHandler) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Subclasses may add additional configuration on context handler.
- configureHandlerInterceptor(ApplicationContext) - Method in class org.citrusframework.ws.servlet.CitrusMessageDispatcherServlet
-
Post process handler interceptors.
- configureMessageEndpoint(ApplicationContext) - Method in class org.citrusframework.ws.servlet.CitrusMessageDispatcherServlet
-
Post process endpoint.
- connector - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- connector() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Connector reference.
- connector(Connector) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the connector.
- connectors - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- connectors() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Connector references.
- connectors(List<Connector>) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the connectors.
- containsBean(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- containsBeanDefinition(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- containsLocalBean(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- content - Variable in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail
- content - Variable in class org.citrusframework.ws.yaml.Soap.SoapFault.SoapFaultDetail
- contentId - Variable in class org.citrusframework.model.testcase.ws.SoapAttachmentType
- contentType - Variable in class org.citrusframework.model.testcase.ws.ReceiveModel
- contentType - Variable in class org.citrusframework.model.testcase.ws.SendModel
- contentType - Variable in class org.citrusframework.model.testcase.ws.SoapAttachmentType
- contentType - Variable in class org.citrusframework.ws.xml.Soap.SoapRequest
- contentType - Variable in class org.citrusframework.ws.xml.Soap.SoapResponse
- contentType - Variable in class org.citrusframework.ws.yaml.Soap.SoapRequest
- contentType - Variable in class org.citrusframework.ws.yaml.Soap.SoapResponse
- contentType(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the request content type header.
- contentType(String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Sets the request content type header.
- contentType(String) - Method in class org.citrusframework.ws.message.SoapMessage
-
Sets the Http request content type header.
- contextConfigLocation - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- contextConfigLocation() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Context config location.
- contextConfigLocation(String) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the context config location.
- contextPath - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- contextPath() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Context path.
- contextPath(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the context path.
- contextPath(String) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the context path.
- convertInbound(WebServiceMessage, WebServiceEndpointConfiguration, TestContext) - Method in class org.citrusframework.ws.message.converter.SoapMessageConverter
- convertInbound(WebServiceMessage, MessageContext, WebServiceEndpointConfiguration) - Method in class org.citrusframework.ws.message.converter.SoapMessageConverter
- convertInbound(WebServiceMessage, MessageContext, WebServiceEndpointConfiguration) - Method in interface org.citrusframework.ws.message.converter.WebServiceMessageConverter
-
Conversion method for inbound messages.
- convertOutbound(Message, WebServiceEndpointConfiguration, TestContext) - Method in class org.citrusframework.ws.message.converter.SoapMessageConverter
- convertOutbound(WebServiceMessage, Message, WebServiceEndpointConfiguration, TestContext) - Method in class org.citrusframework.ws.message.converter.SoapMessageConverter
- convertOutbound(WebServiceMessage, Message, WebServiceEndpointConfiguration, TestContext) - Method in class org.citrusframework.ws.message.converter.WsAddressingMessageConverter
- copy(Message, SoapMessage) - Static method in class org.citrusframework.ws.message.SoapMessageUtils
-
Apply message settings to target http message.
- copy(SoapMessage, SoapMessage) - Static method in class org.citrusframework.ws.message.SoapMessageUtils
-
Apply message settings to target http message.
- correlator() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Message correlator.
- correlator(MessageCorrelator) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the message correlator.
- createAssertFaultModel() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
AssertFaultModel - createAssertFaultModelFaultDetail() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
AssertFaultModel.FaultDetail - createAssertFaultModelWhen() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
AssertFaultModel.When - createConsumer() - Method in class org.citrusframework.ws.client.WebServiceClient
-
Creates a message consumer for this endpoint.
- createEndpoint(String, Map<String, String>, TestContext) - Method in class org.citrusframework.ws.client.WebServiceEndpointComponent
- createMessage(TestContext, String) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction
- createMessage(TestContext, String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction
- createProducer() - Method in class org.citrusframework.ws.client.WebServiceClient
-
Creates a message producer for this endpoint for sending messages to this endpoint.
- createReceiveModel() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
ReceiveModel - createReceiveModelAttachment() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
ReceiveModel.Attachment - createSendFaultModel() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
SendFaultModel - createSendFaultModelFault() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
SendFaultModel.Fault - createSendFaultModelFaultFaultDetail() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
SendFaultModel.Fault.FaultDetail - createSendFaultModelHeader() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
SendFaultModel.Header - createSendFaultModelHeaderElement() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
SendFaultModel.Header.Element - createSendModel() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
SendModel - createSoap() - Method in class org.citrusframework.ws.xml.ObjectFactory
-
Create an instance of
Soap - createSoapAttachmentType() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
SoapAttachmentType - createSoapAttachmentTypeResource() - Method in class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create an instance of
SoapAttachmentType.Resource - createVariables - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- createWebServiceClientModel() - Method in class org.citrusframework.model.config.ws.ObjectFactory
-
Create an instance of
WebServiceClientModel - createWebServiceServerModel() - Method in class org.citrusframework.model.config.ws.ObjectFactory
-
Create an instance of
WebServiceServerModel - createWebServiceTemplate() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Creates default web service template with settings in this configuration.
D
- data - Variable in class org.citrusframework.model.testcase.ws.SoapAttachmentType
- debugLogging - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- debugLogging() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Debug logging enabled.
- DEFAULT_XML_MESSAGE_VALIDATOR - Static variable in class org.citrusframework.ws.validation.XmlSoapAttachmentValidator
- DEFAULT_XML_MESSAGE_VALIDATOR - Static variable in class org.citrusframework.ws.validation.XmlSoapFaultValidator
- defaultUri(String) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the defaultUri property.
- delay - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- DelegatingEndpointInterceptor - Class in org.citrusframework.ws.interceptor
-
Interceptor implementation delegates to list of other endpoint interceptors.
- DelegatingEndpointInterceptor() - Constructor for class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
- description - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel
- detail(SoapFaultDetailValidationContext) - Method in class org.citrusframework.ws.validation.SoapFaultValidationContext.Builder
-
Add fault detail validation context.
- details(List<SoapFaultDetailValidationContext>) - Method in class org.citrusframework.ws.validation.SoapFaultValidationContext.Builder
-
Add fault detail validation context.
- details(SoapFaultDetailValidationContext...) - Method in class org.citrusframework.ws.validation.SoapFaultValidationContext.Builder
-
Add fault detail validation context.
- doBuild() - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
- doBuild() - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.Builder
- doBuild() - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder
- doBuild() - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.Builder
- doExecute(TestContext) - Method in class org.citrusframework.ws.actions.AssertSoapFault
- doWithMessage(WebServiceMessage) - Method in class org.citrusframework.ws.message.callback.SoapRequestMessageCallback
-
Callback method called before request message is sent.
- doWithMessage(WebServiceMessage) - Method in class org.citrusframework.ws.message.callback.SoapResponseMessageCallback
-
Callback method called with actual web service response message.
E
- echo - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- Element() - Constructor for class org.citrusframework.model.testcase.ws.SendFaultModel.Header.Element
- elements - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Header
- ENCODING_BASE64_BINARY - Static variable in class org.citrusframework.ws.message.SoapAttachment
- ENCODING_HEX_BINARY - Static variable in class org.citrusframework.ws.message.SoapAttachment
- encodingType - Variable in class org.citrusframework.model.testcase.ws.SoapAttachmentType
- endpoint - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel
- endpoint - Variable in class org.citrusframework.ws.actions.AssertSoapFault.Builder
- endpoint(String) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Sets the message endpoint uri to send messages to.
- endpoint(Endpoint) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Sets the message endpoint to send messages to.
- endpointAdapter - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- endpointAdapter() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Endpoint adapter reference.
- endpointResolver - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- endpointResolver() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Endpoint uri resolver.
- endpointResolver(EndpointUriResolver) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the endpoint resolver.
- endpointUri - Variable in class org.citrusframework.ws.actions.AssertSoapFault.Builder
- expectTimeout - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- extract - Variable in class org.citrusframework.ws.xml.Soap.ClientRequest
- extract - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- extract - Variable in class org.citrusframework.ws.xml.Soap.ServerFaultResponse
- extract - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- extract - Variable in class org.citrusframework.ws.xml.Soap.ServerResponse
- extract - Variable in class org.citrusframework.ws.yaml.Soap.ClientRequest
- extract - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- extract - Variable in class org.citrusframework.ws.yaml.Soap.ServerFaultResponse
- extract - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- extract - Variable in class org.citrusframework.ws.yaml.Soap.ServerResponse
F
- fail - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- fault - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel
- fault() - Static method in class org.citrusframework.ws.validation.SoapFaultValidationContext.Builder
-
Static entry method for fluent builder API.
- Fault() - Constructor for class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
- FAULT_TO - Static variable in class org.citrusframework.ws.addressing.WsAddressingMessageHeaders
-
WsAddressing faultTo header name
- faultActor - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel
- faultActor - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
- faultActor - Variable in class org.citrusframework.ws.xml.Soap.SoapFault
- faultActor - Variable in class org.citrusframework.ws.yaml.Soap.SoapFault
- faultActor(String) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Expect fault actor in SOAP fault message.
- faultActor(String) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Add custom fault string to SOAP fault message.
- faultActor(String) - Method in class org.citrusframework.ws.message.SoapFault
-
Sets the faultActor.
- faultCode - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel
- faultCode - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
- faultCode - Variable in class org.citrusframework.ws.xml.Soap.SoapFault
- faultCode - Variable in class org.citrusframework.ws.yaml.Soap.SoapFault
- faultCode(String) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Expect fault code in SOAP fault message.
- faultCode(String) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Adds custom SOAP fault code.
- faultCode(String) - Method in class org.citrusframework.ws.message.SoapFault
-
Sets the fault code.
- faultDetail() - Static method in class org.citrusframework.ws.validation.SoapFaultDetailValidationContext.Builder
-
Static entry method for fluent builder API.
- faultDetail(String) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Expect fault detail in SOAP fault message.
- faultDetail(String) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Adds a fault detail to SOAP fault message.
- FaultDetail() - Constructor for class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
- FaultDetail() - Constructor for class org.citrusframework.model.testcase.ws.SendFaultModel.Fault.FaultDetail
- faultDetailResource(String) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Expect fault detail from file resource.
- faultDetailResource(String) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Adds a fault detail from file resource path.
- faultDetailResource(Resource) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Expect fault detail from file resource.
- faultDetailResource(Resource) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Adds a fault detail from file resource.
- faultDetailResource(Resource, Charset) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Expect fault detail from file resource.
- faultDetailResource(Resource, Charset) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Adds a fault detail from file resource.
- faultDetails - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel
- faultDetails - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
- faultDetails - Variable in class org.citrusframework.ws.xml.Soap.SoapFault
- faultDetails - Variable in class org.citrusframework.ws.yaml.Soap.SoapFault
- faultDetails(List<String>) - Method in class org.citrusframework.ws.message.SoapFault
-
Sets the faultDetails.
- faultStrategy - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- faultStrategy() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Fault handling strategy.
- faultStrategy(ErrorHandlingStrategy) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the fault handling strategy.
- faultString - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel
- faultString - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
- faultString - Variable in class org.citrusframework.ws.xml.Soap.SoapFault
- faultString - Variable in class org.citrusframework.ws.yaml.Soap.SoapFault
- faultString(String) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Expect fault string in SOAP fault message.
- faultString(String) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Add custom fault string to SOAP fault message.
- faultString(String) - Method in class org.citrusframework.ws.message.SoapFault
-
Sets the fault string or reason.
- faultValidator - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel
- file - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
- file - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault.FaultDetail
- file - Variable in class org.citrusframework.model.testcase.ws.SoapAttachmentType.Resource
- file - Variable in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail.Resource
- file - Variable in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment.Resource
- findAllAnnotationsOnBean(String, Class<A>, boolean) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- findAnnotationOnBean(String, Class<A>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- findAnnotationOnBean(String, Class<A>, boolean) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- findAttachment(SoapMessage, SoapAttachment) - Method in class org.citrusframework.ws.validation.AbstractSoapAttachmentValidator
-
Finds attachment in list of soap attachments on incoming soap message.
- fork - Variable in class org.citrusframework.ws.xml.Soap.ClientRequest
- fork - Variable in class org.citrusframework.ws.yaml.Soap.ClientRequest
- from(Message) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
- from(Message) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
- from(Attachment) - Static method in class org.citrusframework.ws.message.SoapAttachment
-
Static construction method from Spring mime attachment.
- from(SoapFault) - Static method in class org.citrusframework.ws.message.SoapFault
-
Builder method from Spring WS SOAP fault object.
- FROM - Static variable in class org.citrusframework.ws.addressing.WsAddressingMessageHeaders
-
WsAddressing from header name
G
- getAccept() - Method in class org.citrusframework.model.testcase.ws.ReceiveModel
-
Ruft den Wert der accept-Eigenschaft ab.
- getAccept() - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Ruft den Wert der accept-Eigenschaft ab.
- getAccept() - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- getAccept() - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- getAction() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der action-Eigenschaft ab.
- getAction() - Method in class org.citrusframework.ws.actions.AssertSoapFault
-
Gets the action.
- getAction() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Gets the action.
- getActions() - Method in class org.citrusframework.ws.actions.AssertSoapFault
- getActions() - Method in class org.citrusframework.ws.xml.Soap.ClientAssertFault
- getActions() - Method in class org.citrusframework.ws.yaml.Soap.ClientAssertFault
- getActor() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der actor-Eigenschaft ab.
- getAddressingHeaders() - Method in class org.citrusframework.ws.message.converter.WsAddressingMessageConverter
-
Gets the addressing headers.
- getAliases(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getAnt() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der ant-Eigenschaft ab.
- getAny() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der any-Eigenschaft ab.
- getApplicationName() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getAssert() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der assert-Eigenschaft ab.
- getAsync() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der async-Eigenschaft ab.
- getAttachments() - Method in class org.citrusframework.model.testcase.ws.ReceiveModel
-
Gets the value of the attachments property.
- getAttachments() - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Gets the value of the attachments property.
- getAttachments() - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction
-
Gets the control attachments.
- getAttachments() - Method in class org.citrusframework.ws.actions.SendSoapMessageAction
-
Gets the attachments.
- getAttachments() - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
- getAttachments() - Method in class org.citrusframework.ws.message.SoapMessage
-
Gets the list of message attachments.
- getAttachments() - Method in class org.citrusframework.ws.xml.Soap.SoapMessage
- getAttachments() - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage
- getAttachmentValidator() - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction
-
Gets the attachmentValidator.
- getAttachmentValidator() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getAttachmentValidator() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getAttachmentValidator() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getAttachmentValidator() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getAuthenticator() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Gets the authenticator.
- getAuthorization() - Method in class org.citrusframework.ws.security.BasicAuthConstraint
- getAutowireCapableBeanFactory() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBean(Class<T>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBean(Class<T>, Object...) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBean(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBean(String, Class<T>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBean(String, Object...) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanDefinitionClass() - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser
- getBeanDefinitionClass() - Method in class org.citrusframework.ws.config.xml.SendSoapMessageActionParser
- getBeanDefinitionCount() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanDefinitionNames() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanNamesForType(Class<?>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanNamesForType(ResolvableType) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanNamesForType(ResolvableType, boolean, boolean) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanProvider(Class<T>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanProvider(Class<T>, boolean) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanProvider(ResolvableType) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeanProvider(ResolvableType, boolean) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeansOfType(Class<T>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeansOfType(Class<T>, boolean, boolean) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getBuilder() - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
-
Obtains the builder.
- getBuilder() - Method in class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean
-
Obtains the builder.
- getBuilder() - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
-
Obtains the builder.
- getBuilder() - Method in class org.citrusframework.ws.config.xml.SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
-
Obtains the builder.
- getCallTemplate() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der callTemplate-Eigenschaft ab.
- getCatch() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der catch-Eigenschaft ab.
- getCharset() - Method in class org.citrusframework.ws.message.converter.SoapMessageConverter
- getCharset() - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- getCharset() - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- getCharsetName() - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Ruft den Wert der charsetName-Eigenschaft ab.
- getCharsetName() - Method in class org.citrusframework.ws.message.SoapAttachment
-
Get the charset name.
- getClassLoader() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getConditional() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der conditional-Eigenschaft ab.
- getConnector() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der connector-Eigenschaft ab.
- getConnector() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the connector.
- getConnectors() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der connectors-Eigenschaft ab.
- getConnectors() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the connectors.
- getConstraints() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Gets the constraints.
- getContent() - Method in class org.citrusframework.ws.message.SoapAttachment
-
Get the content body.
- getContent() - Method in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail
- getContent() - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- getContent() - Method in class org.citrusframework.ws.yaml.Soap.SoapFault.SoapFaultDetail
- getContent() - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- getContentId() - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Ruft den Wert der contentId-Eigenschaft ab.
- getContentId() - Method in class org.citrusframework.ws.message.SoapAttachment
- getContentId() - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- getContentId() - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- getContentResourcePath() - Method in class org.citrusframework.ws.message.SoapAttachment
-
Get the content file resource path.
- getContentType() - Method in class org.citrusframework.model.testcase.ws.ReceiveModel
-
Ruft den Wert der contentType-Eigenschaft ab.
- getContentType() - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Ruft den Wert der contentType-Eigenschaft ab.
- getContentType() - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Ruft den Wert der contentType-Eigenschaft ab.
- getContentType() - Method in class org.citrusframework.ws.message.SoapAttachment
- getContentType() - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- getContentType() - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- getContentType() - Method in class org.citrusframework.ws.xml.Soap.SoapResponse
- getContentType() - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- getContentType() - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- getContentType() - Method in class org.citrusframework.ws.yaml.Soap.SoapResponse
- getContextConfigLocation() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der contextConfigLocation-Eigenschaft ab.
- getContextConfigLocation() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the contextConfigLocation.
- getContextPath() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der contextPath-Eigenschaft ab.
- getContextPath() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the contextPath.
- getCorrelator() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the correlator.
- getCreateVariables() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der createVariables-Eigenschaft ab.
- getData() - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Ruft den Wert der data-Eigenschaft ab.
- getDataHandler() - Method in class org.citrusframework.ws.message.SoapAttachment
- getDefaultNamespaceUri() - Method in class org.citrusframework.ws.server.WebServiceEndpoint
-
Gets the default header namespace uri.
- getDefaultPrefix() - Method in class org.citrusframework.ws.server.WebServiceEndpoint
-
Gets the default header prefix.
- getDefaultUri() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the default uri from web service template.
- getDelay() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der delay-Eigenschaft ab.
- getDescription() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel
-
Ruft den Wert der description-Eigenschaft ab.
- getDisplayName() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getEcho() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der echo-Eigenschaft ab.
- getElements() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Header
-
Gets the value of the elements property.
- getEncodingType() - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Ruft den Wert der encodingType-Eigenschaft ab.
- getEncodingType() - Method in class org.citrusframework.ws.message.SoapAttachment
-
Gets the attachment encoding type.
- getEndpoint() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel
-
Ruft den Wert der endpoint-Eigenschaft ab.
- getEndpoint() - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
- getEndpoint() - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
- getEndpointAdapter() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der endpointAdapter-Eigenschaft ab.
- getEndpointAdapter() - Method in class org.citrusframework.ws.server.WebServiceEndpoint
-
Gets the endpoint adapter.
- getEndpointClass() - Method in class org.citrusframework.ws.config.xml.WebServiceClientParser
- getEndpointConfiguration() - Method in class org.citrusframework.ws.client.WebServiceClient
- getEndpointConfiguration() - Method in class org.citrusframework.ws.server.WebServiceEndpoint
-
Gets the endpoint configuration.
- getEndpointConfigurationClass() - Method in class org.citrusframework.ws.config.xml.WebServiceClientParser
- getEndpointResolver() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der endpointResolver-Eigenschaft ab.
- getEndpointResolver() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the endpointResolver.
- getEnvironment() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getErrorHandlingStrategy() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the errorHandlingStrategy.
- getExpectTimeout() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der expectTimeout-Eigenschaft ab.
- getExtract() - Method in class org.citrusframework.ws.xml.Soap.ClientRequest
- getExtract() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getExtract() - Method in class org.citrusframework.ws.xml.Soap.ServerFaultResponse
- getExtract() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getExtract() - Method in class org.citrusframework.ws.xml.Soap.ServerResponse
- getExtract() - Method in class org.citrusframework.ws.yaml.Soap.ClientRequest
- getExtract() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getExtract() - Method in class org.citrusframework.ws.yaml.Soap.ServerFaultResponse
- getExtract() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getExtract() - Method in class org.citrusframework.ws.yaml.Soap.ServerResponse
- getFail() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der fail-Eigenschaft ab.
- getFault() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel
-
Ruft den Wert der fault-Eigenschaft ab.
- getFaultActor() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Ruft den Wert der faultActor-Eigenschaft ab.
- getFaultActor() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
-
Ruft den Wert der faultActor-Eigenschaft ab.
- getFaultActor() - Method in class org.citrusframework.ws.actions.AssertSoapFault
-
Gets the faultActor.
- getFaultActor() - Method in class org.citrusframework.ws.actions.SendSoapFaultAction
-
Gets the faultActor.
- getFaultActor() - Method in class org.citrusframework.ws.message.SoapFault
-
Gets the faultActor.
- getFaultActor() - Method in class org.citrusframework.ws.xml.Soap.SoapFault
- getFaultActor() - Method in class org.citrusframework.ws.yaml.Soap.SoapFault
- getFaultCode() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Ruft den Wert der faultCode-Eigenschaft ab.
- getFaultCode() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
-
Ruft den Wert der faultCode-Eigenschaft ab.
- getFaultCode() - Method in class org.citrusframework.ws.actions.AssertSoapFault
-
Gets the faultCode.
- getFaultCode() - Method in class org.citrusframework.ws.actions.SendSoapFaultAction
-
Gets the faultCode.
- getFaultCode() - Method in class org.citrusframework.ws.message.SoapFault
-
Gets the faultCode.
- getFaultCode() - Method in class org.citrusframework.ws.xml.Soap.SoapFault
- getFaultCode() - Method in class org.citrusframework.ws.yaml.Soap.SoapFault
- getFaultCodeQName() - Method in class org.citrusframework.ws.message.SoapFault
-
Returns fault code as qualified name.
- getFaultDetailResourcePaths() - Method in class org.citrusframework.ws.actions.AssertSoapFault
-
Gets the fault detail resource paths.
- getFaultDetailResourcePaths() - Method in class org.citrusframework.ws.actions.SendSoapFaultAction
-
Gets the fault detail resource paths.
- getFaultDetails() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Gets the value of the faultDetails property.
- getFaultDetails() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
-
Gets the value of the faultDetails property.
- getFaultDetails() - Method in class org.citrusframework.ws.actions.AssertSoapFault
-
Gets the list of fault details.
- getFaultDetails() - Method in class org.citrusframework.ws.actions.SendSoapFaultAction
-
Gets the faultDetails.
- getFaultDetails() - Method in class org.citrusframework.ws.message.SoapFault
-
Gets the faultDetails.
- getFaultDetails() - Method in class org.citrusframework.ws.xml.Soap.SoapFault
- getFaultDetails() - Method in class org.citrusframework.ws.yaml.Soap.SoapFault
- getFaultStrategy() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der faultStrategy-Eigenschaft ab.
- getFaultString() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Ruft den Wert der faultString-Eigenschaft ab.
- getFaultString() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
-
Ruft den Wert der faultString-Eigenschaft ab.
- getFaultString() - Method in class org.citrusframework.ws.actions.AssertSoapFault
-
Gets the faultString.
- getFaultString() - Method in class org.citrusframework.ws.actions.SendSoapFaultAction
-
Gets the faultString.
- getFaultString() - Method in class org.citrusframework.ws.message.SoapFault
-
Gets the faultString.
- getFaultString() - Method in class org.citrusframework.ws.xml.Soap.SoapFault
- getFaultString() - Method in class org.citrusframework.ws.yaml.Soap.SoapFault
- getFaultTo() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Gets the fault to endpoint reference.
- getFaultValidator() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Ruft den Wert der faultValidator-Eigenschaft ab.
- getFile() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Ruft den Wert der file-Eigenschaft ab.
- getFile() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault.FaultDetail
-
Ruft den Wert der file-Eigenschaft ab.
- getFile() - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType.Resource
-
Ruft den Wert der file-Eigenschaft ab.
- getFile() - Method in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail.Resource
- getFile() - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment.Resource
- getFork() - Method in class org.citrusframework.ws.xml.Soap.ClientRequest
- getFork() - Method in class org.citrusframework.ws.yaml.Soap.ClientRequest
- getFrom() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Gets the from endpoint reference.
- getGroovy() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der groovy-Eigenschaft ab.
- getHeader() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel
-
Ruft den Wert der header-Eigenschaft ab.
- getHeaderValidator() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getHeaderValidator() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getHeaderValidator() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getHeaderValidator() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getHeaderValidators() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getHeaderValidators() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getHeaderValidators() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getHeaderValidators() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getId() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der id-Eigenschaft ab.
- getId() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der id-Eigenschaft ab.
- getId() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getInput() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der input-Eigenschaft ab.
- getInputStream() - Method in class org.citrusframework.ws.message.SoapAttachment
- getInterceptor() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der interceptor-Eigenschaft ab.
- getInterceptors() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der interceptors-Eigenschaft ab.
- getInterceptors() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der interceptors-Eigenschaft ab.
- getInterceptors() - Method in class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
-
Gets the interceptor list.
- getIterate() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der iterate-Eigenschaft ab.
- getJava() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der java-Eigenschaft ab.
- getLoad() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der load-Eigenschaft ab.
- getLocale() - Method in class org.citrusframework.ws.message.SoapFault
-
Gets the locale used in SOAP fault.
- getLoginService() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Gets the loginService.
- getMessage() - Method in class org.citrusframework.ws.xml.Soap.ClientRequest
- getMessage() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getMessage() - Method in class org.citrusframework.ws.xml.Soap.ServerFaultResponse
- getMessage() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getMessage() - Method in class org.citrusframework.ws.xml.Soap.ServerResponse
- getMessage() - Method in class org.citrusframework.ws.yaml.Soap.ClientRequest
- getMessage() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getMessage() - Method in class org.citrusframework.ws.yaml.Soap.ServerFaultResponse
- getMessage() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getMessage() - Method in class org.citrusframework.ws.yaml.Soap.ServerResponse
- getMessage(String, Object[], String, Locale) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getMessage(String, Object[], Locale) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getMessage(MessageSourceResolvable, Locale) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getMessageBuilderSupport() - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.Builder
- getMessageBuilderSupport() - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder
- getMessageBuilderSupport() - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.Builder
- getMessageConverter() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der messageConverter-Eigenschaft ab.
- getMessageConverter() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der messageConverter-Eigenschaft ab.
- getMessageConverter() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the message converter.
- getMessageConverter() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the message converter.
- getMessageCorrelator() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der messageCorrelator-Eigenschaft ab.
- getMessageFactory() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der messageFactory-Eigenschaft ab.
- getMessageFactory() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der messageFactory-Eigenschaft ab.
- getMessageFactory() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the message factory.
- getMessageFactoryName() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the message factory name.
- getMessageId() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Gets the message id.
- getMessageIdStrategy() - Method in class org.citrusframework.ws.message.converter.WsAddressingMessageConverter
-
Get the message id generation strategy.
- getMessageSender() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der messageSender-Eigenschaft ab.
- getMessageSender() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the message sender.
- getMtomEnabled() - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Ruft den Wert der mtomEnabled-Eigenschaft ab.
- getMtomEnabled() - Method in class org.citrusframework.ws.actions.SendSoapMessageAction
-
Gets mtom attachments enabled
- getMtomEnabled() - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- getMtomEnabled() - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- getMtomInline() - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Ruft den Wert der mtomInline-Eigenschaft ab.
- getMustUnderstandHeaders() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Gets the list of specified must understand headers.
- getName() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Header.Element
-
Ruft den Wert der name-Eigenschaft ab.
- getName() - Method in class org.citrusframework.ws.security.BasicAuthConstraint
- getName() - Method in class org.citrusframework.ws.security.User
-
Gets the name.
- getObject() - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
- getObject() - Method in class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean
- getObject() - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
- getObject() - Method in class org.citrusframework.ws.config.xml.SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
- getObject() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Construct new security handler for basic authentication.
- getObjectType() - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
- getObjectType() - Method in class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean
- getObjectType() - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
- getObjectType() - Method in class org.citrusframework.ws.config.xml.SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
- getObjectType() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
- getParallel() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der parallel-Eigenschaft ab.
- getParent() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getParentBeanFactory() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getPassword() - Method in class org.citrusframework.ws.security.User
-
Gets the password.
- getPath() - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- getPath() - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- getPlsql() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der plsql-Eigenschaft ab.
- getPollingInterval() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der pollingInterval-Eigenschaft ab.
- getPort() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der port-Eigenschaft ab.
- getPort() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the port.
- getPrint() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der print-Eigenschaft ab.
- getPurgeChannel() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der purgeChannel-Eigenschaft ab.
- getPurgeEndpoint() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der purgeEndpoint-Eigenschaft ab.
- getPurgeJmsQueues() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der purgeJmsQueues-Eigenschaft ab.
- getRealm() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Gets the realm.
- getReasonPhrase() - Method in class org.citrusframework.ws.xml.Soap.SoapResponse
- getReasonPhrase() - Method in class org.citrusframework.ws.yaml.Soap.SoapResponse
- getReceive() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der receive-Eigenschaft ab.
- getRepeatOnerrorUntilTrue() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der repeatOnerrorUntilTrue-Eigenschaft ab.
- getRepeatUntilTrue() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der repeatUntilTrue-Eigenschaft ab.
- getReplyTo() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Gets the reply to endpoint reference.
- getRequestUrl() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der requestUrl-Eigenschaft ab.
- getResource() - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Ruft den Wert der resource-Eigenschaft ab.
- getResource() - Method in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail
- getResource() - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- getResource() - Method in class org.citrusframework.ws.yaml.Soap.SoapFault.SoapFaultDetail
- getResource() - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- getResource(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getResourceBase() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der resourceBase-Eigenschaft ab.
- getResourceBase() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the resourceBase.
- getResources(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getResponse() - Method in class org.citrusframework.ws.message.callback.SoapResponseMessageCallback
-
Gets the constructed Spring Integration response message object.
- getRoles() - Method in class org.citrusframework.ws.security.BasicAuthConstraint
- getRoles() - Method in class org.citrusframework.ws.security.User
-
Gets the roles.
- getSchema() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Ruft den Wert der schema-Eigenschaft ab.
- getSchemaRepository() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Ruft den Wert der schemaRepository-Eigenschaft ab.
- getSecurityHandler() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der securityHandler-Eigenschaft ab.
- getSecurityHandler() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the securityHandler.
- getSelect() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getSelect() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getSelect() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getSelect() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getSelector() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getSelector() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getSelector() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getSelector() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getSend() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der send-Eigenschaft ab.
- getSequential() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der sequential-Eigenschaft ab.
- getServerClass() - Method in class org.citrusframework.ws.config.xml.WebServiceServerParser
- getServletContext() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getServletHandler() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der servletHandler-Eigenschaft ab.
- getServletHandler() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the servletHandler.
- getServletMappingPath() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der servletMappingPath-Eigenschaft ab.
- getServletMappingPath() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the servletMappingPath.
- getServletName() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der servletName-Eigenschaft ab.
- getServletName() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the customized servlet name or default name if not set.
- getSize() - Method in class org.citrusframework.ws.message.SoapAttachment
- getSleep() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der sleep-Eigenschaft ab.
- getSoapAction() - Method in class org.citrusframework.model.testcase.ws.ReceiveModel
-
Ruft den Wert der soapAction-Eigenschaft ab.
- getSoapAction() - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Ruft den Wert der soapAction-Eigenschaft ab.
- getSoapAction() - Method in class org.citrusframework.ws.message.SoapMessage
-
Gets the soap action for this message.
- getSoapAction() - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- getSoapAction() - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- getSoapHeaderNamespace() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der soapHeaderNamespace-Eigenschaft ab.
- getSoapHeaderNamespace() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the default soap header namespace.
- getSoapHeaderPrefix() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der soapHeaderPrefix-Eigenschaft ab.
- getSoapHeaderPrefix() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the default soap header prefix.
- getSql() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der sql-Eigenschaft ab.
- getStart() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der start-Eigenschaft ab.
- getStartupDate() - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getStatus() - Method in class org.citrusframework.ws.xml.Soap.SoapResponse
- getStatus() - Method in class org.citrusframework.ws.yaml.Soap.SoapResponse
- getStop() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der stop-Eigenschaft ab.
- getStopTimer() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der stopTimer-Eigenschaft ab.
- getTestAction(int) - Method in class org.citrusframework.ws.actions.AssertSoapFault
- getTimeout() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der timeout-Eigenschaft ab.
- getTimeout() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der timeout-Eigenschaft ab.
- getTimeout() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getTimeout() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getTimeout() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getTimeout() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getTimer() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der timer-Eigenschaft ab.
- getTo() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Gets the to uri.
- getTraceTime() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der traceTime-Eigenschaft ab.
- getTraceVariables() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der traceVariables-Eigenschaft ab.
- getTransform() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der transform-Eigenschaft ab.
- getTransport() - Method in class org.citrusframework.ws.security.BasicAuthConstraint
- getType(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getType(String, boolean) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- getUri() - Method in class org.citrusframework.ws.xml.Soap.ClientRequest
- getUri() - Method in class org.citrusframework.ws.yaml.Soap.ClientRequest
- getUsers() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Gets the users.
- getValidate() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getValidates() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getValidates() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getValidates() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getValidationContext() - Method in class org.citrusframework.ws.actions.AssertSoapFault
-
Gets the validationContext.
- getValidationContexts() - Method in class org.citrusframework.ws.validation.SoapFaultValidationContext
-
Gets the validationContexts.
- getValidator() - Method in class org.citrusframework.model.testcase.ws.ReceiveModel.Attachment
-
Ruft den Wert der validator-Eigenschaft ab.
- getValidator() - Method in class org.citrusframework.ws.actions.AssertSoapFault
-
Gets the validator.
- getValidator() - Method in class org.citrusframework.ws.xml.Soap.ClientAssertFault
- getValidator() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getValidator() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getValidator() - Method in class org.citrusframework.ws.yaml.Soap.ClientAssertFault
- getValidator() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getValidator() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getValidators() - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- getValidators() - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- getValidators() - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- getValidators() - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- getValue() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Ruft den Wert der value-Eigenschaft ab.
- getValue() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault.FaultDetail
-
Ruft den Wert der value-Eigenschaft ab.
- getValue() - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Header.Element
-
Ruft den Wert der value-Eigenschaft ab.
- getVersion() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Gets the adressing version.
- getVersion() - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- getVersion() - Method in class org.citrusframework.ws.xml.Soap.SoapResponse
- getVersion() - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- getVersion() - Method in class org.citrusframework.ws.yaml.Soap.SoapResponse
- getWait() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Ruft den Wert der wait-Eigenschaft ab.
- getWebServiceTemplate() - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Ruft den Wert der webServiceTemplate-Eigenschaft ab.
- getWebServiceTemplate() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the web service template.
- getWhen() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Ruft den Wert der when-Eigenschaft ab.
- groovy - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
H
- handleAttributeHeaders() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Handle attribute headers.
- handleAttributeHeaders(boolean) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the handleAttributeHeaders property.
- handleFault(MessageContext) - Method in class org.citrusframework.ws.interceptor.LoggingClientInterceptor
-
Write SOAP fault to logger.
- handleFault(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
- handleFault(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.LoggingEndpointInterceptor
-
Write fault message to logger.
- handleFault(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.SoapMustUnderstandEndpointInterceptor
-
(non-Javadoc)
- handleHeaderAttributes - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- handleInboundAttachments(SoapMessage, SoapMessage) - Method in class org.citrusframework.ws.message.converter.SoapMessageConverter
-
Adds attachments if present in soap web service message.
- handleInboundHttpHeaders(SoapMessage, WebServiceEndpointConfiguration) - Method in class org.citrusframework.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 org.citrusframework.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 org.citrusframework.ws.message.converter.SoapMessageConverter
-
Adds mime headers to constructed response message.
- handleInboundSoapHeaders(SoapMessage, SoapMessage) - Method in class org.citrusframework.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 org.citrusframework.ws.message.converter.SoapMessageConverter
-
Method handles SOAP specific message information such as SOAP action headers and SOAP attachments.
- handleMimeHeaders - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- handleMimeHeaders() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Handle mime headers.
- handleMimeHeaders(boolean) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the handleMimeHeaders property.
- handleRequest(MessageContext) - Method in class org.citrusframework.ws.interceptor.LoggingClientInterceptor
-
Write SOAP request to logger before sending.
- handleRequest(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
- handleRequest(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.LoggingEndpointInterceptor
-
Write request message to logger.
- handleRequest(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.SoapMustUnderstandEndpointInterceptor
-
(non-Javadoc)
- handleResponse(MessageContext) - Method in class org.citrusframework.ws.interceptor.LoggingClientInterceptor
-
Write SOAP response to logger.
- handleResponse(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
- handleResponse(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.LoggingEndpointInterceptor
-
Write response message to logger.
- handleResponse(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.SoapMustUnderstandEndpointInterceptor
-
(non-Javadoc)
- hasMessageListeners() - Method in class org.citrusframework.ws.interceptor.LoggingInterceptorSupport
-
Checks if message listeners are present on this interceptor.
- hasMustUnderstandHeaders() - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Determines if this addressing headers instance has defined must understand headers.
- header - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel
- header(String, Object) - Method in class org.citrusframework.ws.message.SoapMessage
-
Sets new header name value pair.
- Header() - Constructor for class org.citrusframework.model.testcase.ws.SendFaultModel.Header
- headerValidator - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- headerValidator - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- headerValidator - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- headerValidator - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- headerValidators - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- headerValidators - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- headerValidators - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- headerValidators - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- HTTP_ACCEPT - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Http accept
- HTTP_CONTENT_TYPE - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Http content type
- HTTP_CONTEXT_PATH - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Server context path
- HTTP_PREFIX - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Special header prefix for http transport headers in SOAP message sender
- HTTP_QUERY_PARAMS - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Http query parameters
- HTTP_REASON_PHRASE - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Special status reason phrase header
- HTTP_REQUEST_METHOD - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Http request method
- HTTP_REQUEST_URI - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Full http request uri
- HTTP_STATUS_CODE - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Special status code header
I
- id - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- id - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- init() - Method in class org.citrusframework.ws.config.handler.CitrusWsConfigNamespaceHandler
- init() - Method in class org.citrusframework.ws.config.handler.CitrusWsTestcaseNamespaceHandler
- initialize() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
- initialize() - Method in class org.citrusframework.ws.server.WebServiceServer
- initStrategies(ApplicationContext) - Method in class org.citrusframework.ws.servlet.CitrusMessageDispatcherServlet
- input - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- interceptor - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- interceptor() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Client interceptor.
- interceptor(ClientInterceptor) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the interceptor.
- interceptors - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- interceptors - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- interceptors() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Client interceptors.
- interceptors() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Interceptor references.
- interceptors(List<ClientInterceptor>) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the interceptors.
- interceptors(List<EndpointInterceptor>) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the interceptors.
- interceptors(EndpointInterceptor...) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the interceptors.
- invoke(MessageContext) - Method in class org.citrusframework.ws.server.WebServiceEndpoint
- isAutoStart() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der autoStart-Eigenschaft ab.
- isDebugLogging() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der debugLogging-Eigenschaft ab.
- isHandleAttributeHeaders() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the handleAttributeHeaders.
- isHandleAttributeHeaders() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the handleAttributeHeaders.
- isHandleHeaderAttributes() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der handleHeaderAttributes-Eigenschaft ab.
- isHandleMimeHeaders() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der handleMimeHeaders-Eigenschaft ab.
- isHandleMimeHeaders() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the handle mime headers flag.
- isHandleMimeHeaders() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Should handle mime headers.
- isIgnoreAllWhitespaces() - Method in class org.citrusframework.ws.validation.SimpleSoapAttachmentValidator
-
Gets flag marking that all whitespaces are ignored.
- isKeepSoapEnvelope() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der keepSoapEnvelope-Eigenschaft ab.
- isKeepSoapEnvelope() - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the keep soap envelope flag.
- isKeepSoapEnvelope() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the keep soap envelope flag.
- isMtomEnabled() - Method in class org.citrusframework.ws.actions.SendSoapMessageAction
-
Gets mtom enabled.
- isMtomEnabled() - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
- isMtomEnabled() - Method in class org.citrusframework.ws.message.SoapMessage
-
Gets mtom attachments enabled
- isMtomInline() - Method in class org.citrusframework.ws.message.SoapAttachment
-
Get mtom inline
- isMustUnderstand(QName) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Determines if given header needs to set must understand flag.
- isPrototype(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- isRootParentContext() - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Ruft den Wert der rootParentContext-Eigenschaft ab.
- isSchemaValidation() - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Ruft den Wert der schemaValidation-Eigenschaft ab.
- isSingleton() - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
- isSingleton(String) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- isTypeMatch(String, Class<?>) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- isTypeMatch(String, ResolvableType) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- isUseRootContextAsParent() - Method in class org.citrusframework.ws.server.WebServiceServer
-
Gets the useRootContextAsParent.
- iterate - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
J
- java - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
K
- keepSoapEnvelope - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- keepSoapEnvelope() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Keep SOAP envelope.
- keepSoapEnvelope(boolean) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the keepSoapEnvelope property.
- keepSoapEnvelope(boolean) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the keepSoapEnvelope property.
L
- load - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- locale(String) - Method in class org.citrusframework.ws.message.SoapFault
-
Sets the locale used in SOAP fault.
- locale(Locale) - Method in class org.citrusframework.ws.message.SoapFault
-
Sets the locale used in SOAP fault.
- LoggingClientInterceptor - Class in org.citrusframework.ws.interceptor
-
Client interceptor implementation logging SOAP requests and responses as well as SOAP faults with logging framework.
- LoggingClientInterceptor() - Constructor for class org.citrusframework.ws.interceptor.LoggingClientInterceptor
- LoggingEndpointInterceptor - Class in org.citrusframework.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 org.citrusframework.ws.interceptor.LoggingEndpointInterceptor
- LoggingInterceptorSupport - Class in org.citrusframework.ws.interceptor
-
Abstract logging support class offers basic logger methods for SOAP messages.
- LoggingInterceptorSupport() - Constructor for class org.citrusframework.ws.interceptor.LoggingInterceptorSupport
-
Prevent instantiation.
- logMessage(String, String, boolean) - Method in class org.citrusframework.ws.interceptor.LoggingInterceptorSupport
-
Performs the final logger call with dynamic message.
- logRequest(String, MessageContext, boolean) - Method in class org.citrusframework.ws.interceptor.LoggingInterceptorSupport
-
Logs request message from message context.
- logResponse(String, MessageContext, boolean) - Method in class org.citrusframework.ws.interceptor.LoggingInterceptorSupport
-
Logs response message from message context if any.
- logSoapMessage(String, SoapMessage, boolean) - Method in class org.citrusframework.ws.interceptor.LoggingInterceptorSupport
-
Log SOAP message with transformer instance.
- logWebServiceMessage(String, WebServiceMessage, boolean) - Method in class org.citrusframework.ws.interceptor.LoggingInterceptorSupport
-
Log WebService message (other than SOAP) with in memory
ByteArrayOutputStream
M
- marshal(Calendar) - Method in class org.w3._2001.xmlschema.Adapter1
- marshal(Calendar) - Method in class org.w3._2001.xmlschema.Adapter2
- message - Variable in class org.citrusframework.ws.xml.Soap.ClientRequest
- message - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- message - Variable in class org.citrusframework.ws.xml.Soap.ServerFaultResponse
- message - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- message - Variable in class org.citrusframework.ws.xml.Soap.ServerResponse
- message - Variable in class org.citrusframework.ws.yaml.Soap.ClientRequest
- message - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- message - Variable in class org.citrusframework.ws.yaml.Soap.ServerFaultResponse
- message - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- message - Variable in class org.citrusframework.ws.yaml.Soap.ServerResponse
- MESSAGE_ID - Static variable in class org.citrusframework.ws.addressing.WsAddressingMessageHeaders
-
WsAddressing message id header name
- MESSAGE_SENDER_ATTRIBUTE - Static variable in class org.citrusframework.ws.config.xml.WebServiceClientParser
- messageConverter - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- messageConverter - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- messageConverter() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Message converter.
- messageConverter() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Message converter reference.
- messageConverter(WebServiceMessageConverter) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the message converter.
- messageConverter(WebServiceMessageConverter) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the message converter.
- messageCorrelator - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- messageFactory - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- messageFactory - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- messageFactory() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Message factory.
- messageFactory() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Message factory.
- messageFactory(String) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the message factory.
- messageFactory(WebServiceMessageFactory) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the messageFactory property.
- messageSender - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- messageSender() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Message sender.
- messageSender(WebServiceMessageSender) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the message sender.
- mtomEnabled - Variable in class org.citrusframework.model.testcase.ws.SendModel
- mtomEnabled - Variable in class org.citrusframework.ws.xml.Soap.SoapRequest
- mtomEnabled - Variable in class org.citrusframework.ws.yaml.Soap.SoapRequest
- mtomEnabled(boolean) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SendSoapMessageBuilder
- mtomEnabled(boolean) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
- mtomEnabled(boolean) - Method in class org.citrusframework.ws.message.SoapMessage
-
Enable or disable mtom attachments
- mtomInline - Variable in class org.citrusframework.model.testcase.ws.SoapAttachmentType
N
- name - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Header.Element
- name(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
- name(String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
O
- ObjectFactory - Class in org.citrusframework.model.config.ws
-
This object contains factory methods for each Java content interface and Java element interface generated in the org.citrusframework.model.config.ws package.
- ObjectFactory - Class in org.citrusframework.model.testcase.ws
-
This object contains factory methods for each Java content interface and Java element interface generated in the org.citrusframework.model.testcase.ws package.
- ObjectFactory - Class in org.citrusframework.ws.xml
-
This object contains factory methods for each Java content interface and Java element interface generated in the org.citrusframework.ftp.model package.
- ObjectFactory() - Constructor for class org.citrusframework.model.config.ws.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.model.config.ws
- ObjectFactory() - Constructor for class org.citrusframework.model.testcase.ws.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.model.testcase.ws
- ObjectFactory() - Constructor for class org.citrusframework.ws.xml.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.xml.actions
- org.citrusframework.model.config.ws - package org.citrusframework.model.config.ws
- org.citrusframework.model.testcase.ws - package org.citrusframework.model.testcase.ws
- org.citrusframework.ws.actions - package org.citrusframework.ws.actions
- org.citrusframework.ws.addressing - package org.citrusframework.ws.addressing
- org.citrusframework.ws.client - package org.citrusframework.ws.client
- org.citrusframework.ws.config.annotation - package org.citrusframework.ws.config.annotation
- org.citrusframework.ws.config.handler - package org.citrusframework.ws.config.handler
- org.citrusframework.ws.config.xml - package org.citrusframework.ws.config.xml
- org.citrusframework.ws.context - package org.citrusframework.ws.context
- org.citrusframework.ws.endpoint.builder - package org.citrusframework.ws.endpoint.builder
- org.citrusframework.ws.interceptor - package org.citrusframework.ws.interceptor
- org.citrusframework.ws.message - package org.citrusframework.ws.message
- org.citrusframework.ws.message.callback - package org.citrusframework.ws.message.callback
- org.citrusframework.ws.message.converter - package org.citrusframework.ws.message.converter
- org.citrusframework.ws.security - package org.citrusframework.ws.security
- org.citrusframework.ws.server - package org.citrusframework.ws.server
- org.citrusframework.ws.servlet - package org.citrusframework.ws.servlet
- org.citrusframework.ws.validation - package org.citrusframework.ws.validation
- org.citrusframework.ws.xml - package org.citrusframework.ws.xml
- org.citrusframework.ws.yaml - package org.citrusframework.ws.yaml
- org.w3._2001.xmlschema - package org.w3._2001.xmlschema
P
- parallel - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- ParentDelegatingWebApplicationContext - Class in org.citrusframework.ws.context
-
WebApplicationContext implementation that delegates method calls to parent ApplicationContext.
- ParentDelegatingWebApplicationContext(ApplicationContext) - Constructor for class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- parse(WebServiceClientConfig, ReferenceResolver) - Method in class org.citrusframework.ws.config.annotation.WebServiceClientConfigParser
- parse(WebServiceServerConfig, ReferenceResolver) - Method in class org.citrusframework.ws.config.annotation.WebServiceServerConfigParser
- parse(Element, ParserContext) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser
- parseAttachment(Element) - Static method in class org.citrusframework.ws.config.xml.SoapAttachmentParser
-
Parse the attachment element with all children and attributes.
- parseComponent(Element, ParserContext) - Method in class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser
- parseComponent(Element, ParserContext) - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser
- parseComponent(Element, ParserContext) - Method in class org.citrusframework.ws.config.xml.SendSoapMessageActionParser
- parseEndpointConfiguration(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.citrusframework.ws.config.xml.WebServiceClientParser
- parseHeaderElements(Element, DefaultMessageBuilder, List<ValidationContext>) - Method in class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser
- parseHeaderElements(Element, DefaultMessageBuilder, List<ValidationContext>) - Method in class org.citrusframework.ws.config.xml.SendSoapMessageActionParser
- parseServer(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.citrusframework.ws.config.xml.WebServiceServerParser
- path - Variable in class org.citrusframework.ws.xml.Soap.SoapRequest
- path - Variable in class org.citrusframework.ws.yaml.Soap.SoapRequest
- plsql - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- pollingInterval - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- pollingInterval() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Polling interval.
- pollingInterval(int) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the polling interval.
- port - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- port() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Server port.
- port(int) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the port property.
- print - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- processMessage(Message, TestContext) - Method in class org.citrusframework.ws.message.SoapFormattingMessageProcessor
- publishEvent(Object) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- publishEvent(ApplicationEvent) - Method in class org.citrusframework.ws.context.ParentDelegatingWebApplicationContext
- purgeChannel - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- purgeEndpoint - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- purgeJmsQueues - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
R
- reasonPhrase - Variable in class org.citrusframework.ws.xml.Soap.SoapResponse
- reasonPhrase - Variable in class org.citrusframework.ws.yaml.Soap.SoapResponse
- reasonPhrase(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the response status reason phrase.
- reasonPhrase(String) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Sets the response status reason phrase.
- reasonPhrase(String) - Method in class org.citrusframework.ws.message.SoapMessage
-
Sets the Http response reason phrase header.
- receive - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- receive() - Method in class org.citrusframework.ws.actions.SoapClientActionBuilder
-
Generic response builder for expecting response messages on client.
- receive() - Method in class org.citrusframework.ws.actions.SoapServerActionBuilder
-
Generic request builder for receiving SOAP messages on server.
- receive(String, TestContext) - Method in class org.citrusframework.ws.client.WebServiceClient
- receive(String, TestContext, long) - Method in class org.citrusframework.ws.client.WebServiceClient
- receive(TestContext) - Method in class org.citrusframework.ws.client.WebServiceClient
- receive(TestContext, long) - Method in class org.citrusframework.ws.client.WebServiceClient
- ReceiveModel - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für SoapReceiveActionType complex type.
- ReceiveModel() - Constructor for class org.citrusframework.model.testcase.ws.ReceiveModel
- ReceiveModel.Attachment - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für anonymous complex type.
- ReceiveSoapMessageAction - Class in org.citrusframework.ws.actions
-
Message receiver for SOAP messaging.
- ReceiveSoapMessageAction(ReceiveSoapMessageAction.Builder) - Constructor for class org.citrusframework.ws.actions.ReceiveSoapMessageAction
-
Default constructor.
- ReceiveSoapMessageAction.Builder - Class in org.citrusframework.ws.actions
-
Action builder.
- ReceiveSoapMessageAction.SoapMessageBuilderSupport - Class in org.citrusframework.ws.actions
- ReceiveSoapMessageActionFactoryBean() - Constructor for class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean
- ReceiveSoapMessageActionParser - Class in org.citrusframework.ws.config.xml
-
Parser for SOAP message receiver component in Citrus ws namespace.
- ReceiveSoapMessageActionParser() - Constructor for class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser
- ReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean - Class in org.citrusframework.ws.config.xml
-
Test action factory bean.
- repeatOnerrorUntilTrue - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- repeatUntilTrue - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- REPLY_TO - Static variable in class org.citrusframework.ws.addressing.WsAddressingMessageHeaders
-
WsAddressing replyTo header name
- REQUEST_URL_ATTRIBUTE - Static variable in class org.citrusframework.ws.config.xml.WebServiceClientParser
- requestUrl - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- requestUrl() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Request uri.
- resource - Variable in class org.citrusframework.model.testcase.ws.SoapAttachmentType
- resource - Variable in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail
- resource - Variable in class org.citrusframework.ws.yaml.Soap.SoapFault.SoapFaultDetail
- Resource() - Constructor for class org.citrusframework.model.testcase.ws.SoapAttachmentType.Resource
- Resource() - Constructor for class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail.Resource
- Resource() - Constructor for class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment.Resource
- resourceBase - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- resourceBase() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Resource base.
- resourceBase(String) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the resource base.
- rootParentContext - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- rootParentContext() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Root parent context.
- rootParentContext(boolean) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Enables/disables the root parent context.
S
- schema - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
- schemaRepository - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
- schemaValidation - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
- securityHandler - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- securityHandler() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Security handler reference.
- securityHandler(SecurityHandler) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the security handler.
- SecurityHandlerFactory - Class in org.citrusframework.ws.security
-
Factory bean constructs a security handler for usage in Jetty servlet container.
- SecurityHandlerFactory() - Constructor for class org.citrusframework.ws.security.SecurityHandlerFactory
- select - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- select - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- select - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- select - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- selector - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- selector - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- selector - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- selector - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- send - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- send() - Method in class org.citrusframework.ws.actions.SoapClientActionBuilder
-
Generic request builder with request method and path.
- send() - Method in class org.citrusframework.ws.actions.SoapServerActionBuilder
-
Generic response builder for sending SOAP response messages to client.
- send(Message, TestContext) - Method in class org.citrusframework.ws.client.WebServiceClient
- sendFault() - Method in class org.citrusframework.ws.actions.SoapServerActionBuilder
-
Generic response builder for sending SOAP fault messages to client.
- SendFaultModel - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für SoapSendFaultActionType complex type.
- SendFaultModel() - Constructor for class org.citrusframework.model.testcase.ws.SendFaultModel
- SendFaultModel.Fault - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für anonymous complex type.
- SendFaultModel.Fault.FaultDetail - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für anonymous complex type.
- SendFaultModel.Header - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für anonymous complex type.
- SendFaultModel.Header.Element - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für anonymous complex type.
- SendModel - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für SoapSendActionType complex type.
- SendModel() - Constructor for class org.citrusframework.model.testcase.ws.SendModel
- SendSoapFaultAction - Class in org.citrusframework.ws.actions
- SendSoapFaultAction(SendSoapFaultAction.Builder) - Constructor for class org.citrusframework.ws.actions.SendSoapFaultAction
- SendSoapFaultAction.Builder - Class in org.citrusframework.ws.actions
-
Action builder.
- SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport - Class in org.citrusframework.ws.actions
- SendSoapFaultActionFactoryBean() - Constructor for class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
- SendSoapFaultActionParser - Class in org.citrusframework.ws.config.xml
-
Bean definition parser for send soap fault action in test case.
- SendSoapFaultActionParser() - Constructor for class org.citrusframework.ws.config.xml.SendSoapFaultActionParser
- SendSoapFaultActionParser.SendSoapFaultActionFactoryBean - Class in org.citrusframework.ws.config.xml
-
Test action factory bean.
- SendSoapMessageAction - Class in org.citrusframework.ws.actions
-
Message send action able to add SOAP attachment support to normal message sending action.
- SendSoapMessageAction(SendSoapMessageAction.SendSoapMessageBuilder<?, ?, ?>) - Constructor for class org.citrusframework.ws.actions.SendSoapMessageAction
- SendSoapMessageAction.Builder - Class in org.citrusframework.ws.actions
-
Action builder.
- SendSoapMessageAction.Builder.SendSoapMessageBuilderSupport - Class in org.citrusframework.ws.actions
- SendSoapMessageAction.SendSoapMessageBuilder<T extends SendSoapMessageAction,
M extends SendSoapMessageAction.SoapMessageBuilderSupport<T, B, M>, B extends SendSoapMessageAction.SendSoapMessageBuilder<T, M, B>> - Class in org.citrusframework.ws.actions -
Action builder.
- SendSoapMessageAction.SoapMessageBuilderSupport<T extends SendSoapMessageAction,
B extends SendSoapMessageAction.SendSoapMessageBuilder<T, M, B>, M extends SendSoapMessageAction.SoapMessageBuilderSupport<T, B, M>> - Class in org.citrusframework.ws.actions - SendSoapMessageActionFactoryBean() - Constructor for class org.citrusframework.ws.config.xml.SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
- SendSoapMessageActionParser - Class in org.citrusframework.ws.config.xml
-
Parser for SOAP message sender component in Citrus ws namespace.
- SendSoapMessageActionParser() - Constructor for class org.citrusframework.ws.config.xml.SendSoapMessageActionParser
- SendSoapMessageActionParser.SendSoapMessageActionFactoryBean - Class in org.citrusframework.ws.config.xml
-
Test action factory bean.
- SendSoapMessageBuilder() - Constructor for class org.citrusframework.ws.actions.SendSoapMessageAction.SendSoapMessageBuilder
- SendSoapMessageBuilderSupport(SoapMessage, SendSoapMessageAction.Builder) - Constructor for class org.citrusframework.ws.actions.SendSoapMessageAction.Builder.SendSoapMessageBuilderSupport
- sequential - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- server(String) - Method in class org.citrusframework.ws.actions.SoapActionBuilder
-
Initiate soap server action.
- server(WebServiceServer) - Method in class org.citrusframework.ws.actions.SoapActionBuilder
-
Initiate soap server action.
- ServerFaultResponse() - Constructor for class org.citrusframework.ws.xml.Soap.ServerFaultResponse
- ServerFaultResponse() - Constructor for class org.citrusframework.ws.yaml.Soap.ServerFaultResponse
- ServerRequest() - Constructor for class org.citrusframework.ws.xml.Soap.ServerRequest
- ServerRequest() - Constructor for class org.citrusframework.ws.yaml.Soap.ServerRequest
- ServerResponse() - Constructor for class org.citrusframework.ws.xml.Soap.ServerResponse
- ServerResponse() - Constructor for class org.citrusframework.ws.yaml.Soap.ServerResponse
- servletHandler - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- servletHandler() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Servlet handler reference.
- servletHandler(ServletHandler) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the servlet handler.
- servletMappingPath - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- servletMappingPath() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Servlet mapping path.
- servletMappingPath(String) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the servlet mapping path.
- servletName - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- servletName() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Servlet name.
- servletName(String) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the servlet name.
- setAccept(String) - Method in class org.citrusframework.model.testcase.ws.ReceiveModel
-
Legt den Wert der accept-Eigenschaft fest.
- setAccept(String) - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Legt den Wert der accept-Eigenschaft fest.
- setAccept(String) - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- setAccept(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- setAcceptedHeaders(List<String>) - Method in class org.citrusframework.ws.interceptor.SoapMustUnderstandEndpointInterceptor
- setAction(String) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the action from uri string.
- setAction(URI) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the action.
- setAction(ActionModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der action-Eigenschaft fest.
- setAction(TestAction) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
-
Sets the nested test action.
- setActions(List<TestActions>) - Method in class org.citrusframework.ws.yaml.Soap.ClientAssertFault
- setActions(TestActions) - Method in class org.citrusframework.ws.xml.Soap.ClientAssertFault
- setActor(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der actor-Eigenschaft fest.
- setActor(String) - Method in class org.citrusframework.ws.xml.Soap
- setActor(String) - Method in class org.citrusframework.ws.yaml.Soap
- setAnt(AntModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der ant-Eigenschaft fest.
- setAny(Object) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der any-Eigenschaft fest.
- setAssert(AssertModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der assert-Eigenschaft fest.
- setAssertFault(Soap.ClientAssertFault) - Method in class org.citrusframework.ws.xml.Soap
- setAssertFault(Soap.ClientAssertFault) - Method in class org.citrusframework.ws.yaml.Soap
- setAsync(AsyncModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der async-Eigenschaft fest.
- setAttachments(List<SoapAttachment>) - Method in class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean
-
Sets the control attachments.
- setAttachments(List<SoapAttachment>) - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
-
Sets the control attachments.
- setAttachments(List<SoapAttachment>) - Method in class org.citrusframework.ws.config.xml.SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
-
Sets the control attachments.
- setAttachments(List<Soap.SoapMessage.Attachment>) - Method in class org.citrusframework.ws.xml.Soap.SoapMessage
- setAttachments(List<Soap.SoapMessage.Attachment>) - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage
- setAttachmentValidator(String) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setAttachmentValidator(String) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setAttachmentValidator(String) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setAttachmentValidator(String) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setAttachmentValidator(SoapAttachmentValidator) - Method in class org.citrusframework.ws.config.xml.ReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean
-
Set the attachment validator.
- setAuthenticator(Authenticator) - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Sets the authenticator.
- setAutoStart(Boolean) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der autoStart-Eigenschaft fest.
- setCallTemplate(CallTemplateModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der callTemplate-Eigenschaft fest.
- setCatch(CatchModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der catch-Eigenschaft fest.
- setCharset(String) - Method in class org.citrusframework.ws.message.converter.SoapMessageConverter
- setCharset(String) - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- setCharset(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- setCharsetName(String) - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Legt den Wert der charsetName-Eigenschaft fest.
- setCharsetName(String) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Set the charset name.
- setClient(String) - Method in class org.citrusframework.ws.yaml.Soap
- setConditional(ConditionalModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der conditional-Eigenschaft fest.
- setConnector(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der connector-Eigenschaft fest.
- setConnector(Connector) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the connector.
- setConnectors(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der connectors-Eigenschaft fest.
- setConnectors(Connector[]) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the connectors.
- setConstraints(Map<String, Constraint>) - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Sets the constraints.
- setContent(String) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Set the content body.
- setContent(String) - Method in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail
- setContent(String) - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- setContent(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapFault.SoapFaultDetail
- setContent(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- setContentId(String) - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Legt den Wert der contentId-Eigenschaft fest.
- setContentId(String) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Set the content id.
- setContentId(String) - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- setContentId(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- setContentResourcePath(String) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Set the content file resource path.
- setContentType(String) - Method in class org.citrusframework.model.testcase.ws.ReceiveModel
-
Legt den Wert der contentType-Eigenschaft fest.
- setContentType(String) - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Legt den Wert der contentType-Eigenschaft fest.
- setContentType(String) - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Legt den Wert der contentType-Eigenschaft fest.
- setContentType(String) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Set the content type.
- setContentType(String) - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- setContentType(String) - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- setContentType(String) - Method in class org.citrusframework.ws.xml.Soap.SoapResponse
- setContentType(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- setContentType(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- setContentType(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapResponse
- setContextConfigLocation(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der contextConfigLocation-Eigenschaft fest.
- setContextConfigLocation(String) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the contextConfigLocation.
- setContextPath(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der contextPath-Eigenschaft fest.
- setContextPath(String) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the contextPath.
- setCorrelationManager(CorrelationManager<Message>) - Method in class org.citrusframework.ws.client.WebServiceClient
-
Sets the correlation manager.
- setCorrelator(MessageCorrelator) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Set reply message correlator.
- setCreateVariables(CreateVariablesModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der createVariables-Eigenschaft fest.
- setData(String) - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Legt den Wert der data-Eigenschaft fest.
- setDataHandler(DataHandler) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Sets the data handler.
- setDebugLogging(Boolean) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der debugLogging-Eigenschaft fest.
- setDefaultNamespaceUri(String) - Method in class org.citrusframework.ws.server.WebServiceEndpoint
-
Set the default namespace used in SOAP response headers.
- setDefaultPrefix(String) - Method in class org.citrusframework.ws.server.WebServiceEndpoint
-
Set the default namespace prefix used in SOAP response headers.
- setDefaultUri(String) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Gets the default uri.
- setDelay(DelayModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der delay-Eigenschaft fest.
- setDescription(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel
-
Legt den Wert der description-Eigenschaft fest.
- setDescription(String) - Method in class org.citrusframework.ws.xml.Soap
- setDescription(String) - Method in class org.citrusframework.ws.yaml.Soap
- setEcho(EchoActionType) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der echo-Eigenschaft fest.
- setEncodingType(String) - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Legt den Wert der encodingType-Eigenschaft fest.
- setEncodingType(String) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Sets the attachment encoding type.
- setEndpoint(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel
-
Legt den Wert der endpoint-Eigenschaft fest.
- setEndpointAdapter(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der endpointAdapter-Eigenschaft fest.
- setEndpointAdapter(EndpointAdapter) - Method in class org.citrusframework.ws.server.WebServiceEndpoint
-
Set the endpoint adapter.
- setEndpointConfiguration(WebServiceEndpointConfiguration) - Method in class org.citrusframework.ws.server.WebServiceEndpoint
-
Sets the endpoint configuration.
- setEndpointResolver(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der endpointResolver-Eigenschaft fest.
- setEndpointResolver(EndpointUriResolver) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the endpoint uri resolver.
- setErrorHandlingStrategy(ErrorHandlingStrategy) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the errorHandlingStrategy.
- setExpectTimeout(ExpectTimeoutModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der expectTimeout-Eigenschaft fest.
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.xml.Soap.ClientRequest
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.xml.Soap.ServerFaultResponse
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.xml.Soap.ServerResponse
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.yaml.Soap.ClientRequest
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.yaml.Soap.ServerFaultResponse
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setExtract(Message.Extract) - Method in class org.citrusframework.ws.yaml.Soap.ServerResponse
- setFail(FailModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der fail-Eigenschaft fest.
- setFault(SendFaultModel.Fault) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel
-
Legt den Wert der fault-Eigenschaft fest.
- setFaultActor(String) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Legt den Wert der faultActor-Eigenschaft fest.
- setFaultActor(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
-
Legt den Wert der faultActor-Eigenschaft fest.
- setFaultActor(String) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
-
Sets the faultActor.
- setFaultActor(String) - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
-
Sets the faultActor.
- setFaultActor(String) - Method in class org.citrusframework.ws.xml.Soap.SoapFault
- setFaultActor(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapFault
- setFaultCode(String) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Legt den Wert der faultCode-Eigenschaft fest.
- setFaultCode(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
-
Legt den Wert der faultCode-Eigenschaft fest.
- setFaultCode(String) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
-
Set the fault code.
- setFaultCode(String) - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
-
Set the fault code QName string.
- setFaultCode(String) - Method in class org.citrusframework.ws.xml.Soap.SoapFault
- setFaultCode(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapFault
- setFaultDetailResourcePaths(List<String>) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
-
Sets the fault detail resource paths.
- setFaultDetailResourcePaths(List<String>) - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
-
Sets the fault detail resource paths.
- setFaultDetails(List<String>) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
-
Sets the faultDetails.
- setFaultDetails(List<String>) - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
-
Sets the faultDetails.
- setFaultDetails(List<Soap.SoapFault.SoapFaultDetail>) - Method in class org.citrusframework.ws.xml.Soap.SoapFault
- setFaultDetails(List<Soap.SoapFault.SoapFaultDetail>) - Method in class org.citrusframework.ws.yaml.Soap.SoapFault
- setFaultStrategy(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der faultStrategy-Eigenschaft fest.
- setFaultString(String) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Legt den Wert der faultString-Eigenschaft fest.
- setFaultString(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault
-
Legt den Wert der faultString-Eigenschaft fest.
- setFaultString(String) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
-
Set the fault string.
- setFaultString(String) - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
-
Set the fault reason string describing the fault.
- setFaultString(String) - Method in class org.citrusframework.ws.xml.Soap.SoapFault
- setFaultString(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapFault
- setFaultTo(String) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the fault to endpoint reference by string.
- setFaultTo(EndpointReference) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the fault to endpoint reference.
- setFaultValidator(String) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Legt den Wert der faultValidator-Eigenschaft fest.
- setFile(String) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Legt den Wert der file-Eigenschaft fest.
- setFile(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault.FaultDetail
-
Legt den Wert der file-Eigenschaft fest.
- setFile(String) - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType.Resource
-
Legt den Wert der file-Eigenschaft fest.
- setFile(String) - Method in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail.Resource
- setFile(String) - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment.Resource
- setFork(Boolean) - Method in class org.citrusframework.ws.xml.Soap.ClientRequest
- setFork(Boolean) - Method in class org.citrusframework.ws.yaml.Soap.ClientRequest
- setFrom(String) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the from endpoint reference by string.
- setFrom(EndpointReference) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the from endpoint reference.
- setGroovy(GroovyModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der groovy-Eigenschaft fest.
- setHandleAttributeHeaders(boolean) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the handleAttributeHeaders.
- setHandleAttributeHeaders(boolean) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the handleAttributeHeaders.
- setHandleHeaderAttributes(Boolean) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der handleHeaderAttributes-Eigenschaft fest.
- setHandleMimeHeaders(boolean) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the handle mime headers flag.
- setHandleMimeHeaders(boolean) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Enable mime headers in request message which is passed to endpoint adapter.
- setHandleMimeHeaders(Boolean) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der handleMimeHeaders-Eigenschaft fest.
- setHeader(String, Object) - Method in class org.citrusframework.ws.message.SoapMessage
- setHeader(SendFaultModel.Header) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel
-
Legt den Wert der header-Eigenschaft fest.
- setHeaderValidator(String) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setHeaderValidator(String) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setHeaderValidator(String) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setHeaderValidator(String) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setHeaderValidators(String) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setHeaderValidators(String) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setHeaderValidators(String) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setHeaderValidators(String) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setId(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der id-Eigenschaft fest.
- setId(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der id-Eigenschaft fest.
- setIgnoreAllWhitespaces(boolean) - Method in class org.citrusframework.ws.validation.SimpleSoapAttachmentValidator
-
Sets ignore all whitespaces flag.
- setInput(InputModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der input-Eigenschaft fest.
- setInterceptor(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der interceptor-Eigenschaft fest.
- setInterceptor(ClientInterceptor) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the single client interceptor.
- setInterceptors(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der interceptors-Eigenschaft fest.
- setInterceptors(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der interceptors-Eigenschaft fest.
- setInterceptors(List<ClientInterceptor>) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the client interceptors.
- setInterceptors(List<EndpointInterceptor>) - Method in class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
-
Sets the interceptor list.
- setIterate(IterateModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der iterate-Eigenschaft fest.
- setJava(JavaModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der java-Eigenschaft fest.
- setKeepSoapEnvelope(boolean) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the keep soap header flag.
- setKeepSoapEnvelope(boolean) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the keep soap header flag.
- setKeepSoapEnvelope(Boolean) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der keepSoapEnvelope-Eigenschaft fest.
- setLoad(LoadModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der load-Eigenschaft fest.
- setLoginService(LoginService) - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Sets the loginService.
- setMessage(Soap.SoapFault) - Method in class org.citrusframework.ws.xml.Soap.ServerFaultResponse
- setMessage(Soap.SoapRequest) - Method in class org.citrusframework.ws.xml.Soap.ClientRequest
- setMessage(Soap.SoapRequest) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setMessage(Soap.SoapResponse) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setMessage(Soap.SoapResponse) - Method in class org.citrusframework.ws.xml.Soap.ServerResponse
- setMessage(Soap.SoapFault) - Method in class org.citrusframework.ws.yaml.Soap.ServerFaultResponse
- setMessage(Soap.SoapRequest) - Method in class org.citrusframework.ws.yaml.Soap.ClientRequest
- setMessage(Soap.SoapRequest) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setMessage(Soap.SoapResponse) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setMessage(Soap.SoapResponse) - Method in class org.citrusframework.ws.yaml.Soap.ServerResponse
- setMessageConverter(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der messageConverter-Eigenschaft fest.
- setMessageConverter(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der messageConverter-Eigenschaft fest.
- setMessageConverter(WebServiceMessageConverter) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the message converter.
- setMessageConverter(WebServiceMessageConverter) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the message converter.
- setMessageCorrelator(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der messageCorrelator-Eigenschaft fest.
- setMessageFactory(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der messageFactory-Eigenschaft fest.
- setMessageFactory(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der messageFactory-Eigenschaft fest.
- setMessageFactory(WebServiceMessageFactory) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the message factory.
- setMessageFactoryName(String) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the message factory name.
- setMessageId(String) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the message id from uri string.
- setMessageId(URI) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the message id.
- setMessageIdStrategy(MessageIdStrategy) - Method in class org.citrusframework.ws.message.converter.WsAddressingMessageConverter
-
Sets the message id generation strategy.
- setMessageListener(MessageListeners) - Method in class org.citrusframework.ws.interceptor.LoggingInterceptorSupport
-
Sets the message listener.
- setMessageSender(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der messageSender-Eigenschaft fest.
- setMessageSender(WebServiceMessageSender) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the message sender.
- setMtomEnabled(boolean) - Method in class org.citrusframework.ws.config.xml.SendSoapFaultActionParser.SendSoapFaultActionFactoryBean
-
Enable or disable mtom attachments
- setMtomEnabled(boolean) - Method in class org.citrusframework.ws.config.xml.SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
-
Enable or disable mtom attachments
- setMtomEnabled(Boolean) - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- setMtomEnabled(Boolean) - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- setMtomEnabled(String) - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Legt den Wert der mtomEnabled-Eigenschaft fest.
- setMtomInline(boolean) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Set mtom inline
- setMtomInline(String) - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Legt den Wert der mtomInline-Eigenschaft fest.
- setMustUnderstandHeaders(List<String>) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the list of defined must understand headers.
- setName(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Header.Element
-
Legt den Wert der name-Eigenschaft fest.
- setName(String) - Method in class org.citrusframework.ws.security.User
-
Sets the name.
- setParallel(ParallelModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der parallel-Eigenschaft fest.
- setPassword(String) - Method in class org.citrusframework.ws.security.User
-
Sets the password.
- setPath(String) - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- setPath(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- setPlsql(PlsqlModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der plsql-Eigenschaft fest.
- setPollingInterval(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der pollingInterval-Eigenschaft fest.
- setPort(int) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the port.
- setPort(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der port-Eigenschaft fest.
- setPrint(PrintModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der print-Eigenschaft fest.
- setPurgeChannel(PurgeChannelModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der purgeChannel-Eigenschaft fest.
- setPurgeEndpoint(PurgeEndpointModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der purgeEndpoint-Eigenschaft fest.
- setPurgeJmsQueues(PurgeJmsQueuesModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der purgeJmsQueues-Eigenschaft fest.
- setRealm(String) - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Sets the realm.
- setReasonPhrase(String) - Method in class org.citrusframework.ws.xml.Soap.SoapResponse
- setReasonPhrase(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapResponse
- setReceive(ReceiveActionType) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der receive-Eigenschaft fest.
- setReceiveRequest(Soap.ServerRequest) - Method in class org.citrusframework.ws.xml.Soap
- setReceiveRequest(Soap.ServerRequest) - Method in class org.citrusframework.ws.yaml.Soap
- setReceiveResponse(Soap.ClientResponse) - Method in class org.citrusframework.ws.xml.Soap
- setReceiveResponse(Soap.ClientResponse) - Method in class org.citrusframework.ws.yaml.Soap
- setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
- setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.ws.validation.XmlSoapAttachmentValidator
- setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.ws.xml.Soap
- setReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.ws.yaml.Soap
- setRepeatOnerrorUntilTrue(RepeatOnerrorUntilTrueModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der repeatOnerrorUntilTrue-Eigenschaft fest.
- setRepeatUntilTrue(RepeatUntilTrueModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der repeatUntilTrue-Eigenschaft fest.
- setReplyTo(String) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the reply to endpoint reference by string.
- setReplyTo(EndpointReference) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the reply to endpoint reference.
- setRequestUrl(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der requestUrl-Eigenschaft fest.
- setResource(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapFault.SoapFaultDetail
- setResource(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapMessage.Attachment
- setResource(SoapAttachmentType.Resource) - Method in class org.citrusframework.model.testcase.ws.SoapAttachmentType
-
Legt den Wert der resource-Eigenschaft fest.
- setResource(Soap.SoapFault.SoapFaultDetail.Resource) - Method in class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail
- setResource(Soap.SoapMessage.Attachment.Resource) - Method in class org.citrusframework.ws.xml.Soap.SoapMessage.Attachment
- setResourceBase(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der resourceBase-Eigenschaft fest.
- setResourceBase(String) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the resourceBase.
- setRoles(String[]) - Method in class org.citrusframework.ws.security.User
-
Sets the roles.
- setRootParentContext(Boolean) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der rootParentContext-Eigenschaft fest.
- setSchema(String) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Legt den Wert der schema-Eigenschaft fest.
- setSchemaRepository(String) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Legt den Wert der schemaRepository-Eigenschaft fest.
- setSchemaValidation(Boolean) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Legt den Wert der schemaValidation-Eigenschaft fest.
- setSecurityHandler(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der securityHandler-Eigenschaft fest.
- setSecurityHandler(SecurityHandler) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the securityHandler.
- setSelect(String) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setSelect(String) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setSelect(String) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setSelect(String) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setSelector(Receive.Selector) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setSelector(Receive.Selector) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setSelector(Receive.Selector) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setSelector(Receive.Selector) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setSend(SendActionType) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der send-Eigenschaft fest.
- setSendFault(Soap.ServerFaultResponse) - Method in class org.citrusframework.ws.xml.Soap
- setSendFault(Soap.ServerFaultResponse) - Method in class org.citrusframework.ws.yaml.Soap
- setSendRequest(Soap.ClientRequest) - Method in class org.citrusframework.ws.xml.Soap
- setSendRequest(Soap.ClientRequest) - Method in class org.citrusframework.ws.yaml.Soap
- setSendResponse(Soap.ServerResponse) - Method in class org.citrusframework.ws.xml.Soap
- setSendResponse(Soap.ServerResponse) - Method in class org.citrusframework.ws.yaml.Soap
- setSequential(SequentialModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der sequential-Eigenschaft fest.
- setServer(String) - Method in class org.citrusframework.ws.yaml.Soap
- setServletHandler(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der servletHandler-Eigenschaft fest.
- setServletHandler(ServletHandler) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the servletHandler.
- setServletMappingPath(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der servletMappingPath-Eigenschaft fest.
- setServletMappingPath(String) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the servletMappingPath.
- setServletName(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der servletName-Eigenschaft fest.
- setServletName(String) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the servletName.
- setSleep(SleepActionType) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der sleep-Eigenschaft fest.
- setSoapAction(String) - Method in class org.citrusframework.model.testcase.ws.ReceiveModel
-
Legt den Wert der soapAction-Eigenschaft fest.
- setSoapAction(String) - Method in class org.citrusframework.model.testcase.ws.SendModel
-
Legt den Wert der soapAction-Eigenschaft fest.
- setSoapAction(String) - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- setSoapAction(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- setSoapClient(String) - Method in class org.citrusframework.ws.xml.Soap
- setSoapHeaderNamespace(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der soapHeaderNamespace-Eigenschaft fest.
- setSoapHeaderNamespace(String) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the default soap header namespace.
- setSoapHeaderPrefix(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der soapHeaderPrefix-Eigenschaft fest.
- setSoapHeaderPrefix(String) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the default soap header prefix.
- setSoapServer(String) - Method in class org.citrusframework.ws.xml.Soap
- setSql(SqlModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der sql-Eigenschaft fest.
- setStart(StartModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der start-Eigenschaft fest.
- setStatus(String) - Method in class org.citrusframework.ws.xml.Soap.SoapResponse
- setStatus(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapResponse
- setStop(StopModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der stop-Eigenschaft fest.
- setStopTimer(StopTimerModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der stopTimer-Eigenschaft fest.
- setTestContext(TestContext) - Method in class org.citrusframework.ws.message.SoapAttachment
-
Sets the test context this attachment is bound to.
- setTimeout(Integer) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setTimeout(Integer) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setTimeout(Integer) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setTimeout(Integer) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setTimeout(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der timeout-Eigenschaft fest.
- setTimeout(String) - Method in class org.citrusframework.model.config.ws.WebServiceServerModel
-
Legt den Wert der timeout-Eigenschaft fest.
- setTimer(TimerModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der timer-Eigenschaft fest.
- setTo(String) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the to uri by string.
- setTo(URI) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the to uri.
- setTraceTime(TraceTimeModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der traceTime-Eigenschaft fest.
- setTraceVariables(TraceVariablesModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der traceVariables-Eigenschaft fest.
- setTransform(TransformModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der transform-Eigenschaft fest.
- setUri(String) - Method in class org.citrusframework.ws.xml.Soap.ClientRequest
- setUri(String) - Method in class org.citrusframework.ws.yaml.Soap.ClientRequest
- setUseRootContextAsParent(boolean) - Method in class org.citrusframework.ws.server.WebServiceServer
-
Sets the useRootContextAsParent.
- setUsers(List<User>) - Method in class org.citrusframework.ws.security.SecurityHandlerFactory
-
Sets the users.
- setValidate(List<Receive.Validate>) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setValidates(List<Receive.Validate>) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setValidationContext(SoapFaultValidationContext.Builder) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
-
Sets the validationContext.
- setValidator(String) - Method in class org.citrusframework.model.testcase.ws.ReceiveModel.Attachment
-
Legt den Wert der validator-Eigenschaft fest.
- setValidator(String) - Method in class org.citrusframework.ws.xml.Soap.ClientAssertFault
- setValidator(String) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setValidator(String) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setValidator(String) - Method in class org.citrusframework.ws.yaml.Soap.ClientAssertFault
- setValidator(String) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setValidator(String) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setValidator(SoapFaultValidator) - Method in class org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
- setValidators(String) - Method in class org.citrusframework.ws.xml.Soap.ClientResponse
- setValidators(String) - Method in class org.citrusframework.ws.xml.Soap.ServerRequest
- setValidators(String) - Method in class org.citrusframework.ws.yaml.Soap.ClientResponse
- setValidators(String) - Method in class org.citrusframework.ws.yaml.Soap.ServerRequest
- setValue(String) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
-
Legt den Wert der value-Eigenschaft fest.
- setValue(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault.FaultDetail
-
Legt den Wert der value-Eigenschaft fest.
- setValue(String) - Method in class org.citrusframework.model.testcase.ws.SendFaultModel.Header.Element
-
Legt den Wert der value-Eigenschaft fest.
- setVersion(String) - Method in class org.citrusframework.ws.xml.Soap.SoapRequest
- setVersion(String) - Method in class org.citrusframework.ws.xml.Soap.SoapResponse
- setVersion(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapRequest
- setVersion(String) - Method in class org.citrusframework.ws.yaml.Soap.SoapResponse
- setVersion(WsAddressingVersion) - Method in class org.citrusframework.ws.addressing.WsAddressingHeaders
-
Sets the adressing version.
- setWait(WaitModel) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
-
Legt den Wert der wait-Eigenschaft fest.
- setWebServiceTemplate(String) - Method in class org.citrusframework.model.config.ws.WebServiceClientModel
-
Legt den Wert der webServiceTemplate-Eigenschaft fest.
- setWebServiceTemplate(WebServiceTemplate) - Method in class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Sets the web service template.
- setWhen(List<TestActions>) - Method in class org.citrusframework.ws.yaml.Soap.ClientAssertFault
- setWhen(AssertFaultModel.When) - Method in class org.citrusframework.model.testcase.ws.AssertFaultModel
-
Legt den Wert der when-Eigenschaft fest.
- setWhen(TestActions) - Method in class org.citrusframework.ws.xml.Soap.ClientAssertFault
- shouldIntercept(MessageContext, Object) - Method in class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
- shutdown() - Method in class org.citrusframework.ws.server.WebServiceServer
- SimpleSoapAttachmentValidator - Class in org.citrusframework.ws.validation
-
Simple implementation of a
AbstractSoapAttachmentValidator. - SimpleSoapAttachmentValidator() - Constructor for class org.citrusframework.ws.validation.SimpleSoapAttachmentValidator
- SimpleSoapFaultValidator - Class in org.citrusframework.ws.validation
-
Simple soap fault validator implementation just performing String equals on soap fault detail as validation algorithm.
- SimpleSoapFaultValidator() - Constructor for class org.citrusframework.ws.validation.SimpleSoapFaultValidator
- sleep - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- soap() - Static method in class org.citrusframework.ws.actions.SoapActionBuilder
-
Static entrance method for the SOAP fluent action builder.
- soap() - Static method in class org.citrusframework.ws.endpoint.builder.WebServiceEndpoints
-
Static entry method for Soap client and server endpoints.
- Soap - Class in org.citrusframework.ws.xml
- Soap - Class in org.citrusframework.ws.yaml
- Soap() - Constructor for class org.citrusframework.ws.xml.Soap
- Soap() - Constructor for class org.citrusframework.ws.yaml.Soap
- SOAP_ACTION - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
SOAP action header name
- SOAP_PREFIX - Static variable in class org.citrusframework.ws.message.SoapMessageHeaders
-
Citrus ws specific header prefix
- Soap.ClientAssertFault - Class in org.citrusframework.ws.xml
- Soap.ClientAssertFault - Class in org.citrusframework.ws.yaml
- Soap.ClientRequest - Class in org.citrusframework.ws.xml
- Soap.ClientRequest - Class in org.citrusframework.ws.yaml
- Soap.ClientResponse - Class in org.citrusframework.ws.xml
- Soap.ClientResponse - Class in org.citrusframework.ws.yaml
- Soap.ServerFaultResponse - Class in org.citrusframework.ws.xml
- Soap.ServerFaultResponse - Class in org.citrusframework.ws.yaml
- Soap.ServerRequest - Class in org.citrusframework.ws.xml
- Soap.ServerRequest - Class in org.citrusframework.ws.yaml
- Soap.ServerResponse - Class in org.citrusframework.ws.xml
- Soap.ServerResponse - Class in org.citrusframework.ws.yaml
- Soap.SoapFault - Class in org.citrusframework.ws.xml
- Soap.SoapFault - Class in org.citrusframework.ws.yaml
- Soap.SoapFault.SoapFaultDetail - Class in org.citrusframework.ws.xml
- Soap.SoapFault.SoapFaultDetail - Class in org.citrusframework.ws.yaml
- Soap.SoapFault.SoapFaultDetail.Resource - Class in org.citrusframework.ws.xml
- Soap.SoapMessage - Class in org.citrusframework.ws.xml
- Soap.SoapMessage - Class in org.citrusframework.ws.yaml
- Soap.SoapMessage.Attachment - Class in org.citrusframework.ws.xml
- Soap.SoapMessage.Attachment - Class in org.citrusframework.ws.yaml
- Soap.SoapMessage.Attachment.Resource - Class in org.citrusframework.ws.xml
- Soap.SoapRequest - Class in org.citrusframework.ws.xml
- Soap.SoapRequest - Class in org.citrusframework.ws.yaml
- Soap.SoapResponse - Class in org.citrusframework.ws.xml
- Soap.SoapResponse - Class in org.citrusframework.ws.yaml
- soapAction - Variable in class org.citrusframework.model.testcase.ws.ReceiveModel
- soapAction - Variable in class org.citrusframework.model.testcase.ws.SendModel
- soapAction - Variable in class org.citrusframework.ws.xml.Soap.SoapRequest
- soapAction - Variable in class org.citrusframework.ws.yaml.Soap.SoapRequest
- soapAction(String) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets special SOAP action message header.
- soapAction(String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Sets special SOAP action message header.
- soapAction(String) - Method in class org.citrusframework.ws.message.SoapMessage
-
Set soap action for this message.
- SoapActionBuilder - Class in org.citrusframework.ws.actions
-
Action executes soap client and server operations.
- SoapActionBuilder() - Constructor for class org.citrusframework.ws.actions.SoapActionBuilder
- SoapAttachment - Class in org.citrusframework.ws.message
-
Citrus SOAP attachment implementation.
- SoapAttachment() - Constructor for class org.citrusframework.ws.message.SoapAttachment
-
Default constructor
- SoapAttachment(String) - Constructor for class org.citrusframework.ws.message.SoapAttachment
-
Constructor using fields.
- SoapAttachment(String, String, String) - Constructor for class org.citrusframework.ws.message.SoapAttachment
-
Constructor using fields.
- SoapAttachment(String, String, String, String) - Constructor for class org.citrusframework.ws.message.SoapAttachment
-
Constructor using fields.
- SoapAttachmentParser - Class in org.citrusframework.ws.config.xml
-
Parser for SOAP attachment element in Citrus ws namespace.
- SoapAttachmentType - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für SoapAttachmentType complex type.
- SoapAttachmentType() - Constructor for class org.citrusframework.model.testcase.ws.SoapAttachmentType
- SoapAttachmentType.Resource - Class in org.citrusframework.model.testcase.ws
-
Java-Klasse für anonymous complex type.
- SoapAttachmentValidator - Interface in org.citrusframework.ws.validation
-
Interface for SOAP attachment validators.
- SoapClientActionBuilder - Class in org.citrusframework.ws.actions
-
Action executes soap client operations such as sending requests and receiving responses.
- SoapClientActionBuilder(String) - Constructor for class org.citrusframework.ws.actions.SoapClientActionBuilder
-
Default constructor.
- SoapClientActionBuilder(Endpoint) - Constructor for class org.citrusframework.ws.actions.SoapClientActionBuilder
-
Default constructor.
- SoapFault - Class in org.citrusframework.ws.message
- SoapFault() - Constructor for class org.citrusframework.ws.message.SoapFault
-
Default constructor.
- SoapFault() - Constructor for class org.citrusframework.ws.xml.Soap.SoapFault
- SoapFault() - Constructor for class org.citrusframework.ws.yaml.Soap.SoapFault
- SoapFault(Object) - Constructor for class org.citrusframework.ws.message.SoapFault
-
Default constructor using payload.
- SoapFault(Message) - Constructor for class org.citrusframework.ws.message.SoapFault
-
Default constructor using parent message.
- SoapFaultDetail() - Constructor for class org.citrusframework.ws.xml.Soap.SoapFault.SoapFaultDetail
- SoapFaultDetail() - Constructor for class org.citrusframework.ws.yaml.Soap.SoapFault.SoapFaultDetail
- SoapFaultDetailValidationContext - Class in org.citrusframework.ws.validation
-
Soap fault detail validation context extends XML validation context.
- SoapFaultDetailValidationContext() - Constructor for class org.citrusframework.ws.validation.SoapFaultDetailValidationContext
-
Default constructor.
- SoapFaultDetailValidationContext(SoapFaultDetailValidationContext.Builder) - Constructor for class org.citrusframework.ws.validation.SoapFaultDetailValidationContext
-
Constructor using fluent builder.
- SoapFaultDetailValidationContext.Builder - Class in org.citrusframework.ws.validation
-
Fluent builder.
- SoapFaultMessageBuilderSupport(SoapMessage, SendSoapFaultAction.Builder) - Constructor for class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
- SoapFaultValidationContext - Class in org.citrusframework.ws.validation
-
Special validation context holds 1-n
SoapFaultDetailValidationContextinstances for 1-n SOAP fault detail elements. - SoapFaultValidationContext() - Constructor for class org.citrusframework.ws.validation.SoapFaultValidationContext
-
Default constructor.
- SoapFaultValidationContext(SoapFaultValidationContext.Builder) - Constructor for class org.citrusframework.ws.validation.SoapFaultValidationContext
-
Constructor using fluent builder.
- SoapFaultValidationContext.Builder - Class in org.citrusframework.ws.validation
-
Fluent builder.
- SoapFaultValidator - Interface in org.citrusframework.ws.validation
-
Interface for soap fault validation.
- SoapFormattingMessageProcessor - Class in org.citrusframework.ws.message
- SoapFormattingMessageProcessor() - Constructor for class org.citrusframework.ws.message.SoapFormattingMessageProcessor
- soapHeaderNamespace - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- soapHeaderNamespace() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
SOAP header namespace.
- soapHeaderNamespace(String) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the SOAP header namespace.
- soapHeaderPrefix - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- soapHeaderPrefix() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
SOAP header prefix.
- soapHeaderPrefix(String) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
-
Sets the SOAP header prefix.
- soapMessage - Variable in class org.citrusframework.ws.actions.SendSoapMessageAction.SendSoapMessageBuilder
-
Soap message to send
- soapMessage - Variable in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
- SoapMessage - Class in org.citrusframework.ws.message
-
SOAP message representation holding additional elements like SOAP action, header fragment data and attachments.
- SoapMessage() - Constructor for class org.citrusframework.ws.message.SoapMessage
-
Empty constructor initializing with empty message payload.
- SoapMessage() - Constructor for class org.citrusframework.ws.xml.Soap.SoapMessage
- SoapMessage() - Constructor for class org.citrusframework.ws.yaml.Soap.SoapMessage
- SoapMessage(Object) - Constructor for class org.citrusframework.ws.message.SoapMessage
-
Default constructor using just message payload.
- SoapMessage(Object, Map<String, Object>) - Constructor for class org.citrusframework.ws.message.SoapMessage
-
Default constructor using payload and headers.
- SoapMessage(Message) - Constructor for class org.citrusframework.ws.message.SoapMessage
-
Constructs copy of given message.
- SoapMessageBuilderSupport(SoapMessage, B) - Constructor for class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
- SoapMessageBuilderSupport(SoapMessage, ReceiveSoapMessageAction.Builder) - Constructor for class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
- SoapMessageConverter - Class in org.citrusframework.ws.message.converter
-
Default converter implementation for SOAP messages.
- SoapMessageConverter() - Constructor for class org.citrusframework.ws.message.converter.SoapMessageConverter
- SoapMessageHeaders - Class in org.citrusframework.ws.message
- SoapMessageUtils - Class in org.citrusframework.ws.message
- SoapMustUnderstandEndpointInterceptor - Class in org.citrusframework.ws.interceptor
-
Handles and accepts must understand header entries in SOAP requests.
- SoapMustUnderstandEndpointInterceptor() - Constructor for class org.citrusframework.ws.interceptor.SoapMustUnderstandEndpointInterceptor
- SoapRequest() - Constructor for class org.citrusframework.ws.xml.Soap.SoapRequest
- SoapRequest() - Constructor for class org.citrusframework.ws.yaml.Soap.SoapRequest
- SoapRequestMessageCallback - Class in org.citrusframework.ws.message.callback
-
Sender callback invoked by framework with actual web service request before message is sent.
- SoapRequestMessageCallback(Message, WebServiceEndpointConfiguration, TestContext) - Constructor for class org.citrusframework.ws.message.callback.SoapRequestMessageCallback
-
Constructor using internal message and endpoint configuration as fields.
- SoapResponse() - Constructor for class org.citrusframework.ws.xml.Soap.SoapResponse
- SoapResponse() - Constructor for class org.citrusframework.ws.yaml.Soap.SoapResponse
- SoapResponseMessageCallback - Class in org.citrusframework.ws.message.callback
-
Receiver callback invoked by framework on response message.
- SoapResponseMessageCallback(WebServiceEndpointConfiguration, TestContext) - Constructor for class org.citrusframework.ws.message.callback.SoapResponseMessageCallback
-
Constructor using endpoint configuration.
- SoapServerActionBuilder - Class in org.citrusframework.ws.actions
-
Action executes soap server operations such as receiving requests and sending response messsages.
- SoapServerActionBuilder(String) - Constructor for class org.citrusframework.ws.actions.SoapServerActionBuilder
-
Default constructor.
- SoapServerActionBuilder(Endpoint) - Constructor for class org.citrusframework.ws.actions.SoapServerActionBuilder
-
Default constructor.
- sql - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- start - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- startup() - Method in class org.citrusframework.ws.server.WebServiceServer
- status - Variable in class org.citrusframework.ws.xml.Soap.SoapResponse
- status - Variable in class org.citrusframework.ws.yaml.Soap.SoapResponse
- status(HttpStatus) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the response status.
- status(HttpStatus) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Sets the response status.
- status(HttpStatus) - Method in class org.citrusframework.ws.message.SoapMessage
-
Sets the Http response status code.
- statusCode(Integer) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction.SoapMessageBuilderSupport
-
Sets the response status code.
- statusCode(Integer) - Method in class org.citrusframework.ws.actions.SendSoapFaultAction.Builder.SoapFaultMessageBuilderSupport
-
Sets the response status code.
- statusCode(Integer) - Method in class org.citrusframework.ws.message.SoapMessage
-
Sets the Http response status code header.
- stop - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- stopTimer - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
T
- timeout - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- timeout - Variable in class org.citrusframework.model.config.ws.WebServiceServerModel
- timeout - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- timeout - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- timeout - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- timeout - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- timeout() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
Timeout.
- timeout() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceServerConfig
-
Timeout.
- timeout(long) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the default timeout.
- timeout(long) - Method in class org.citrusframework.ws.server.WebServiceServerBuilder
- timer - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- TO - Static variable in class org.citrusframework.ws.addressing.WsAddressingMessageHeaders
-
WsAddressing to header name
- toString() - Method in class org.citrusframework.ws.message.SoapAttachment
- toString() - Method in class org.citrusframework.ws.message.SoapFault
- toString() - Method in class org.citrusframework.ws.message.SoapMessage
- traceTime - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- traceVariables - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- transform - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
U
- understands(SoapHeaderElement) - Method in class org.citrusframework.ws.interceptor.DelegatingEndpointInterceptor
- understands(SoapHeaderElement) - Method in class org.citrusframework.ws.interceptor.SoapMustUnderstandEndpointInterceptor
-
(non-Javadoc)
- unmarshal(String) - Method in class org.w3._2001.xmlschema.Adapter1
- unmarshal(String) - Method in class org.w3._2001.xmlschema.Adapter2
- uri - Variable in class org.citrusframework.ws.xml.Soap.ClientRequest
- uri - Variable in class org.citrusframework.ws.yaml.Soap.ClientRequest
- uri(String) - Method in class org.citrusframework.ws.actions.SendSoapMessageAction.SoapMessageBuilderSupport
-
Set the endpoint URI for the request.
- User - Class in org.citrusframework.ws.security
-
User model object for easy instantiation in Spring application context.
- User() - Constructor for class org.citrusframework.ws.security.User
-
Default constructor.
- User(String, String, String[]) - Constructor for class org.citrusframework.ws.security.User
-
Default constructor using fields.
V
- validate - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- validate(SoapFaultValidationContext.Builder) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Specifies the validationContext.
- validateAttachment(SoapMessage, List<SoapAttachment>) - Method in class org.citrusframework.ws.validation.AbstractSoapAttachmentValidator
- validateAttachment(SoapMessage, List<SoapAttachment>) - Method in interface org.citrusframework.ws.validation.SoapAttachmentValidator
-
Validate attachments in soap message.
- validateAttachmentContent(SoapAttachment, SoapAttachment) - Method in class org.citrusframework.ws.validation.AbstractSoapAttachmentValidator
-
Delegate content body validation to subclasses.
- validateAttachmentContent(SoapAttachment, SoapAttachment) - Method in class org.citrusframework.ws.validation.BinarySoapAttachmentValidator
- validateAttachmentContent(SoapAttachment, SoapAttachment) - Method in class org.citrusframework.ws.validation.SimpleSoapAttachmentValidator
- validateAttachmentContentData(String, String, String) - Method in class org.citrusframework.ws.validation.SimpleSoapAttachmentValidator
-
Validates content data.
- validateAttachmentContentData(String, String, String) - Method in class org.citrusframework.ws.validation.XmlSoapAttachmentValidator
- validateAttachmentContentId(SoapAttachment, SoapAttachment) - Method in class org.citrusframework.ws.validation.AbstractSoapAttachmentValidator
-
Validating SOAP attachment content id.
- validateAttachmentContentType(SoapAttachment, SoapAttachment) - Method in class org.citrusframework.ws.validation.AbstractSoapAttachmentValidator
-
Validating SOAP attachment content type.
- validateDetail(SoapFaultDetailValidationContext.Builder) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Specifies the validationContext.
- validateFaultDetail(SoapFault, SoapFault, TestContext, SoapFaultValidationContext) - Method in class org.citrusframework.ws.validation.AbstractFaultDetailValidator
- validateFaultDetail(SoapFault, SoapFault, TestContext, SoapFaultValidationContext) - Method in class org.citrusframework.ws.validation.AbstractSoapFaultValidator
-
Abstract method for soap fault detail validation.
- validateFaultDetailString(String, String, TestContext, SoapFaultDetailValidationContext) - Method in class org.citrusframework.ws.validation.AbstractFaultDetailValidator
-
Actual validation logic in this method.
- validateFaultDetailString(String, String, TestContext, SoapFaultDetailValidationContext) - Method in class org.citrusframework.ws.validation.SimpleSoapFaultValidator
- validateFaultDetailString(String, String, TestContext, SoapFaultDetailValidationContext) - Method in class org.citrusframework.ws.validation.XmlSoapFaultValidator
-
Delegates to XML message validator for validation of fault detail.
- validateMessage(Message, TestContext) - Method in class org.citrusframework.ws.actions.ReceiveSoapMessageAction
- validates - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- validates - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- validates - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- validateSoapFault(SoapFault, SoapFault, TestContext, SoapFaultValidationContext) - Method in class org.citrusframework.ws.validation.AbstractSoapFaultValidator
- validateSoapFault(SoapFault, SoapFault, TestContext, SoapFaultValidationContext) - Method in interface org.citrusframework.ws.validation.SoapFaultValidator
-
Validate soap fault with given control fault.
- validator - Variable in class org.citrusframework.model.testcase.ws.ReceiveModel.Attachment
- validator - Variable in class org.citrusframework.ws.xml.Soap.ClientAssertFault
- validator - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- validator - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- validator - Variable in class org.citrusframework.ws.yaml.Soap.ClientAssertFault
- validator - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- validator - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- validator(String) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Set explicit SOAP fault validator implementation by bean name.
- validator(SoapFaultValidator) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Set explicit SOAP fault validator implementation.
- validators - Variable in class org.citrusframework.ws.xml.Soap.ClientResponse
- validators - Variable in class org.citrusframework.ws.xml.Soap.ServerRequest
- validators - Variable in class org.citrusframework.ws.yaml.Soap.ClientResponse
- validators - Variable in class org.citrusframework.ws.yaml.Soap.ServerRequest
- value - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.FaultDetail
- value - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Fault.FaultDetail
- value - Variable in class org.citrusframework.model.testcase.ws.SendFaultModel.Header.Element
- valueOf(String) - Static method in enum class org.citrusframework.ws.addressing.WsAddressingVersion
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.citrusframework.ws.addressing.WsAddressingVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version - Variable in class org.citrusframework.ws.xml.Soap.SoapRequest
- version - Variable in class org.citrusframework.ws.xml.Soap.SoapResponse
- version - Variable in class org.citrusframework.ws.yaml.Soap.SoapRequest
- version - Variable in class org.citrusframework.ws.yaml.Soap.SoapResponse
- VERSION10 - Enum constant in enum class org.citrusframework.ws.addressing.WsAddressingVersion
- VERSION200408 - Enum constant in enum class org.citrusframework.ws.addressing.WsAddressingVersion
W
- wait - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- WebServiceClient - Class in org.citrusframework.ws.client
-
Client sends SOAP WebService messages to some server endpoint via Http protocol.
- WebServiceClient() - Constructor for class org.citrusframework.ws.client.WebServiceClient
-
Default constructor initializing endpoint configuration.
- WebServiceClient(WebServiceEndpointConfiguration) - Constructor for class org.citrusframework.ws.client.WebServiceClient
-
Constructor using endpoint configuration.
- WebServiceClientBuilder - Class in org.citrusframework.ws.client
- WebServiceClientBuilder() - Constructor for class org.citrusframework.ws.client.WebServiceClientBuilder
- WebServiceClientConfig - Annotation Interface in org.citrusframework.ws.config.annotation
- WebServiceClientConfigParser - Class in org.citrusframework.ws.config.annotation
- WebServiceClientConfigParser() - Constructor for class org.citrusframework.ws.config.annotation.WebServiceClientConfigParser
- WebServiceClientModel - Class in org.citrusframework.model.config.ws
-
Java-Klasse für anonymous complex type.
- WebServiceClientModel() - Constructor for class org.citrusframework.model.config.ws.WebServiceClientModel
- WebServiceClientParser - Class in org.citrusframework.ws.config.xml
-
Parser configures web service client bean definition.
- WebServiceClientParser() - Constructor for class org.citrusframework.ws.config.xml.WebServiceClientParser
- WebServiceEndpoint - Class in org.citrusframework.ws.server
-
SpringWS
MessageEndpointimplementation. - WebServiceEndpoint() - Constructor for class org.citrusframework.ws.server.WebServiceEndpoint
- WebServiceEndpointComponent - Class in org.citrusframework.ws.client
-
Component creates proper web service client from endpoint uri resource and parameters.
- WebServiceEndpointComponent() - Constructor for class org.citrusframework.ws.client.WebServiceEndpointComponent
-
Default constructor using the name for this component.
- WebServiceEndpointConfiguration - Class in org.citrusframework.ws.client
- WebServiceEndpointConfiguration() - Constructor for class org.citrusframework.ws.client.WebServiceEndpointConfiguration
-
Default constructor initializes with default logging interceptor.
- WebServiceEndpoints - Class in org.citrusframework.ws.endpoint.builder
- WebServiceMessageConverter - Interface in org.citrusframework.ws.message.converter
-
Converter is abel to create proper WebService message from internal message representation and vice versa.
- WebServiceServer - Class in org.citrusframework.ws.server
-
Jetty server implementation wrapping a
Serverwith Citrus server behaviour, so server can be started/stopped by Citrus. - WebServiceServer() - Constructor for class org.citrusframework.ws.server.WebServiceServer
- WebServiceServerBuilder - Class in org.citrusframework.ws.server
- WebServiceServerBuilder() - Constructor for class org.citrusframework.ws.server.WebServiceServerBuilder
- WebServiceServerConfig - Annotation Interface in org.citrusframework.ws.config.annotation
- WebServiceServerConfigParser - Class in org.citrusframework.ws.config.annotation
- WebServiceServerConfigParser() - Constructor for class org.citrusframework.ws.config.annotation.WebServiceServerConfigParser
- WebServiceServerModel - Class in org.citrusframework.model.config.ws
-
Java-Klasse für anonymous complex type.
- WebServiceServerModel() - Constructor for class org.citrusframework.model.config.ws.WebServiceServerModel
- WebServiceServerParser - Class in org.citrusframework.ws.config.xml
-
Parser for jetty-server component in Citrus ws namespace.
- WebServiceServerParser() - Constructor for class org.citrusframework.ws.config.xml.WebServiceServerParser
- webServiceTemplate - Variable in class org.citrusframework.model.config.ws.WebServiceClientModel
- webServiceTemplate() - Element in annotation interface org.citrusframework.ws.config.annotation.WebServiceClientConfig
-
WebServiceTemplate
- webServiceTemplate(WebServiceTemplate) - Method in class org.citrusframework.ws.client.WebServiceClientBuilder
-
Sets the web service template.
- when - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel
- when(TestAction) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Action producing the SOAP fault.
- when(TestActionBuilder<?>) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Action producing the SOAP fault.
- When() - Constructor for class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- withReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.ws.actions.AssertSoapFault.Builder
-
Sets the Spring bean application context.
- withReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.ws.actions.SoapActionBuilder
-
Sets the bean reference resolver.
- withReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.ws.actions.SoapClientActionBuilder
-
Sets the bean reference resolver.
- withReferenceResolver(ReferenceResolver) - Method in class org.citrusframework.ws.actions.SoapServerActionBuilder
-
Sets the Spring bean application context.
- WS_ADDRESSING_PREFIX - Static variable in class org.citrusframework.ws.addressing.WsAddressingMessageHeaders
-
Citrus ws addressing header prefix
- WsAddressingHeaders - Class in org.citrusframework.ws.addressing
-
Value object holding ws addressing information which is translated into the message header.
- WsAddressingHeaders() - Constructor for class org.citrusframework.ws.addressing.WsAddressingHeaders
- WsAddressingMessageConverter - Class in org.citrusframework.ws.message.converter
-
Ws addressing aware message converter implementation.
- WsAddressingMessageConverter(WsAddressingHeaders) - Constructor for class org.citrusframework.ws.message.converter.WsAddressingMessageConverter
-
Default constructor using addressing headers.
- WsAddressingMessageHeaders - Class in org.citrusframework.ws.addressing
- WsAddressingVersion - Enum Class in org.citrusframework.ws.addressing
-
Ws addressing versions supported in framework.
X
- XmlSoapAttachmentValidator - Class in org.citrusframework.ws.validation
-
Soap attachment validator delegating attachment content validation to a
MessageValidator. - XmlSoapAttachmentValidator() - Constructor for class org.citrusframework.ws.validation.XmlSoapAttachmentValidator
- XmlSoapFaultValidator - Class in org.citrusframework.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 org.citrusframework.ws.validation.XmlSoapFaultValidator
- xpath() - Method in class org.citrusframework.ws.validation.SoapFaultDetailValidationContext.Builder
-
Convert to Xpath message validation context builder.
_
- _assert - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
- _catch - Variable in class org.citrusframework.model.testcase.ws.AssertFaultModel.When
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form