public class SipPresenceAgent
extends org.apache.camel.support.DefaultConsumer
| Constructor and Description |
|---|
SipPresenceAgent(SipEndpoint sipEndpoint,
org.apache.camel.Processor processor,
SipConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
SipConfiguration |
getConfiguration() |
javax.sip.SipProvider |
getProvider() |
javax.sip.SipStack |
getSipStack() |
void |
setConfiguration(SipConfiguration configuration) |
void |
setProvider(javax.sip.SipProvider provider) |
void |
setSipStack(javax.sip.SipStack sipStack) |
createExchange, createUoW, defaultConsumerCallback, doBuild, doInit, doneUoW, doShutdown, getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, getRoute, getRouteId, handleException, handleException, releaseExchange, setExceptionHandler, setRoute, setRouteId, toStringbuild, doFail, doLifecycleChange, doResume, 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 SipPresenceAgent(SipEndpoint sipEndpoint, org.apache.camel.Processor processor, SipConfiguration configuration)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultConsumerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultConsumerExceptionpublic SipConfiguration getConfiguration()
public void setConfiguration(SipConfiguration configuration)
public javax.sip.SipProvider getProvider()
public void setProvider(javax.sip.SipProvider provider)
public void setSipStack(javax.sip.SipStack sipStack)
public javax.sip.SipStack getSipStack()
Apache Camel