|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SoapDispatch.WsrmUtils
WS-RM specific utility methods for SoapDispatch
Method Summary | |
---|---|
void |
sendEmptyLastMessage()
Send 'empty last message' to complete the reliable sequence being managed by this SoapDispatch instance. |
void |
setFinalMessage()
Sets a flag on this service handle indicating that the next message sent using the handle will be the 'final' request to be sent. |
void |
setLastMessage()
Set 'last message' flag so that the next message sent via invokeAsync will complete the reliable sequence being managed by this SoapDispatch instance. |
void |
terminateSequence()
Send 'terminate sequence' to complete the reliable sequence being managed by this SoapDispatch instance. |
Method Detail |
---|
void setFinalMessage()
WsrmProtocolUtils. setFinalMessage(getUpdateablePropertyMap());Thus, you would call this method before invoking an operation on the service handle. Note, this method is fundamentally different than setting 'last' message (calling setLastMessage) in that setting the 'final' message is BEA-specific, and triggers BEA-specific behavior.
WsrmProtocolUtils.setFinalMessage(Map)
void setLastMessage()
WsrmProtocolUtils. setLastMessage(getUpdateablePropertyMap());Only one further call to invokeAsync should be made on this SoapDispatch instance after calling this method. This final call to invokeAsync will send a message that is marked as the 'last message' in the sequence.
#setSentFinalMessage()
,
WsrmProtocolUtils.setLastMessage(Map)
void sendEmptyLastMessage()
WsrmProtocolUtils. sendEmptyLastMessage(getUpdateableInvokePropertyMap(), getEndpointAddressFromInvokeProperties());No further calls to invokeAsync should be made on this SoapDispatch instance after calling this method.
#setSentFinalMessage()
,
WsrmProtocolUtils.sendEmptyLastMessage(Map, String)
void terminateSequence()
WsrmProtocolUtils. terminateSequence(getUpdateableInvokePropertyMap());No further calls to invokeAsync should be made on this SoapDispatch instance after calling this method.
WsrmProtocolUtils.terminateSequence(Map)
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |