IBM WebSphere Application ServerTM
Release 8

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


public interface OperationSelector

The Interface OperationSelector.


Method Summary
 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.
 

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

IBM WebSphere Application ServerTM
Release 8