public interface OperationSelector
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperationName(javax.jms.Message msg)
Gets the operation name.
|
WireFormatContext |
getWireFormatContext()
Gets the wire format context.
|
void |
setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
|
java.lang.String getOperationName(javax.jms.Message msg)
throws OperationSelectorException
msg - the msgOperationSelectorException - the operation selector exceptionWireFormatContext getWireFormatContext()
void setWireFormatContext(WireFormatContext ctx)
ctx - the new wire format context