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
getTimeout
public int getTimeout()
setTimeout
public void setTimeout(int timeout)
getEndpointMapping
public CamelEndpointMapping getEndpointMapping()
setEndpointMapping
public void setEndpointMapping(CamelEndpointMapping endpointMapping)
getEndpointMappingKey
public EndpointMappingKey getEndpointMappingKey()
setEndpointMappingKey
public void setEndpointMappingKey(EndpointMappingKey endpointMappingKey)
getSslContextParameters
public org.apache.camel.util.jsse.SSLContextParameters getSslContextParameters()
setSslContextParameters
public void setSslContextParameters(org.apache.camel.util.jsse.SSLContextParameters sslContextParameters)
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)
encode
public static String encode(String uri)
decode
public static String decode(String uri)
Apache CAMEL