public class SpringWebserviceConsumer
extends org.apache.camel.support.DefaultConsumer
implements org.springframework.ws.server.endpoint.MessageEndpoint
Constructor and Description |
---|
SpringWebserviceConsumer(org.apache.camel.Endpoint endpoint,
org.apache.camel.Processor processor) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
invoke(org.springframework.ws.context.MessageContext messageContext)
Invoked by Spring-WS when a
WebServiceMessage is received |
createUoW, doInit, doneUoW, getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toString
build, doBuild, doResume, doShutdown, doSuspend, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public SpringWebserviceConsumer(org.apache.camel.Endpoint endpoint, org.apache.camel.Processor processor)
public void invoke(org.springframework.ws.context.MessageContext messageContext) throws Exception
WebServiceMessage
is receivedinvoke
in interface org.springframework.ws.server.endpoint.MessageEndpoint
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.support.DefaultConsumer
Exception
Apache Camel