com.ibm.websphere.soa.sca.operationselector.jms
Interface OperationSelector
- public interface OperationSelector
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getOperationName(javax.jms.Message msg)
Gets the operation name.
|
getWireFormatContext()
Gets the wire format context.
|
|
|
setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
|
Method Detail
getOperationName
- java.lang.String getOperationName( javax.jms.Message msg)
- throws OperationSelectorException
Gets the operation name.
Parameters:
msg
- the msg Returns:
the operation name
Throws:
OperationSelectorException
- the operation selector exception getWireFormatContext
- WireFormatContext getWireFormatContext( )
Gets the wire format context.
Returns:
the wire format context
setWireFormatContext
- void setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
Parameters:
ctx
- the new wire format context