Interface SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointBuilder
- Enclosing interface:
- SpringWebserviceEndpointBuilderFactory
public static interface SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilderBuilder for endpoint consumers for the Spring WebService component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SpringWebserviceEndpointBuilderFactory.AdvancedSpringWebserviceEndpointConsumerBuilderadvanced()default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilderendpointDispatcher(String endpointDispatcher)Spring org.springframework.ws.server.endpoint.MessageEndpoint for dispatching messages received by Spring-WS to a Camel endpoint, to integrate with existing (legacy) endpoint mappings like PayloadRootQNameEndpointMapping, SoapActionEndpointMapping, etc.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilderendpointDispatcher(org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher endpointDispatcher)Spring org.springframework.ws.server.endpoint.MessageEndpoint for dispatching messages received by Spring-WS to a Camel endpoint, to integrate with existing (legacy) endpoint mappings like PayloadRootQNameEndpointMapping, SoapActionEndpointMapping, etc.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilderendpointMapping(String endpointMapping)Reference to an instance of org.apache.camel.component.spring.ws.bean.CamelEndpointMapping in the Registry/ApplicationContext.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilderendpointMapping(org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping endpointMapping)Reference to an instance of org.apache.camel.component.spring.ws.bean.CamelEndpointMapping in the Registry/ApplicationContext.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuildermessageFilter(String messageFilter)Option to provide a custom MessageFilter.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuildermessageFilter(org.apache.camel.component.spring.ws.filter.MessageFilter messageFilter)Option to provide a custom MessageFilter.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuildermessageIdStrategy(String messageIdStrategy)Option to provide a custom MessageIdStrategy to control generation of WS-Addressing unique message ids.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuildermessageIdStrategy(org.springframework.ws.soap.addressing.messageid.MessageIdStrategy messageIdStrategy)Option to provide a custom MessageIdStrategy to control generation of WS-Addressing unique message ids.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuildersslContextParameters(String sslContextParameters)To configure security using SSLContextParameters.default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuildersslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)To configure security using SSLContextParameters.
-
-
-
Method Detail
-
advanced
default SpringWebserviceEndpointBuilderFactory.AdvancedSpringWebserviceEndpointConsumerBuilder advanced()
-
messageFilter
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder messageFilter(org.apache.camel.component.spring.ws.filter.MessageFilter messageFilter)
Option to provide a custom MessageFilter. For example when you want to process your headers or attachments by your own. The option is a: <code>org.apache.camel.component.spring.ws.filter.MessageFilter</code> type. Group: common- Parameters:
messageFilter- the value to set- Returns:
- the dsl builder
-
messageFilter
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder messageFilter(String messageFilter)
Option to provide a custom MessageFilter. For example when you want to process your headers or attachments by your own. The option will be converted to a <code>org.apache.camel.component.spring.ws.filter.MessageFilter</code> type. Group: common- Parameters:
messageFilter- the value to set- Returns:
- the dsl builder
-
messageIdStrategy
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder messageIdStrategy(org.springframework.ws.soap.addressing.messageid.MessageIdStrategy messageIdStrategy)
Option to provide a custom MessageIdStrategy to control generation of WS-Addressing unique message ids. The option is a: <code>org.springframework.ws.soap.addressing.messageid.MessageIdStrategy</code> type. Group: common- Parameters:
messageIdStrategy- the value to set- Returns:
- the dsl builder
-
messageIdStrategy
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder messageIdStrategy(String messageIdStrategy)
Option to provide a custom MessageIdStrategy to control generation of WS-Addressing unique message ids. The option will be converted to a <code>org.springframework.ws.soap.addressing.messageid.MessageIdStrategy</code> type. Group: common- Parameters:
messageIdStrategy- the value to set- Returns:
- the dsl builder
-
endpointDispatcher
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder endpointDispatcher(org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher endpointDispatcher)
Spring org.springframework.ws.server.endpoint.MessageEndpoint for dispatching messages received by Spring-WS to a Camel endpoint, to integrate with existing (legacy) endpoint mappings like PayloadRootQNameEndpointMapping, SoapActionEndpointMapping, etc. The option is a: <code>org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher</code> type. Group: consumer- Parameters:
endpointDispatcher- the value to set- Returns:
- the dsl builder
-
endpointDispatcher
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder endpointDispatcher(String endpointDispatcher)
Spring org.springframework.ws.server.endpoint.MessageEndpoint for dispatching messages received by Spring-WS to a Camel endpoint, to integrate with existing (legacy) endpoint mappings like PayloadRootQNameEndpointMapping, SoapActionEndpointMapping, etc. The option will be converted to a <code>org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher</code> type. Group: consumer- Parameters:
endpointDispatcher- the value to set- Returns:
- the dsl builder
-
endpointMapping
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder endpointMapping(org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping endpointMapping)
Reference to an instance of org.apache.camel.component.spring.ws.bean.CamelEndpointMapping in the Registry/ApplicationContext. Only one bean is required in the registry to serve all Camel/Spring-WS endpoints. This bean is auto-discovered by the MessageDispatcher and used to map requests to Camel endpoints based on characteristics specified on the endpoint (like root QName, SOAP action, etc). The option is a: <code>org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping</code> type. Group: consumer- Parameters:
endpointMapping- the value to set- Returns:
- the dsl builder
-
endpointMapping
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder endpointMapping(String endpointMapping)
Reference to an instance of org.apache.camel.component.spring.ws.bean.CamelEndpointMapping in the Registry/ApplicationContext. Only one bean is required in the registry to serve all Camel/Spring-WS endpoints. This bean is auto-discovered by the MessageDispatcher and used to map requests to Camel endpoints based on characteristics specified on the endpoint (like root QName, SOAP action, etc). The option will be converted to a <code>org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping</code> type. Group: consumer- Parameters:
endpointMapping- the value to set- Returns:
- the dsl builder
-
sslContextParameters
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters. The option is a: <code>org.apache.camel.support.jsse.SSLContextParameters</code> type. Group: security- Parameters:
sslContextParameters- the value to set- Returns:
- the dsl builder
-
sslContextParameters
default SpringWebserviceEndpointBuilderFactory.SpringWebserviceEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters. The option will be converted to a <code>org.apache.camel.support.jsse.SSLContextParameters</code> type. Group: security- Parameters:
sslContextParameters- the value to set- Returns:
- the dsl builder
-
-