org.apache.camel.component.spring.ws
Class SpringWebserviceConfiguration

java.lang.Object
  extended by org.apache.camel.component.spring.ws.SpringWebserviceConfiguration

public class SpringWebserviceConfiguration
extends Object


Constructor Summary
SpringWebserviceConfiguration()
           
 
Method Summary
 CamelEndpointDispatcher getEndpointDispatcher()
           
 CamelEndpointMapping getEndpointMapping()
           
 EndpointMappingKey getEndpointMappingKey()
           
 String getEndpointUri()
           
 String getSoapAction()
           
 org.springframework.ws.client.core.WebServiceTemplate getWebServiceTemplate()
           
 URI getWsAddressingAction()
           
 org.apache.camel.converter.jaxp.XmlConverter getXmlConverter()
           
 void setEndpointDispatcher(CamelEndpointDispatcher endpointDispatcher)
           
 void setEndpointMapping(CamelEndpointMapping endpointMapping)
           
 void setEndpointMappingKey(EndpointMappingKey endpointMappingKey)
           
 void setSoapAction(String soapAction)
           
 void setWebServiceTemplate(org.springframework.ws.client.core.WebServiceTemplate webServiceTemplate)
           
 void setWsAddressingAction(String wsAddressingAction)
           
 void setWsAddressingAction(URI wsAddressingAction)
           
 void setXmlConverter(org.apache.camel.converter.jaxp.XmlConverter xmlConverter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringWebserviceConfiguration

public SpringWebserviceConfiguration()
Method Detail

getWebServiceTemplate

public org.springframework.ws.client.core.WebServiceTemplate getWebServiceTemplate()

setWebServiceTemplate

public void setWebServiceTemplate(org.springframework.ws.client.core.WebServiceTemplate webServiceTemplate)

getSoapAction

public String getSoapAction()

setSoapAction

public void setSoapAction(String soapAction)

getEndpointUri

public String getEndpointUri()

getWsAddressingAction

public URI getWsAddressingAction()

setWsAddressingAction

public void setWsAddressingAction(URI wsAddressingAction)

setWsAddressingAction

public void setWsAddressingAction(String wsAddressingAction)
                           throws URISyntaxException
Throws:
URISyntaxException

getEndpointMapping

public CamelEndpointMapping getEndpointMapping()

setEndpointMapping

public void setEndpointMapping(CamelEndpointMapping endpointMapping)

getEndpointMappingKey

public EndpointMappingKey getEndpointMappingKey()

setEndpointMappingKey

public void setEndpointMappingKey(EndpointMappingKey endpointMappingKey)

getEndpointDispatcher

public CamelEndpointDispatcher getEndpointDispatcher()

setEndpointDispatcher

public void setEndpointDispatcher(CamelEndpointDispatcher endpointDispatcher)

getXmlConverter

public org.apache.camel.converter.jaxp.XmlConverter getXmlConverter()

setXmlConverter

public void setXmlConverter(org.apache.camel.converter.jaxp.XmlConverter xmlConverter)


Apache CAMEL