org.apache.camel.component.spring.ws
Class SpringWebserviceEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.spring.ws.SpringWebserviceEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton, Service, HasId
public class SpringWebserviceEndpoint
- extends DefaultEndpoint
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 |
SpringWebserviceEndpoint
public SpringWebserviceEndpoint(Component component,
SpringWebserviceConfiguration configuration)
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