org.apache.camel.component.spring.ws.bean
Class CamelDirectSender

java.lang.Object
  extended by 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
CamelDirectSender()
           
 
Method Summary
 org.springframework.ws.transport.WebServiceConnection createConnection(URI uri)
           
 org.apache.camel.CamelContext getCamelContext()
           
 void setCamelContext(org.apache.camel.CamelContext camelContext)
           
 boolean supports(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Apache Camel