A B C D G H I J L M O P Q R S T W 

A

addErrorListener(TransportErrorListener) - Method in class org.apache.axis2.transport.jms.JMSListener
 
addJmsProperties(Map<String, String>) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
addRule(ContentTypeRule) - Method in class org.apache.axis2.transport.jms.ctype.ContentTypeRuleSet
Add a content type rule to this set.
AxisJMSException - Exception in org.apache.axis2.transport.jms
 

B

BytesMessageDataSource - Class in org.apache.axis2.transport.jms.iowrappers
Data source implementation wrapping a JMS BytesMessage.
BytesMessageDataSource(BytesMessage, String) - Constructor for class org.apache.axis2.transport.jms.iowrappers.BytesMessageDataSource
 
BytesMessageDataSource(BytesMessage) - Constructor for class org.apache.axis2.transport.jms.iowrappers.BytesMessageDataSource
 
BytesMessageInputStream - Class in org.apache.axis2.transport.jms.iowrappers
Input stream that reads data from a JMS BytesMessage.
BytesMessageInputStream(BytesMessage) - Constructor for class org.apache.axis2.transport.jms.iowrappers.BytesMessageInputStream
 
BytesMessageOutputStream - Class in org.apache.axis2.transport.jms.iowrappers
 
BytesMessageOutputStream(BytesMessage) - Constructor for class org.apache.axis2.transport.jms.iowrappers.BytesMessageOutputStream
 

C

CACHE_AUTO - Static variable in class org.apache.axis2.transport.jms.JMSConstants
automatic choice of an appropriate caching level (depending on the transaction strategy)
CACHE_CONNECTION - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Cache only the JMS connection between tasks (when receiving), or JMS CF's (when sending)
CACHE_CONSUMER - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Cache the JMS connection, Session and Consumer between tasks when receiving
CACHE_NONE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Do not cache any JMS resources between tasks (when sending) or JMS CF's (when sending)
CACHE_PRODUCER - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Cache the JMS connection, Session and Producer within a JMSConnectionFactory when sending
CACHE_SESSION - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Cache only the JMS connection and Session between tasks (receiving), or JMS CF's (sending)
close() - Method in class org.apache.axis2.transport.jms.JMSMessageSender
Close non-shared producer, session and connection if any
CONTENT_TYPE_PARAM - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Parameter indicating the expected content type for messages received by the service.
CONTENT_TYPE_PROPERTY_PARAM - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The EPR parameter name indicating the name of the message level property that indicated the content type.
ContentTypeInfo - Class in org.apache.axis2.transport.jms.ctype
Class encapsulating the content type information for a given message.
ContentTypeInfo(String, String) - Constructor for class org.apache.axis2.transport.jms.ctype.ContentTypeInfo
 
ContentTypeRule - Interface in org.apache.axis2.transport.jms.ctype
Interface implemented by content type rules.
ContentTypeRuleFactory - Class in org.apache.axis2.transport.jms.ctype
Utility class to create content type rules and rule sets from XML.
ContentTypeRuleSet - Class in org.apache.axis2.transport.jms.ctype
A set of content type rules.
ContentTypeRuleSet() - Constructor for class org.apache.axis2.transport.jms.ctype.ContentTypeRuleSet
 
createConnection(ConnectionFactory, String, String, boolean, Boolean) - Static method in class org.apache.axis2.transport.jms.JMSUtils
This is a JMS spec independent method to create a Connection.
createConsumer(Session, Destination, String) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Create a MessageConsumer for the given Destination
createConsumer(Session, Destination, Boolean, String, String, boolean, boolean, boolean) - Static method in class org.apache.axis2.transport.jms.JMSUtils
This is a JMS spec independent method to create a MessageConsumer.
createEndpoint() - Method in class org.apache.axis2.transport.jms.JMSListener
 
createJMSSender() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
Create a one time MessageProducer for this JMS OutTransport information.
createProducer(Session, Destination, Boolean, boolean) - Static method in class org.apache.axis2.transport.jms.JMSUtils
This is a JMS spec independent method to create a MessageProducer.
createSession(Connection, boolean, int, boolean, Boolean) - Static method in class org.apache.axis2.transport.jms.JMSUtils
This is a JMS spec independent method to create a Session.
createTaskManagerForService(JMSConnectionFactory, AxisService, WorkerPool) - Static method in class org.apache.axis2.transport.jms.ServiceTaskManagerFactory
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory
createTemporaryDestination(Session) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Create a temp queue or topic for synchronous receipt of responses, when a reply destination is not specified

