public class SipPublisher
extends org.apache.camel.impl.DefaultProducer
implements org.apache.camel.ServicePoolAware
Constructor and Description |
---|
SipPublisher(SipEndpoint sipEndpoint,
SipConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
SipConfiguration |
getConfiguration() |
javax.sip.SipStack |
getSipStack() |
void |
process(org.apache.camel.Exchange exchange) |
void |
setConfiguration(SipConfiguration configuration) |
void |
setSipStack(javax.sip.SipStack sipStack) |
createExchange, createExchange, createExchange, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public SipPublisher(SipEndpoint sipEndpoint, SipConfiguration configuration)
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultProducer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultProducer
Exception
public void process(org.apache.camel.Exchange exchange) throws Exception
process
in interface org.apache.camel.Processor
Exception
public void setConfiguration(SipConfiguration configuration)
public SipConfiguration getConfiguration()
public void setSipStack(javax.sip.SipStack sipStack)
public javax.sip.SipStack getSipStack()
Apache Camel