- 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
- 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
-
- 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
-
- 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
- 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
-