D

DEFAULT_CONFAC_NAME - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The local (Axis2) JMS connection factory name of the default connection factory to be used, if a service does not explicitly state the connection factory it should be using by a Parameter named JMSConstants.CONFAC_PARAM
DEFAULT_JMS_TIMEOUT - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The default JMS time out waiting for a reply - also see JMS_WAIT_REPLY
DefaultRule - Class in org.apache.axis2.transport.jms.ctype
Content type rule that always matches and that returns a fixed (default) content type.
DefaultRule(String) - Constructor for class org.apache.axis2.transport.jms.ctype.DefaultRule
 
DESTINATION_TYPE_GENERIC - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Value indicating a JMS 1.1 Generic Destination used by DEST_PARAM_TYPE, REPLY_PARAM_TYPE
DESTINATION_TYPE_QUEUE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Value indicating a Queue used for DEST_PARAM_TYPE, REPLY_PARAM_TYPE
DESTINATION_TYPE_TOPIC - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Value indicating a Topic used for DEST_PARAM_TYPE, REPLY_PARAM_TYPE
doInit() - Method in class org.apache.axis2.transport.jms.JMSListener
 

G

GENERIC - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A JMS 1.1 Generic Destination type or ConnectionFactory
getActiveTaskCount() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getBodyLength(BytesMessage) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Return the body length in bytes for a bytes message
getCacheLevel() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Cache level applicable for this JMS CF
getCacheLevel() - Method in class org.apache.axis2.transport.jms.JMSMessageSender
 
getCacheLevel() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getCf() - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
getConcurrentConsumers() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getConnection() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Get a new Connection or shared Connection from this JMS CF
getConnection() - Method in class org.apache.axis2.transport.jms.JMSMessageSender
 
getConnectionFactory(AxisService) - Method in class org.apache.axis2.transport.jms.JMSListener
Return the connection factory name for this service.
getConnectionFactory() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getConnectionFactory() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getConnFactoryJNDIName() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getConsumerCount() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
Get the number of existing JMS message consumers.
getContentType() - Method in class org.apache.axis2.transport.jms.ctype.ContentTypeInfo
Get the content type of the message.
getContentType(Message) - Method in interface org.apache.axis2.transport.jms.ctype.ContentTypeRule
Attempt to determine the content type of the given JMS message.
getContentType(Message) - Method in class org.apache.axis2.transport.jms.ctype.DefaultRule
 
getContentType(Message) - Method in class org.apache.axis2.transport.jms.ctype.MessageTypeRule
 
getContentType(Message) - Method in class org.apache.axis2.transport.jms.ctype.PropertyRule
 
getContentType() - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageDataSource
 
getContentTypeInfo(Message) - Method in class org.apache.axis2.transport.jms.ctype.ContentTypeRuleSet
Determine the content type of the given message.
getContentTypeProperty() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getContentTypeRuleSet() - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
getContext() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Get cached InitialContext
getContext() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getDefaultContentTypeProperty() - Method in class org.apache.axis2.transport.jms.ctype.ContentTypeRuleSet
 
getDestination(String, String) - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Lookup a Destination using this JMS CF definitions and JNDI name
getDestination() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getDestination(String) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Return the destination name from the given URL
getDestinationJNDIName() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getDestinationType() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getDestinationType() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getDestinationTypeAsString(int) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Return a String representation of the destination type
getDurableSubscriberName() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getEndpointReferences(AxisService, String) - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
getExpectedContentTypeProperty() - Method in interface org.apache.axis2.transport.jms.ctype.ContentTypeRule
Get the name of the message property used to extract the content type from, if applicable.
getExpectedContentTypeProperty() - Method in class org.apache.axis2.transport.jms.ctype.DefaultRule
 
getExpectedContentTypeProperty() - Method in class org.apache.axis2.transport.jms.ctype.MessageTypeRule
 
getExpectedContentTypeProperty() - Method in class org.apache.axis2.transport.jms.ctype.PropertyRule
 
getIdleTaskExecutionLimit() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getInitialReconnectDuration() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getInputStream() - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageDataSource
 
