com.ibm.websphere.soa.sca.wireformat.jms
Interface WireFormatJMSBindingContext
All Superinterfaces:
- public interface WireFormatJMSBindingContext
- extends WireFormatBindingContext
Field Summary
Modifier and Type | Field and Description |
---|---|
|
BINDING_JMS
The Constant BINDING_JMS.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getJMSMessage()
Gets the JMS message.
|
|
getJMSSession()
Gets the JMS session.
|
Methods inherited from interface com.ibm.websphere.soa.sca.wireformat.WireFormatBindingContext |
---|
getBindingType |
Field Detail
BINDING_JMS
- static final java.lang.String BINDING_JMS
The Constant BINDING_JMS.
See Also:
Method Detail
getJMSSession
- javax.jms.Session getJMSSession( )
Gets the JMS session.
Returns:
the JMS session
getJMSMessage
- javax.jms.Message getJMSMessage( )
Gets the JMS message.
Returns:
the JMS message