org.apache.camel.component.spring.ws
Class SpringWebserviceProducer.DefaultWebserviceMessageCallback

java.lang.Object
  extended by org.apache.camel.component.spring.ws.SpringWebserviceProducer.DefaultWebserviceMessageCallback
All Implemented Interfaces:
org.springframework.ws.client.core.WebServiceMessageCallback
Enclosing class:
SpringWebserviceProducer

protected static class SpringWebserviceProducer.DefaultWebserviceMessageCallback
extends Object
implements org.springframework.ws.client.core.WebServiceMessageCallback


Constructor Summary
SpringWebserviceProducer.DefaultWebserviceMessageCallback(String soapAction, URI wsAddressingAction, URI wsReplyTo, URI wsFaultTo, Source soapHeaderSource, SpringWebserviceConfiguration configuration, org.apache.camel.Exchange exchange)
           
 
Method Summary
 void doWithMessage(org.springframework.ws.WebServiceMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringWebserviceProducer.DefaultWebserviceMessageCallback

public SpringWebserviceProducer.DefaultWebserviceMessageCallback(String soapAction,
                                                                 URI wsAddressingAction,
                                                                 URI wsReplyTo,
                                                                 URI wsFaultTo,
                                                                 Source soapHeaderSource,
                                                                 SpringWebserviceConfiguration configuration,
                                                                 org.apache.camel.Exchange exchange)
Method Detail

doWithMessage

public void doWithMessage(org.springframework.ws.WebServiceMessage message)
                   throws IOException,
                          TransformerException
Specified by:
doWithMessage in interface org.springframework.ws.client.core.WebServiceMessageCallback
Throws:
IOException
TransformerException


Apache Camel