| Method and Description |
|---|
| org.springframework.integration.xmpp.inbound.ChatMessageListeningEndpoint.setExtractPayload(boolean)
since version 4.3 in favor of
ChatMessageListeningEndpoint.setPayloadExpression(Expression) |
| Constructor and Description |
|---|
| org.springframework.integration.xmpp.config.XmppConnectionFactoryBean(XMPPTCPConnectionConfiguration)
since 4.2.5 in favor of
XmppConnectionFactoryBean.setConnectionConfiguration(XMPPTCPConnectionConfiguration)
to avoid BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |