- getAcknowledgeType() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the acknowledgement type that will be returned.
- getAcknowledgment() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the type of acknowledgement that this message represents.
- getAdministrationQueue() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the queue that receives acknowledgement messages for this message.
- getArrivedTime() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Gets the time that the message arrived in the destination queue.
- getBody() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the body of the message.
- getConfiguredValue() - Method in class com.adaptris.core.msmq.javonet.ConfiguredProperty
-
- getCorrelationId() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the correlation ID.
- getDestination() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
Deprecated.
- getDestination() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
Deprecated.
- getField(Message) - Method in enum com.adaptris.core.msmq.javonet.MessageProperty.Property
-
- getId() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the ID of the message.
- getLabel() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the label for this message.
- getLookupId() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the Lookup Id.
- getMask() - Method in enum com.adaptris.core.msmq.javonet.AcknowledgeTypes.Type
-
- getMessageFormat() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
- getMessageType() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Gets the message type: Normal, Acknowledgment, or Report.
- getMetadataKey() - Method in class com.adaptris.core.msmq.javonet.MetadataProperty
-
- getNamespaceContext() - Method in class com.adaptris.core.msmq.javonet.XpathProperty
-
- getNullConverter() - Method in class com.adaptris.core.msmq.javonet.MessageProperty
-
- getPropertyMappers() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
- getPropertyMappers() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
- getPropertyName() - Method in class com.adaptris.core.msmq.javonet.MessageProperty
-
- getQueue() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
- getQueue() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
The MSMQ Queue
- getReceiveTimeout() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
- getResponseQueue() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Gets the queue that receives application-generated response messages.
- getSentTime() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Gets the date and time on the sending computer that the message was sent by the source queue manager.
- getSourceMachine() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Gets the computer from which the message originated.
- getTimeToBeReceived() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the maximum amount of time for the message to be received from the destination queue
- getTimeToReachQueue() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Get the maximum amount of time for the message to reach the queue.
- getTransactionId() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Gets the identifier for the transaction of which the message was a part.
- getUseTracing() - Method in interface com.adaptris.core.msmq.javonet.Message
-
Indicates whether to trace a message as it moves toward its destination queue.
- getXpath() - Method in class com.adaptris.core.msmq.javonet.XpathProperty
-
Return the XPath expression.
- SafeMessageIdProperty - Class in com.adaptris.core.msmq.javonet
-
Copies the AdaptrisMessage uniqueId to and from MSMQ Message fields.
- SafeMessageIdProperty() - Constructor for class com.adaptris.core.msmq.javonet.SafeMessageIdProperty
-
- SafeMessageIdProperty(MessageProperty.Property) - Constructor for class com.adaptris.core.msmq.javonet.SafeMessageIdProperty
-
- send(Message) - Method in interface com.adaptris.core.msmq.javonet.Queue
-
Send a message.
- setAcknowledgeType(String) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Sets the type of acknowledgment message to be returned to the sending application.
- setAdministrationQueue(String) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Sets the queue that receives the acknowledgement messages that Message Queuing generates.
- setBody(String) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Set the body of the message.
- setConfiguredValue(String) - Method in class com.adaptris.core.msmq.javonet.ConfiguredProperty
-
- setCorrelationId(String) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Set the correlation id.
- setDestination(ConsumeDestination) - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
- setDestination(ProduceDestination) - Method in class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
Deprecated.
- setField(String, Message) - Method in enum com.adaptris.core.msmq.javonet.MessageProperty.Property
-
- setFormatter(Message.Format) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Set the formatter to use for this message.
- setLabel(String) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Set the label.
- setLookupId(long) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Set the Lookup ID.
- setMessageFormat(Message.Format) - Method in class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
Set the message formatter.
- setMetadataKey(String) - Method in class com.adaptris.core.msmq.javonet.MetadataProperty
-
- setNamespaceContext(KeyValuePairSet) - Method in class com.adaptris.core.msmq.javonet.XpathProperty
-
Set the namespace context for resolving namespaces.
- setNullConverter(NullConverter) - Method in class com.adaptris.core.msmq.javonet.MessageProperty
-
Specify how to handle null objects.
- setPropertyMappers(List<MessageProperty>) - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
Set the list of mappers to map into MSMQMessage fields.
- setPropertyMappers(List<MessageProperty>) - Method in class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
Set the list of mappers to map into MSMQMessage fields.
- setPropertyName(MessageProperty.Property) - Method in class com.adaptris.core.msmq.javonet.MessageProperty
-
The field name that will be mapped.
- setQueue(String) - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
The queue name.
- setQueue(String) - Method in class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
The MSMQ Queue
- setReceiveTimeout(TimeInterval) - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
Set the receive timeout.
- setResponseQueue(String) - Method in interface com.adaptris.core.msmq.javonet.Message
-
sets the queue that receives application-generated response messages.
- setTimeToBeReceived(long) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Set the maximum amount of time for the message to be received from the destination queue
- setTimeToReachQueue(long) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Set the maximum amount of time for the message to reach the queue.
- setUseTracing(boolean) - Method in interface com.adaptris.core.msmq.javonet.Message
-
Indicates whether to trace a message as it moves toward its destination queue.
- setXpath(String) - Method in class com.adaptris.core.msmq.javonet.XpathProperty
-
Set the XPath Expression.
- StandardMsmqConsumer - Class in com.adaptris.core.msmq.javonet
-
MSMQ Polling Consumer.
- StandardMsmqConsumer() - Constructor for class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
- StandardMsmqProducer - Class in com.adaptris.core.msmq.javonet
-
- StandardMsmqProducer() - Constructor for class com.adaptris.core.msmq.javonet.StandardMsmqProducer
-
- start() - Method in class com.adaptris.core.msmq.javonet.StandardMsmqConsumer
-
- valueOf(String) - Static method in enum com.adaptris.core.msmq.javonet.AcknowledgeTypes.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adaptris.core.msmq.javonet.Acknowledgment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adaptris.core.msmq.javonet.Message.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adaptris.core.msmq.javonet.MessageProperty.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adaptris.core.msmq.javonet.MessageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.adaptris.core.msmq.javonet.AcknowledgeTypes.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.adaptris.core.msmq.javonet.Acknowledgment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.adaptris.core.msmq.javonet.Message.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.adaptris.core.msmq.javonet.MessageProperty.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.adaptris.core.msmq.javonet.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.