com.ibm.websphere.soa.sca.wireformat.jms

Interface WireFormatJMSBindingContext

All Superinterfaces:
WireFormatBindingContext

  1. public interface WireFormatJMSBindingContext
  2. extends WireFormatBindingContext
The Interface WireFormatJMSBindingContext.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
BINDING_JMS
The Constant BINDING_JMS.

Method Summary

Modifier and Type Method and Description
  1. javax.jms.Message
getJMSMessage()
Gets the JMS message.
  1. javax.jms.Session
getJMSSession()
Gets the JMS session.
Methods inherited from interface com.ibm.websphere.soa.sca.wireformat.WireFormatBindingContext
getBindingType

Field Detail

BINDING_JMS

  1. static final java.lang.String BINDING_JMS
The Constant BINDING_JMS.
See Also:

Method Detail

getJMSSession

  1. javax.jms.Session getJMSSession( )
Gets the JMS session.
Returns:
the JMS session

getJMSMessage

  1. javax.jms.Message getJMSMessage( )
Gets the JMS message.
Returns:
the JMS message