org.apache.axis.transport.jms
public class JMSTransport extends Transport
Field Summary | |
---|---|
protected static Log | log |
Constructor Summary | |
---|---|
JMSTransport() | |
JMSTransport(HashMap connectorProps, HashMap connectionFactoryProps) |
Method Summary | |
---|---|
static void | closeAllConnectors()
Closes all JMS connectors |
static void | closeMatchingJMSConnectors(String endpointAddr, String username, String password)
Closes JMS connectors that match the specified endpoint address
|
void | setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)
Set up any transport-specific derived properties in the message context. |
void | shutdown()
Shuts down the connectors managed by this JMSTransport. |
Parameters: endpointAddr the JMS endpoint address username password
Parameters: context the context to set up message the client service instance engine the engine containing the registries
Throws: AxisFault if service cannot be found