org.apache.camel.component.spring.ws
Class SpringWebserviceConfiguration
java.lang.Object
org.apache.camel.component.spring.ws.SpringWebserviceConfiguration
public class SpringWebserviceConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringWebserviceConfiguration
public SpringWebserviceConfiguration()
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