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

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

public class SpringWebserviceConfiguration
extends java.lang.Object


Constructor Summary
SpringWebserviceConfiguration()
           
 
Method Summary
 CamelEndpointDispatcher getEndpointDispatcher()
           
 CamelEndpointMapping getEndpointMapping()
           
 EndpointMappingKey getEndpointMappingKey()
           
 java.lang.String getEndpointUri()
           
 java.lang.String getSoapAction()
           
 org.springframework.ws.client.core.WebServiceTemplate getWebServiceTemplate()
           
 java.net.URI getWsAddressingAction()
           
 org.apache.camel.converter.jaxp.XmlConverter getXmlConverter()
           
 void setEndpointDispatcher(CamelEndpointDispatcher endpointDispatcher)
           
 void setEndpointMapping(CamelEndpointMapping endpointMapping)
           
 void setEndpointMappingKey(EndpointMappingKey endpointMappingKey)
           
 void setSoapAction(java.lang.String soapAction)
           
 void setWebServiceTemplate(org.springframework.ws.client.core.WebServiceTemplate webServiceTemplate)
           
 void setWsAddressingAction(java.lang.String wsAddressingAction)
           
 void setWsAddressingAction(java.net.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 java.lang.String getSoapAction()

setSoapAction

public void setSoapAction(java.lang.String soapAction)

getEndpointUri

public java.lang.String getEndpointUri()

getWsAddressingAction

public java.net.URI getWsAddressingAction()

setWsAddressingAction

public void setWsAddressingAction(java.net.URI wsAddressingAction)

setWsAddressingAction

public void setWsAddressingAction(java.lang.String wsAddressingAction)
                           throws java.net.URISyntaxException
Throws:
java.net.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