IBM WebSphere Application ServerTM
Release 7

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

All Superinterfaces:
WireFormatBindingContext

public interface WireFormatJMSBindingContext
extends WireFormatBindingContext

The Interface WireFormatJMSBindingContext.


Field Summary
static java.lang.String BINDING_JMS
          The Constant BINDING_JMS.
 
Method Summary
 javax.jms.Message getJMSMessage()
          Gets the JMS message.
 javax.jms.Session 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:
Constant Field Values
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

IBM WebSphere Application ServerTM
Release 7