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

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.camel.component.spring.ws.SpringWebserviceEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint, IsSingleton, Service, HasId

public class SpringWebserviceEndpoint
extends DefaultEndpoint


Constructor Summary
SpringWebserviceEndpoint(Component component, SpringWebserviceConfiguration configuration)
           
 
Method Summary
 Consumer createConsumer(Processor processor)
           
 Producer createProducer()
           
 SpringWebserviceConfiguration getConfiguration()
           
 boolean isSingleton()
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, sanitizeUri, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpringWebserviceEndpoint

public SpringWebserviceEndpoint(Component component,
                                SpringWebserviceConfiguration configuration)
Method Detail

createConsumer

public Consumer createConsumer(Processor processor)
                        throws Exception
Throws:
Exception

createProducer

public Producer createProducer()
                        throws Exception
Throws:
Exception

isSingleton

public boolean isSingleton()

getConfiguration

public SpringWebserviceConfiguration getConfiguration()


Apache CAMEL