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 Details

    • CamelDirectSender

      public CamelDirectSender()
  • Method Details

    • createConnection

      public org.springframework.ws.transport.WebServiceConnection createConnection(URI uri) throws IOException
      Specified by:
      createConnection in interface org.springframework.ws.transport.WebServiceMessageSender
      Throws:
      IOException
    • supports

      public boolean supports(URI uri)
      Specified by:
      supports in interface org.springframework.ws.transport.WebServiceMessageSender
    • getCamelContext

      public org.apache.camel.CamelContext getCamelContext()
    • setCamelContext

      public void setCamelContext(org.apache.camel.CamelContext camelContext)