public class JMSTransport extends Transport
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
transportName, url| Constructor and Description |
|---|
JMSTransport() |
JMSTransport(HashMap connectorProps,
HashMap connectionFactoryProps) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getTransportName, getUrl, processReturnedMessageContext, setTransportName, setupMessageContext, setUrlpublic void setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine) throws AxisFault
setupMessageContextImpl in class Transportcontext - the context to set upmessage - the client service instanceengine - the engine containing the registriesAxisFault - if service cannot be foundpublic void shutdown()
public static void closeAllConnectors()
Copyright © The Apache Software Foundation. All Rights Reserved.