public class XMPPSender extends AbstractHandler implements TransportSender
Handler.InvocationResponse
handlerDesc
Constructor and Description |
---|
XMPPSender() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(MessageContext msgContext)
Release resources associated with a given message context.
|
void |
init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for
outgoing messages.
|
Handler.InvocationResponse |
invoke(MessageContext msgContext)
This method will be called on each registered handler when a message
needs to be processed.
|
static void |
processChatMessage(MessageContext msgCtx)
Process message requests that came in through chat clients
|
void |
sendMessage(MessageContext msgCtx,
String targetAddress,
OutTransportInfo outTransportInfo)
Send the given message over XMPP transport
|
void |
stop() |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init
public void cleanup(MessageContext msgContext) throws AxisFault
TransportSender
This method is mainly useful for connection oriented transports that return from
Handler.invoke(MessageContext)
before the entire response is available. A transport of
this type will construct an InputStream
object and set it as the
MessageContext.TRANSPORT_IN
property on the
OperationContext
). In order for this to work, the
connection must remain open until the response has been processed. This method is then
used to release the connection explicitly.
cleanup
in interface TransportSender
AxisFault
public void init(ConfigurationContext confContext, TransportOutDescription transportOut) throws AxisFault
init
in interface TransportSender
confContext
- the configuration contexttransportOut
- the transport sender definition from axis2.xmlAxisFault
- on errorpublic void stop()
stop
in interface TransportSender
public Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
Handler
public void sendMessage(MessageContext msgCtx, String targetAddress, OutTransportInfo outTransportInfo) throws AxisFault
msgCtx
- the axis2 message contextAxisFault
- on errorpublic static void processChatMessage(MessageContext msgCtx) throws AxisFault
msgCtx
- AxisFault
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.