isOnewayMethod(MessageContext context) Checks if a method object is stored in the context and if it is annotated
with a Oneway annotation.
public static boolean
isOnewayTransport(MessageContext context) Checks if a the oneway property is set in the context if its value is true
(indicating that no response is expected from the transport).
Checks if a method object is stored in the context and if it is annotated
with a Oneway annotation.
Parameters: context - true if a method object is stored in the context and it has a Oneway annotation.
Checks if a the oneway property is set in the context if its value is true
(indicating that no response is expected from the transport).
Parameters: context - true if a method object is stored in the context and it has a Oneway annotation.
Store data binding callback in message context.
Parameters: context - the message context Parameters: callback - the data binding callback
storeDecoupledResponse
public static void storeDecoupledResponse(MessageContext context, boolean decoupled)(Code)
Store decoupled response property in message context.
Parameters: context - the message context Parameters: decoupled - value of the decoupled response property
storeDispatch
public static void storeDispatch(MessageContext context, boolean dispatch)(Code)
Store dispatch property in message context.
Parameters: context - the message context Parameters: dispatch - value of the dispatch property
Store server binding endpoint callback in message context.
Parameters: context - the message context Parameters: sbec - the server binding endpoint callback