com.ibm.websphere.soa.sca.operationselector.jms

Interface OperationSelector


  1. public interface OperationSelector
The Interface OperationSelector.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getOperationName(javax.jms.Message msg)
Gets the operation name.
  1. WireFormatContext
getWireFormatContext()
Gets the wire format context.
  1. void
setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.

Method Detail

getOperationName

  1. java.lang.String getOperationName( javax.jms.Message msg)
  2. throws OperationSelectorException
Gets the operation name.
Parameters:
msg - the msg
Returns:
the operation name
Throws:
OperationSelectorException - the operation selector exception

getWireFormatContext

  1. WireFormatContext getWireFormatContext( )
Gets the wire format context.
Returns:
the wire format context

setWireFormatContext

  1. void setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
Parameters:
ctx - the new wire format context