public class GLoginProducer
extends org.apache.camel.impl.DefaultProducer
| Constructor and Description |
|---|
GLoginProducer(GLoginEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
GLoginEndpoint |
getEndpoint() |
OutboundBinding<GLoginEndpoint,GLoginData,GLoginData> |
getOutboundBinding() |
GLoginService |
getService() |
void |
process(org.apache.camel.Exchange exchange)
First obtains an authentication token and then exchanges the token against
an authorization cookie.
|
createExchange, createExchange, createExchange, doStart, doStop, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic GLoginProducer(GLoginEndpoint endpoint)
public GLoginEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.ProducergetEndpoint in class org.apache.camel.impl.DefaultProducerpublic OutboundBinding<GLoginEndpoint,GLoginData,GLoginData> getOutboundBinding()
public GLoginService getService()
public void process(org.apache.camel.Exchange exchange)
throws Exception
ExceptionGLoginBinding,
GLoginServiceImplApache Camel