|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wsee.conversation.ConversationUtils
public class ConversationUtils
This is a utiltily class for using Conversational Web Services. It allows you to do common things such as getting and setting conversation id, and setting configuration options.
Field Summary | |
---|---|
static String |
CONVERSATION_ID
|
static String |
SERVER_NAME
|
Constructor Summary | |
---|---|
ConversationUtils()
|
Method Summary | |
---|---|
static void |
continueConversation(Stub stub,
Map props)
Continue a conversation on a stub that wasn't originally in the conversation. |
static String |
getConversationAppVersion(weblogic.wsee.message.WlMessageContext wlmc)
|
static String |
getConversationId(Stub stub)
This method gets the conversation id on the stub. |
static int |
getConversationMethodBlockTimeout(Stub stub)
This method gets the previously set block timeout. |
static Integer |
getConversationVersion(Stub stub)
This method gets the current conversation version. |
static boolean |
isConversational(weblogic.wsee.wsdl.WsdlBinding binding)
Determines if a given binding is conversational |
static boolean |
isConversational(weblogic.wsee.ws.WsPort port)
Determines if a given port is conversational |
static void |
renewStub(Stub stub)
Renew a stub so it can be used to start a new conversation. |
static void |
setConversationId(Stub stub,
String id)
This method sets conversation id on the stub. |
static void |
setConversationMethodBlockTimeout(Stub stub,
int numsecs)
Set how long a conversational continue method should block while waiting for the server to assign a conversation id. |
static void |
setConversationVersionOne(Stub stub)
Use version one converation (client assigned conversation id) |
static void |
setConversationVersionTwo(Stub stub)
Use version two converation (server assigned conversation id) This is the default when no version property is set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SERVER_NAME
public static final String CONVERSATION_ID
Constructor Detail |
---|
public ConversationUtils()
Method Detail |
---|
public static String getConversationId(Stub stub) throws ConversationIdNotYetAvailableException
stub
- The jaxrpc stub that's used to carry the conversational invoke.
ConversationIdNotYetAvailableException
- The stub is still waiting for server to
assign the conversation id.public static void setConversationId(Stub stub, String id)
stub
- The jaxrpc stub that's used to carry the conversational invoke.id
- The conversation id to be set.public static void setConversationVersionOne(Stub stub)
stub
- The jaxrpc stub that's used to carry the conversational invoke.public static void setConversationVersionTwo(Stub stub)
stub
- The jaxrpc stub that's used to carry the conversational invoke.public static Integer getConversationVersion(Stub stub)
stub
- The jaxrpc stub that's used to carry the conversational invoke.
public static void setConversationMethodBlockTimeout(Stub stub, int numsecs)
stub
- The jaxrpc stub that's used to carry the conversational invoke.numsecs
- The number of seconds to wait.public static int getConversationMethodBlockTimeout(Stub stub)
stub
- The jaxrpc stub that's used to carry the conversational invoke.
public static boolean isConversational(weblogic.wsee.ws.WsPort port)
port
- The port to check
public static boolean isConversational(weblogic.wsee.wsdl.WsdlBinding binding)
binding
- The binding to check
public static String getConversationAppVersion(weblogic.wsee.message.WlMessageContext wlmc)
public static void renewStub(Stub stub)
stub
- The stub to be renewed.public static void continueConversation(Stub stub, Map props)
stub
- The stub.props
- The properties required to continue a conversation.
|
Copyright 1996, 2011, 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. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |