sealed class JmsTextMessagePassThrough[+PassThrough] extends JmsEnvelope[PassThrough] with JmsEnvelopeWithProperties[PassThrough]
Produces text messages to JMS, supports pass-through data.
- PassThrough
 the type of data passed through the
flexiFlow
- Source
 - JmsMessages.scala
 
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- JmsTextMessagePassThrough
 - JmsEnvelopeWithProperties
 - JmsEnvelope
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  val body: String
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -    val destination: Option[Destination]
- Definition Classes
 - JmsTextMessagePassThrough → JmsEnvelope
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def getDestination: Optional[Destination]
Java API.
Java API.
- Definition Classes
 - JmsEnvelope
 
 -    def getHeaders: Collection[JmsHeader]
Java API.
Java API.
- Definition Classes
 - JmsEnvelope
 
 -    def getPassThrough: PassThrough
Java API
Java API
- Definition Classes
 - JmsEnvelope
 
 -    def getProperties: Map[String, Any]
Java API.
Java API.
- Definition Classes
 - JmsEnvelope
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    val headers: Set[JmsHeader]
- Definition Classes
 - JmsTextMessagePassThrough → JmsEnvelope
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    val passThrough: PassThrough
- Definition Classes
 - JmsTextMessagePassThrough → JmsEnvelope
 
 -    val properties: Map[String, Any]
- Definition Classes
 - JmsTextMessagePassThrough → JmsEnvelope
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  def to(destination: Destination): JmsTextMessagePassThrough[PassThrough]
 -  def toQueue(name: String): JmsTextMessagePassThrough[PassThrough]
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -  def toTopic(name: String): JmsTextMessagePassThrough[PassThrough]
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -    def withHeader(jmsHeader: JmsHeader): JmsTextMessagePassThrough[PassThrough]
Add a Jms header e.g.
Add a Jms header e.g. JMSType
 -  def withPassThrough[PassThrough2](passThrough: PassThrough2): JmsTextMessagePassThrough[PassThrough2]
 -    def withProperties(props: Map[String, AnyRef]): JmsTextMessagePassThrough[PassThrough]
Java API
Java API
- Definition Classes
 - JmsTextMessagePassThrough → JmsEnvelopeWithProperties
 
 -    def withProperties(props: Map[String, Any]): JmsTextMessagePassThrough[PassThrough]
- Definition Classes
 - JmsTextMessagePassThrough → JmsEnvelopeWithProperties
 
 -    def withProperty(name: String, value: Any): JmsTextMessagePassThrough[PassThrough]
Add a property
Add a property
- Definition Classes
 - JmsTextMessagePassThrough → JmsEnvelopeWithProperties
 
 -  def withoutDestination: JmsTextMessagePassThrough[PassThrough]