org.apache.axis.transport.jms

Class JMSSender

public class JMSSender extends BasicHandler

This is meant to be used on a SOAP Client to call a SOAP server.

Author: Jaime Meritt (jmeritt@sonicsoftware.com) Richard Chung (rchung@sonicsoftware.com) Dave Chappell (chappell@sonicsoftware.com)

Constructor Summary
JMSSender()
Method Summary
protected HashMapcreateApplicationProperties(MessageContext context)
Return a map of properties that makeup the application-specific for the JMS Messages.
voidinvoke(MessageContext msgContext)
invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns.

Constructor Detail

JMSSender

public JMSSender()

Method Detail

createApplicationProperties

protected HashMap createApplicationProperties(MessageContext context)
Return a map of properties that makeup the application-specific for the JMS Messages.

invoke

public void invoke(MessageContext msgContext)
invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns.

Parameters: msgContext

Throws: AxisFault

UNKNOWN: hash on something much better than the connection factory something like domain:url:username:password would be adequate

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.