org.apache.camel.component.sip
Class SipPublisher
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.sip.SipPublisher
- All Implemented Interfaces:
- IsSingleton, Processor, Producer, Service, ServicePoolAware, ShutdownableService
public class SipPublisher
- extends DefaultProducer
- implements ServicePoolAware
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
SipPublisher
public SipPublisher(SipEndpoint sipEndpoint,
SipConfiguration configuration)
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultProducer
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class DefaultProducer
- Throws:
Exception
process
public void process(Exchange exchange)
throws Exception
- Description copied from interface:
Processor
- Processes the message exchange
- Specified by:
process in interface Processor
- Parameters:
exchange - the message exchange
- Throws:
Exception - if an internal processing error has occurred.
setConfiguration
public void setConfiguration(SipConfiguration configuration)
getConfiguration
public SipConfiguration getConfiguration()
setSipStack
public void setSipStack(javax.sip.SipStack sipStack)
getSipStack
public javax.sip.SipStack getSipStack()
Apache CAMEL