Uses of Class
org.citrusframework.ws.client.WebServiceEndpointConfiguration
Packages that use WebServiceEndpointConfiguration
Package
Description
-
Uses of WebServiceEndpointConfiguration in org.citrusframework.ws.client
Methods in org.citrusframework.ws.client that return WebServiceEndpointConfigurationConstructors in org.citrusframework.ws.client with parameters of type WebServiceEndpointConfigurationModifierConstructorDescriptionWebServiceClient(WebServiceEndpointConfiguration endpointConfiguration) Constructor using endpoint configuration. -
Uses of WebServiceEndpointConfiguration in org.citrusframework.ws.message.callback
Constructors in org.citrusframework.ws.message.callback with parameters of type WebServiceEndpointConfigurationModifierConstructorDescriptionSoapRequestMessageCallback(Message message, WebServiceEndpointConfiguration endpointConfiguration, TestContext context) Constructor using internal message and endpoint configuration as fields.SoapResponseMessageCallback(WebServiceEndpointConfiguration endpointConfiguration, TestContext context) Constructor using endpoint configuration. -
Uses of WebServiceEndpointConfiguration in org.citrusframework.ws.message.converter
Methods in org.citrusframework.ws.message.converter with parameters of type WebServiceEndpointConfigurationModifier and TypeMethodDescriptionSoapMessageConverter.convertInbound(org.springframework.ws.WebServiceMessage message, WebServiceEndpointConfiguration endpointConfiguration, TestContext context) SoapMessageConverter.convertInbound(org.springframework.ws.WebServiceMessage webServiceMessage, org.springframework.ws.context.MessageContext messageContext, WebServiceEndpointConfiguration endpointConfiguration) WebServiceMessageConverter.convertInbound(org.springframework.ws.WebServiceMessage webServiceMessage, org.springframework.ws.context.MessageContext messageContext, WebServiceEndpointConfiguration endpointConfiguration) Conversion method for inbound messages.org.springframework.ws.WebServiceMessageSoapMessageConverter.convertOutbound(Message internalMessage, WebServiceEndpointConfiguration endpointConfiguration, TestContext context) voidSoapMessageConverter.convertOutbound(org.springframework.ws.WebServiceMessage webServiceMessage, Message message, WebServiceEndpointConfiguration endpointConfiguration, TestContext context) voidWsAddressingMessageConverter.convertOutbound(org.springframework.ws.WebServiceMessage webServiceMessage, Message message, WebServiceEndpointConfiguration endpointConfiguration, TestContext context) protected voidSoapMessageConverter.handleInboundHttpHeaders(SoapMessage message, WebServiceEndpointConfiguration endpointConfiguration) Reads information from Http connection and adds them as Http marked headers to internal message representation.protected voidSoapMessageConverter.handleInboundSoapMessage(org.springframework.ws.soap.SoapMessage soapMessage, SoapMessage message, WebServiceEndpointConfiguration endpointConfiguration) Method handles SOAP specific message information such as SOAP action headers and SOAP attachments. -
Uses of WebServiceEndpointConfiguration in org.citrusframework.ws.server
Methods in org.citrusframework.ws.server that return WebServiceEndpointConfigurationModifier and TypeMethodDescriptionWebServiceEndpoint.getEndpointConfiguration()Gets the endpoint configuration.Methods in org.citrusframework.ws.server with parameters of type WebServiceEndpointConfigurationModifier and TypeMethodDescriptionvoidWebServiceEndpoint.setEndpointConfiguration(WebServiceEndpointConfiguration endpointConfiguration) Sets the endpoint configuration.