getJMSConnectionFactory(String) - Method in class org.apache.axis2.transport.jms.JMSConnectionFactoryManager
Get the JMS connection factory with the given name.
getJMSConnectionFactory(Map<String, String>) - Method in class org.apache.axis2.transport.jms.JMSConnectionFactoryManager
Get the JMS connection factory that matches the given properties, i.e.
getJmsConnectionFactory() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getJmsProperties() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getJndiDestinationName() - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
getJndiReplyDestinationName() - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
getMaxConcurrentConsumers() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getMaxMessagesPerTask() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getMaxReconnectDuration() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getMessageProducer(Connection, Session, Destination) - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Get a new MessageProducer or shared MessageProducer from this JMS CF
getMessageSelector() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getMessageSize(Message) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Get the length of the message in bytes
getName() - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageDataSource
 
getName() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Return the name assigned to this JMS CF definition
getOutputStream() - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageDataSource
 
getParameters() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
The list of properties (including JNDI and non-JNDI)
getPollingTasks() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getProducer() - Method in class org.apache.axis2.transport.jms.JMSMessageSender
 
getProperties() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getProperty(Message, String) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Get a String property from the JMS message
getPropertyName() - Method in class org.apache.axis2.transport.jms.ctype.ContentTypeInfo
Get the name of the message property from which the content type has been extracted.
getReceiveTimeout() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getReconnectionProgressionFactor() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getReplyDestination(String) - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
Look up for the given destination
getReplyDestination() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getReplyDestinationName() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getReplyDestinationType() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Get the reply destination type from the PARAM_REPLY_DEST_TYPE parameter
getReplyDestinationType() - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
getReplyDestinationType() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getReplyToDestination() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Get the reply Destination from the PARAM_REPLY_DESTINATION parameter
getServiceName() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getServiceTaskManager() - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
getSession(Connection) - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Get a new Session or shared Session from this JMS CF
getSession() - Method in class org.apache.axis2.transport.jms.JMSMessageSender
 
getSessionAckMode() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getSharedDestination() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Get the shared Destination - if defined
getSize() - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageDataSource
 
getTargetEPR() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
getTransactionality() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
getTransportHeaders(Message) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Extract transport level headers for JMS from the given message into a Map
getUserTransactionJNDIName() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 

H

handleException(String, Exception) - Method in class org.apache.axis2.transport.jms.JMSConnectionFactoryManager
 

I

init(ConfigurationContext, TransportOutDescription) - Method in class org.apache.axis2.transport.jms.JMSSender
Initialize the transport sender by reading pre-defined connection factories for outgoing messages.
isCacheUserTransaction() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
isJMSService(AxisService) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Should this service be enabled over the JMS transport?
isJmsSpec11() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Should the JMS 1.1 API be used? - defaults to yes
isJmsSpec11() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
isPubSubNoLocal() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
isQueue() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Return the type of the JMS CF Destination
isSessionTransacted() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
isSubscriptionDurable() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 

J

JMS_BYTE_MESSAGE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The message type indicating a BytesMessage.
JMS_COORELATION_ID - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS correlation id
JMS_DELIVERY_MODE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS delivery mode as an Integer or String Value 1 - javax.jms.DeliveryMode.NON_PERSISTENT Value 2 - javax.jms.DeliveryMode.PERSISTENT
JMS_DESTINATION - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS destination to use on a Send
JMS_EXPIRATION - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS message expiration - a Long value specified as a String
JMS_MESSAGE_ID - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS message id
JMS_MESSAGE_TYPE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS message type
JMS_PREFIX - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The prefix indicating an Axis JMS URL
JMS_PRIORITY - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS priority
JMS_REDELIVERED - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property indicating if the message is a redelivery (Boolean as a String)
JMS_REPLY_TO - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS replyTo Destination
JMS_REPLY_TO_TYPE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS replyTo Destination type See DESTINATION_TYPE_QUEUE and DESTINATION_TYPE_TOPIC
JMS_TEXT_MESSAGE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The message type indicating a TextMessage.
JMS_TIME_TO_LIVE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS time to live for message sent
JMS_TIMESTAMP - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the JMS timestamp (Long specified as String)
JMS_TYPE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property indicating the JMS type String returned by javax.jms.Message.getJMSType()
JMS_WAIT_REPLY - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A MessageContext property or client Option indicating the time to wait for a response JMS message
JMSConnectionFactory - Class in org.apache.axis2.transport.jms
Encapsulate a JMS Connection factory definition within an Axis2.xml JMS Connection Factory definitions, allows JNDI properties as well as other service level parameters to be defined, and re-used by each service that binds to it When used for sending messages out, the JMSConnectionFactory'ies are able to cache a Connection, Session or Producer
JMSConnectionFactory(Parameter) - Constructor for class org.apache.axis2.transport.jms.JMSConnectionFactory
Digest a JMS CF definition from an axis2.xml 'Parameter' and construct
JMSConnectionFactoryManager - Class in org.apache.axis2.transport.jms
Class managing a set of JMSConnectionFactory objects.
JMSConnectionFactoryManager(ParameterInclude) - Constructor for class org.apache.axis2.transport.jms.JMSConnectionFactoryManager
Construct a Connection factory manager for the JMS transport sender or receiver
JMSConstants - Class in org.apache.axis2.transport.jms
 
