Class CatalogNotifyHandler
java.lang.Object
io.github.lunasaw.sip.common.transmit.event.message.MessageHandlerAbstract
io.github.lunasaw.gbproxy.server.transmit.request.notify.NotifyServerHandlerAbstract
io.github.lunasaw.gbproxy.server.transmit.request.notify.catalog.CatalogNotifyHandler
- All Implemented Interfaces:
RequestHandler
,MessageHandler
,org.springframework.beans.factory.InitializingBean
- Author:
- luna
-
Field Summary
FieldsFields inherited from class io.github.lunasaw.gbproxy.server.transmit.request.notify.NotifyServerHandlerAbstract
serverDeviceSupplier, serverNotifyProcessorHandler
Fields inherited from interface io.github.lunasaw.sip.common.transmit.event.message.MessageHandler
CONTROL, NOTIFY, QUERY, RESPONSE
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogNotifyHandler
(ServerDeviceSupplier serverDeviceSupplier, ServerNotifyProcessorHandler serverNotifyProcessorHandler) -
Method Summary
Methods inherited from class io.github.lunasaw.gbproxy.server.transmit.request.notify.NotifyServerHandlerAbstract
getDeviceSession
Methods inherited from class io.github.lunasaw.sip.common.transmit.event.message.MessageHandlerAbstract
afterPropertiesSet, getMethod, parseRequest, parseRequest, parseXml, responseAck, responseAck, responseError, responseError, responseError, setXmlStr
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.lunasaw.sip.common.transmit.event.message.MessageHandler
needResponseAck
-
Field Details
-
CMD_TYPE
- See Also:
-
-
Constructor Details
-
CatalogNotifyHandler
public CatalogNotifyHandler(ServerDeviceSupplier serverDeviceSupplier, @Lazy ServerNotifyProcessorHandler serverNotifyProcessorHandler)
-
-
Method Details
-
handForEvt
public void handForEvt(javax.sip.RequestEvent event) Description copied from interface:MessageHandler
处理消息- Specified by:
handForEvt
in interfaceMessageHandler
- Overrides:
handForEvt
in classMessageHandlerAbstract
-
getCmdType
Description copied from interface:MessageHandler
处理消息类型- Specified by:
getCmdType
in interfaceMessageHandler
- Overrides:
getCmdType
in classMessageHandlerAbstract
- Returns:
-
getRootType
Description copied from interface:MessageHandler
处理标签- Specified by:
getRootType
in interfaceMessageHandler
- Overrides:
getRootType
in classNotifyServerHandlerAbstract
- Returns:
-