Class 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 Detail

      • CamelDirectSender

        public CamelDirectSender()
    • Method Detail

      • 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)