JMSConstants() - Constructor for class org.apache.axis2.transport.jms.JMSConstants
 
JMSEndpoint - Class in org.apache.axis2.transport.jms
Class that links an Axis2 service to a JMS destination.
JMSEndpoint(JMSListener, WorkerPool) - Constructor for class org.apache.axis2.transport.jms.JMSEndpoint
 
JMSExceptionWrapper - Exception in org.apache.axis2.transport.jms.iowrappers
 
JMSExceptionWrapper(JMSException) - Constructor for exception org.apache.axis2.transport.jms.iowrappers.JMSExceptionWrapper
 
JMSListener - Class in org.apache.axis2.transport.jms
The revamped JMS Transport listener implementation.
JMSListener() - Constructor for class org.apache.axis2.transport.jms.JMSListener
 
JMSMessageReceiver - Class in org.apache.axis2.transport.jms
This is the JMS message receiver which is invoked when a message is received.
JMSMessageSender - Class in org.apache.axis2.transport.jms
Performs the actual sending of a JMS message, and the subsequent committing of a JTA transaction (if requested) or the local session transaction, if used.
JMSMessageSender(Connection, Session, MessageProducer, Destination, int, boolean, Boolean) - Constructor for class org.apache.axis2.transport.jms.JMSMessageSender
This is a low-end method to support the one-time sends using JMS 1.0.2b
JMSMessageSender(JMSConnectionFactory, String) - Constructor for class org.apache.axis2.transport.jms.JMSMessageSender
Create a JMSSender using a JMSConnectionFactory and target EPR
JMSOutTransportInfo - Class in org.apache.axis2.transport.jms
The JMS OutTransportInfo is a holder of information to send an outgoing message (e.g.
JMSSender - Class in org.apache.axis2.transport.jms
The TransportSender for JMS
JMSSender() - Constructor for class org.apache.axis2.transport.jms.JMSSender
 
JMSUtils - Class in org.apache.axis2.transport.jms
Miscallaneous methods used for the JMS transport
JMSUtils() - Constructor for class org.apache.axis2.transport.jms.JMSUtils
 
JMSX_GROUP_ID - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The JMSXGroupID property
JMSX_GROUP_SEQ - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The JMSXGroupSeq property
JMSX_PREFIX - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The prefix that denotes JMSX properties

L

loadConfiguration(ParameterInclude) - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
loadConnectionFactoryFromProperies() - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
Provides a lazy load when created with a target EPR.
loadTransportHeaders(Message, MessageContext) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Read the transport headers from the JMS Message and set them to the axis2 message context
lookup(Context, Class<T>, String) - Static method in class org.apache.axis2.transport.jms.JMSUtils
 
lookupDestination(Context, String, String) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Return the JMS destination with the given destination name looked up from the context

M

maintenenceShutdown(long) - Method in class org.apache.axis2.transport.jms.JMSListener
Stop processing new messages, and wait the specified maximum time for in-flight requests to complete before a controlled shutdown for maintenence
MessageTypeRule - Class in org.apache.axis2.transport.jms.ctype
Content type rule that matches a given message type and returns a fixed content type.
MessageTypeRule(Class<? extends Message>, String) - Constructor for class org.apache.axis2.transport.jms.ctype.MessageTypeRule
 

O

onMessage(Message, UserTransaction) - Method in class org.apache.axis2.transport.jms.JMSMessageReceiver
Process a new message received
org.apache.axis2.transport.jms - package org.apache.axis2.transport.jms
Transport implementation for JMS.
org.apache.axis2.transport.jms.ctype - package org.apache.axis2.transport.jms.ctype
Provides classes and interfaces to define content type rules.
org.apache.axis2.transport.jms.iowrappers - package org.apache.axis2.transport.jms.iowrappers
 

P

PARAM_CACHE_LEVEL - Static variable in class org.apache.axis2.transport.jms.JMSConstants
JMS Resource cachable level to be used for the service One of the following: CACHE_NONE, CACHE_CONNECTION, CACHE_SESSION, CACHE_PRODUCER, CACHE_CONSUMER, or CACHE_AUTO - to let the transport decide
PARAM_CONCURRENT_CONSUMERS - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The number of concurrent consumers to be created to poll for messages for this service For Topics, this should be ONE, to prevent receipt of multiple copies of the same message
PARAM_CONFAC_JNDI_NAME - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Parameter name indicating the JMS connection factory JNDI name
PARAM_CONFAC_TYPE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Connection factory type if using JMS 1.0, either DESTINATION_TYPE_QUEUE or DESTINATION_TYPE_TOPIC
PARAM_DEST_TYPE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Service level Parameter name indicating the destination type for requests.
PARAM_DESTINATION - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Service level Parameter name indicating the JMS destination for requests of a service
PARAM_DURABLE_SUB_NAME - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The name for the durable subscription See PARAM_SUB_DURABLE
PARAM_IDLE_TASK_LIMIT - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The number of idle (i.e.
PARAM_JMS_CONFAC - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Parameter name of an Axis2 service, indicating the JMS connection factory which should be used to listen for messages for it.
PARAM_JMS_PASSWORD - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The password to use when obtaining a JMS Connection
PARAM_JMS_SPEC_VER - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The parameter indicating the JMS API specification to be used - if this is "1.1" the JMS 1.1 API would be used, else the JMS 1.0.2B
PARAM_JMS_USERNAME - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The username to use when obtaining a JMS Connection
PARAM_MAX_CONSUMERS - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The maximum number of concurrent consumers for the service - See PARAM_CONCURRENT_CONSUMERS
PARAM_MAX_MSGS_PER_TASK - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The maximum number of messages a polling worker task should process, before suicide - to prevent many longer running threads - default is unlimited (i.e.
PARAM_MSG_SELECTOR - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A message selector to be used when messages are sought for this service
PARAM_PUBLISH_EPR - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Parameter indicating a final EPR as a String, to be published on the WSDL of a service Could occur more than once, and could provide additional connection properties or a subset of the properties auto computed.
PARAM_PUBSUB_NO_LOCAL - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Should a pub-sub connection receive messages published by itself?
PARAM_RCV_TIMEOUT - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The number of milliseconds to wait for a message on a consumer.receive() call negative number - wait forever 0 - do not wait at all positive number - indicates the number of milliseconds to wait
PARAM_RECON_FACTOR - Static variable in class org.apache.axis2.transport.jms.JMSConstants
 
PARAM_RECON_INIT_DURATION - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Number of milliseconds before the first reconnection attempt is tried, on detection of an error.
PARAM_RECON_MAX_DURATION - Static variable in class org.apache.axis2.transport.jms.JMSConstants
 
PARAM_REPLY_DEST_TYPE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Service level Parameter name indicating the response destination type also see DESTINATION_TYPE_QUEUE, DESTINATION_TYPE_TOPIC
PARAM_REPLY_DESTINATION - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Service level Parameter name indicating the [default] response destination of a service
PARAM_SESSION_ACK - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Parameter indicating the Session acknowledgement for the service.
PARAM_SESSION_TRANSACTED - Static variable in class org.apache.axis2.transport.jms.JMSConstants
The Parameter indicating whether the JMS Session should be transacted for the service Specified as a "true" or "false"
PARAM_SUB_DURABLE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
Is the Subscription durable ? - "true" or "false" See PARAM_DURABLE_SUB_NAME
parse(OMElement) - Static method in class org.apache.axis2.transport.jms.ctype.ContentTypeRuleFactory
 
parse(Parameter) - Static method in class org.apache.axis2.transport.jms.ctype.ContentTypeRuleFactory
 
pause() - Method in class org.apache.axis2.transport.jms.JMSListener
Pause the listener - Stop accepting/processing new messages, but continues processing existing messages until they complete.
pause() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
Temporarily suspend receipt and processing of messages.
PropertyRule - Class in org.apache.axis2.transport.jms.ctype
Content type rule that attempts to extract the content type from a message property.
PropertyRule(String) - Constructor for class org.apache.axis2.transport.jms.ctype.PropertyRule
 

Q

QUEUE - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A Queue Destination type or ConnectionFactory

R

read() - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageInputStream
 
read(byte[], int, int) - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageInputStream
 
read(byte[]) - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageInputStream
 
removeErrorListener(TransportErrorListener) - Method in class org.apache.axis2.transport.jms.JMSListener
 
removeJmsProperties(String) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
resume() - Method in class org.apache.axis2.transport.jms.JMSListener
Resume the lister - Brings the lister into active mode back from a paused state
resume() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
Resume receipt and processing of messages of paused tasks

S

send(Message, MessageContext) - Method in class org.apache.axis2.transport.jms.JMSMessageSender
Perform actual send of JMS message to the Destination selected
sendMessage(MessageContext, String, OutTransportInfo) - Method in class org.apache.axis2.transport.jms.JMSSender
Performs the actual sending of the JMS message
ServiceTaskManager - Class in org.apache.axis2.transport.jms
Each service will have one ServiceTaskManager instance that will create, manage and also destroy idle tasks created for it, for message receipt.
ServiceTaskManager() - Constructor for class org.apache.axis2.transport.jms.ServiceTaskManager
 
ServiceTaskManagerFactory - Class in org.apache.axis2.transport.jms
 
setCacheLevel(int) - Method in class org.apache.axis2.transport.jms.JMSMessageSender
 
setCacheLevel(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setCacheUserTransaction(Boolean) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setConcurrentConsumers(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setConnection(Connection) - Method in class org.apache.axis2.transport.jms.JMSMessageSender
 
setConnFactoryJNDIName(String) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setContentType(String) - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
setContentTypeProperty(String) - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
setDestinationJNDIName(String) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setDestinationType(String) - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
setDestinationType(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setDurableSubscriberName(String) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setIdleTaskExecutionLimit(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setInitialReconnectDuration(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setJmsMessageReceiver(JMSMessageReceiver) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setJmsSpec11(boolean) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setMaxConcurrentConsumers(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setMaxMessagesPerTask(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setMaxReconnectDuration(long) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setMessageSelector(String) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setProducer(MessageProducer) - Method in class org.apache.axis2.transport.jms.JMSMessageSender
 
setPubSubNoLocal(Boolean) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setReceiveTimeout(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setReconnectionProgressionFactor(double) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setReplyDestination(Destination) - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
setReplyDestination(Destination, Session, Message) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Set the JMS ReplyTo for the message
setReplyDestinationName(String) - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
setReplyDestinationType(String) - Method in class org.apache.axis2.transport.jms.JMSOutTransportInfo
 
setServiceName(String) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setServiceTaskManager(ServiceTaskManager) - Method in class org.apache.axis2.transport.jms.JMSEndpoint
 
setServiceTaskManagerState(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setSession(Session) - Method in class org.apache.axis2.transport.jms.JMSMessageSender
 
setSessionAckMode(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setSessionTransacted(Boolean) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setSOAPEnvelope(Message, MessageContext, String) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Set the SOAPEnvelope to the Axis2 MessageContext, from the JMS Message passed in
setSubscriptionDurable(Boolean) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setTransactionality(int) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setTransportHeaders(MessageContext, Message) - Static method in class org.apache.axis2.transport.jms.JMSUtils
Set transport headers from the axis message context, into the JMS message
setUserTransactionJNDIName(String) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
setWorkerPool(WorkerPool) - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
 
start() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
Start or re-start the Task Manager by shutting down any existing worker tasks and re-creating them.
startEndpoint(JMSEndpoint) - Method in class org.apache.axis2.transport.jms.JMSListener
Listen for JMS messages on behalf of the given service
stop() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactory
Close all connections, sessions etc..
stop() - Method in class org.apache.axis2.transport.jms.JMSConnectionFactoryManager
Stop all connection factories.
stop() - Method in class org.apache.axis2.transport.jms.JMSSender
 
stop() - Method in class org.apache.axis2.transport.jms.ServiceTaskManager
Shutdown the tasks and release any shared resources
stopEndpoint(JMSEndpoint) - Method in class org.apache.axis2.transport.jms.JMSListener
Stops listening for messages for the service thats undeployed or stopped

T

TOPIC - Static variable in class org.apache.axis2.transport.jms.JMSConstants
A Topic Destination type or ConnectionFactory
TRANSPORT_NAME - Static variable in class org.apache.axis2.transport.jms.JMSListener
 
TRANSPORT_NAME - Static variable in class org.apache.axis2.transport.jms.JMSSender
 

W

write(int) - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageOutputStream
 
write(byte[], int, int) - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageOutputStream
 
write(byte[]) - Method in class org.apache.axis2.transport.jms.iowrappers.BytesMessageOutputStream
 
A B C D G H I J L M O P Q R S T W 

Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.