public class SpringWebserviceProducer
extends org.apache.camel.support.DefaultProducer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SpringWebserviceProducer.AbstractHttpWebServiceMessageSenderDecorator
A decorator of
HttpUrlConnectionMessageSender instances that can apply configuration options from the
Camel component/endpoint configuration without replacing the actual implementation which may actually be an
end-user implementation and not one of the built-in implementations. |
protected static class |
SpringWebserviceProducer.DefaultWebserviceMessageCallback |
| Constructor and Description |
|---|
SpringWebserviceProducer(org.apache.camel.Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
SpringWebserviceEndpoint |
getEndpoint() |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, doStart, doStop, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic SpringWebserviceProducer(org.apache.camel.Endpoint endpoint)
public SpringWebserviceEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultProducerApache Camel