|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SDOMessageContext
SDOMessageContext is the interface used by a non-SOAP JAX-RPC Handler. It provides a request, response, or fault with access to the SDO message.
Method Summary | |
---|---|
SDOMessage |
getMessage()
Gets the SDOMessage from this MessageContext. |
void |
setMessage(SDOMessage sdoMessage)
Sets the SDOMessage for this MessageContext. |
Methods inherited from interface javax.xml.rpc.handler.MessageContext |
---|
containsProperty, getProperty, getPropertyNames, removeProperty, setProperty |
Method Detail |
---|
SDOMessage getMessage()
SDOMessage
; null
if no request
SDOMessage
is present in this
SDOMessageContext
void setMessage(SDOMessage sdoMessage)
SDOMessage
for this MessageContext.
sdoMessage
- SDO message
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |