Class CamelDirectSender
java.lang.Object
org.apache.camel.component.spring.ws.bean.CamelDirectSender
- All Implemented Interfaces:
org.springframework.ws.transport.WebServiceMessageSender
public class CamelDirectSender
extends Object
implements org.springframework.ws.transport.WebServiceMessageSender
Use this class with conjuctions of wsa:replyTo custom routing using prefix direct Received message will be route like
this:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ws.transport.WebServiceConnection
createConnection
(URI uri) org.apache.camel.CamelContext
void
setCamelContext
(org.apache.camel.CamelContext camelContext) boolean
-
Constructor Details
-
CamelDirectSender
public CamelDirectSender()
-
-
Method Details
-
createConnection
public org.springframework.ws.transport.WebServiceConnection createConnection(URI uri) throws IOException - Specified by:
createConnection
in interfaceorg.springframework.ws.transport.WebServiceMessageSender
- Throws:
IOException
-
supports
- Specified by:
supports
in interfaceorg.springframework.ws.transport.WebServiceMessageSender
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext() -
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext)
-